blob: 40e82975fc88951e8dac249140fa708429dc8c7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# /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
|