如何找到键盘上 Windows 按钮的键符号名称?
我知道我可以使用xev -event keyboard
,但这对 Windows 按钮不起作用。
对此有什么想法/指示吗?
这是我查找其他键的键符号的方法:
$> xev -event keyboard (Then press some button)
KeyRelease event, serial 28, synthetic NO, window 0x1800001,
root 0x8e, subw 0x0, time 709808, (27,293), root:(28,384),
state 0x0, keycode 60 (keysym 0x2e, period), same_screen YES,
XLookupString gives 1 bytes: (2e) "."
XFilterEvent returns: False
我发现这period
是该键的键符号名称。此方法不适用于窗口按钮。
答案1
如果键盘类型未在 X 中定义,则可能会出现此问题,因此如果您还没有检查的话,值得检查一下;)