From fa9f23751c01286b91445a300fdadd79273b6017 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 15 Jul 2023 19:12:48 +0800 Subject: [PATCH] docs: remap capslock key --- modules/darwin/apps.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index 26118592..ca5eed3f 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -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`