docs: remap capslock key

This commit is contained in:
Ryan Yin
2023-07-15 19:12:48 +08:00
parent cf33721ec1
commit fa9f23751c

View File

@@ -122,8 +122,8 @@
enableKeyMapping = true; # enable key mapping so that we can use `option` as `control`
# NOTE: do NOT support remap capslock to both control and escape at the same time
remapCapsLockToControl = false; # remap caps lock to control
remapCapsLockToEscape = true; # remap caps lock to escape
remapCapsLockToControl = false; # remap caps lock to control, useful for emac users
remapCapsLockToEscape = true; # remap caps lock to escape, useful for vim users
# swap left command and left alt,
# so it matches common keyboard layout: `ctrl | command | alt`