Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

keyd

install

sudo pacman -S keyd

usage

sudo systemctl enable keyd --now
sudo vim /etc/keyd/default.conf
# Copy from https://github.com/rvaiya/keyd?tab=readme-ov-file#recommended-config
[ids]

*

[main]

# shift = oneshot(shift)
# meta = oneshot(meta)
# control = oneshot(control)
# leftalt = oneshot(alt)
# rightalt = oneshot(altgr)
capslock = overload(control, esc)
insert = S-insert
sudo keyd reload