44 字
1 分钟
Archlinux install Keyd
Install
sudo pacman -S keyd
Enable and Start
sudo systemctl enable keyd
sudo systemctl start keyd
Config
Put the following in /etc/keyd/default.conf
:
[ids]
*
[main]
# Maps capslock to escape when pressed and control when held.
capslock = overload(control, esc)
# Remaps the escape key to capslock
esc = capslock
Archlinux install Keyd
https://lordhamster.com/posts/archlinux-keyd/