Ok, when i press a working key, for example "a", xev return me:
Code: Select all
KeyPress event, serial 37, synthetic NO, window 0x2800001,
root 0x91, subw 0x0, time 671025, (-296,276), root:(415,661),
state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
XLookupString gives 1 bytes: (61) "a"
XmbLookupString gives 1 bytes: (61) "a"
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x2800001,
root 0x91, subw 0x0, time 671160, (-296,276), root:(415,661),
state 0x0, keycode 38 (keysym 0x61, a), same_screen YES,
XLookupString gives 1 bytes: (61) "a"
XFilterEvent returns: False
now press the "m" key, don't working, xev return me:
Code: Select all
FocusOut event, serial 37, synthetic NO, window 0x2800001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 37, synthetic NO, window 0x2800001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 37, synthetic NO, window 0x0,
keys: 87 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
EDIT: I googled and i found the problem: I enabled hotkeys for that letters. Hotkey are: AltGr + {m,f,t,b}. If i set hotkeys with anoter "special key" (for example Ctrl +m ) it works.