或任何其他工具,但我更喜欢 xmodmap。我试过这个:
remove Lock = Caps_Lock
remove Control = Control_L
keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L
Run Code Online (Sandbox Code Playgroud)
我也试过这个:
xmodmap -e "keycode 66 = Control_L"
Run Code Online (Sandbox Code Playgroud)
但两者似乎都不能完全奏效。这是按下大写锁定的事件日志:
KeyPress event, serial 28, synthetic NO, window 0x1a00001,
root 0x12d, subw 0x0, time 914826, (679,342), root:(680,362),
state 0x12, keycode 66 (keysym 0xffe3, Control_L), same_screen YES,
XKeysymToKeycode returns keycode: 37 // 37 is the control key code
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: …Run Code Online (Sandbox Code Playgroud)