mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
14 lines
220 B
Text
14 lines
220 B
Text
# /etc/keyd/default.conf
|
|
|
|
[ids]
|
|
|
|
*
|
|
|
|
[main]
|
|
|
|
# Maps capslock to escape when pressed and control when held.
|
|
capslock= overload(control, esc)
|
|
enter= overload(control, enter)
|
|
backspace= \
|
|
\= backspace
|
|
tab=overload(alt, tab)
|