在我为 Gentoo 系统安装一些更新后,一些键绑定变得混乱。我没有记下哪些软件包 - 所以无法提供列表。我唯一记得的是,我安装了 x11-drivers/xf86-input-keyboard 和 x11-drivers/xf86-input-mouse。
如果我按下“向下箭头”按钮,事件如下:
Mapping
Notify event, serial 35, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248
KeyRelease event, serial 35, synthetic NO, window 0x3800001,
root 0xb4, subw 0x0, time 1077864, (428,325), root:(432,404),
state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
MappingNotify event, serial 35, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248
KeyRelease event, serial 35, synthetic NO, window 0x3800001,
root 0xb4, subw 0x0, time 1077864, (428,325), root:(432,404),
state 0x0, keycode 104 (keysym 0xff8d, KP_Enter), same_screen YES,
" XLookupString gives 1 bytes: (0d) "
XFilterEvent returns: False
(xev 的输出)。这就像单击“向下箭头”然后“输入”。
按“删除”按钮也是一样:就像点击“打印屏幕”按钮,然后“删除”一样。我不知道在哪里可以找到这种问题。
我希望你们中有人能帮忙。
答案1
更新内容如下:hal-info
。