mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-20 16:44:10 +01:00
docs: remap capslock key
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user