Re: Alt + CHTN for arrow key movement, XKB?
Ahmad Baitalmal <[email protected]>
| Newsgroups | gmane.comp.xfree86.internationalization |
|---|---|
| Message-ID | <[email protected]> |
Ahmad Baitalmal <ahmad <at> baitalmal.com> writes: > > Ivan, > Thank you for your reply, I'm almost there. > When I added the new type to types/basic I try compiling using this command > So I think I'm even closer, I ran xev to see what I'm getting. It seems to be sending "Up" when I hit Alt+C which is perfect, but the state is modified to 0x8 whick means that the Alt key is pressed (right?). So what's being sent is really Alt-Up. So ho do I cancel that Alt and just send Up? Also, I will need Shift+Alt-C to send Shift-Up, where can I do that? Thanks