更新后 F5 和 F6 键停止工作

更新后 F5 和 F6 键停止工作

所以我使用的是 Ubuntu Linux(Ubuntu 22.04.3 LTS),并且我有外接键盘 Keychron K3A1。几年来,它一直运行良好,直到前段时间,大概是几周前,在一次隔夜 ubuntu 更新后,F5 和 F6 键停止工作。

以下是 的输出showkey

petar@xps~$ sudo showkey
kb mode was ?UNKNOWN?
[ if you are trying this under X, it might not work
since the X server is also reading /dev/console ]

press any key (program terminates 10s after last keypress)...
keycode  28 release
// HERE I PRESS F5 and F6 multiple times but nothing is registered
keycode  29 press
^Ccaught signal 2, cleaning up...
petar@xps~$ 

和 也是一样xev。奇怪的是 - 这不是键盘坏键,因为Fn+F5Fn+F6工作正常(使键盘灯变暗和使键盘灯变亮)。

还有一件奇怪的事情发生了。我的 Keychron 键盘上有一个键,应该用于截屏。它工作正常,但当另一个问题开始发生时,这个键停止工作,它不但不能截屏,反而会打开一个新终端。我想现在不知何故它被映射到了Ctrl+ Shift

petar@xps~$ sudo showkey
kb mode was ?UNKNOWN?
[ if you are trying this under X, it might not work
since the X server is also reading /dev/console ]

press any key (program terminates 10s after last keypress)...
keycode  28 release
keycode  42 press     // <----!!!!! This is where I press the screenshot key.
keycode 125 press
keycode   5 press
keycode  42 release
keycode 125 release
keycode   5 release
keycode 272 press
keycode 272 release
keycode  29 press
^Ccaught signal 2, cleaning up...
petar@xps~$ 

相关内容