今晚在我的Ubuntu 17.10桌面上安装了一堆更新,然后重新启动。现在,DELL USB键盘顶部的媒体键不再起作用。
当我运行时,sudo showkey
它看起来像是音量旋钮,播放,停止,计算器等,它们仍在发送按键和按键事件。但是这些似乎不再做任何事情,好像Ubuntu忽略了所有额外的键。有人有想法吗?
sudo showkey
...
keycode 140 press # calculator
keycode 140 release
keycode 113 press # mute
keycode 113 release
keycode 166 press # stop
keycode 166 release
keycode 114 press # volume down
keycode 114 release
keycode 115 press # volume up
keycode 115 release
sudo lsusb
...
Bus 001 Device 004: ID 413c:2010 Dell Computer Corp. Keyboard
Bus 001 Device 002: ID 413c:1003 Dell Computer Corp. Keyboard Hub
sudo apt-get install compizconfig-settings-manager
其次是ccsm
。禁用Commands
插件,就像您编写的一样,现在我的媒体密钥再次起作用。谢谢!