keyd备忘录
Created 2026-02-11 / Updated 2026-02-11配置:
# vi /etc/keyd/default.conf
[ids]
*
[main]
# Maps rightalt to escape when pressed and control when held.
rightalt = overload(control, esc)
# Remaps the copilot key to tab
leftmeta+leftshift+f23 = tab
启用keyd:
# systemctl enable keyd --now
重新加载配置文件:
# keyd reload
参考:
Categories: [Linux] [sysutils]