Barry
Group: Members
Posts: 21
Joined: Dec. 2004 |
|
Posted: Jan. 14 2005,23:26 |
|
OK, so now when I go back and use xev to identify keycodes I get something a little different. Number 8 on the keyboard is the one that I changed in the keys file like so...
Code Sample | none 8 :NextTab |
It now show in xev as:
Quote | FocusOut event.serial 20, synthetic NO. window 0xa00001, mode NotifyGrab, detail NotifyAncestor
FocusIn event.serial 20, synthetic NO. window 0xa00001, mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event. serial 20, synthetic NO, window 0x0, keys 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 |
The rest of the numbers that have not been modified all give something like this "9" does:
Quote | KeyPress event. serial 20, synthetic NO, window 0x1a00001, root 0x33, subw 0x1a00002, time 1927327932, (44,37), root:(636,84), state 0x0, keycode 18 (keysym 0x39, 9), same_screen YES XLookupString gives 1 bytes: "9"
KeyRelease event. serial 20, synthetic NO, window 0x1a00001, root 0x33, subw 0x1a00002, time 1927328014, (44,37), root:(636,84), state 0x0, keycode 18 (keysym 0x39, 9), same_screen YES XLookupString gives 1 bytes: "9"
|
Which is the format that the "8" showed before I edited. So something changed. Anyone care to back me up on syntax? I'm going to try the keycode instead of the name...will post.
-------------- All paid jobs absorb and degrade the mind.
Aristotle
|