|
|
KDE4.1.2里面上方向键不管用了,原来KDE3.5.10是正常的,如果只开X运行xev看也是正常的
KDE4.1.2下面xev的左-右-上-下的输出
KeyPress event, serial 33, synthetic NO, window 0x3000001,
root 0x13b, subw 0x0, time 15541470, (635,376), root 645,426),
state 0x0, keycode 113 (keysym 0xff51, Left), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x3000001,
root 0x13b, subw 0x0, time 15541583, (635,376), root 645,426),
state 0x0, keycode 113 (keysym 0xff51, Left), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 33, synthetic NO, window 0x3000001,
root 0x13b, subw 0x0, time 15542070, (635,376), root 645,426),
state 0x0, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x3000001,
root 0x13b, subw 0x0, time 15542162, (635,376), root 645,426),
state 0x0, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
FocusOut event, serial 33, synthetic NO, window 0x3000001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 33, synthetic NO, window 0x3000001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 33, synthetic NO, window 0x0,
keys: 110 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
KeyPress event, serial 33, synthetic NO, window 0x3000001,
root 0x13b, subw 0x0, time 15543260, (635,376), root 645,426),
state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 33, synthetic NO, window 0x3000001,
root 0x13b, subw 0x0, time 15543359, (635,376), root 645,426),
state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
不明白为什么按上会是FocusIn FocusOut KeymapNotify
xorg.conf里面键盘使用的evdev驱动,KDE里面设置了keyboard layout为evdev-managed keyboard |
|