mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-09 19:03:36 +02:00
feat: remap esc to capslock
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
WebKitDeveloperExtras = true;
|
||||
};
|
||||
"com.apple.finder" = {
|
||||
AppleShowAllFiles = true;
|
||||
ShowExternalHardDrivesOnDesktop = true;
|
||||
ShowHardDrivesOnDesktop = true;
|
||||
ShowMountedServersOnDesktop = true;
|
||||
@@ -147,6 +148,15 @@
|
||||
#
|
||||
# disabled, caused only problems!
|
||||
swapLeftCommandAndLeftAlt = false;
|
||||
|
||||
userKeyMapping = [
|
||||
# remap escape to caps lock
|
||||
# so we swap caps lock and escape, then we can use caps lock as escape
|
||||
{
|
||||
HIDKeyboardModifierMappingSrc = 30064771113;
|
||||
HIDKeyboardModifierMappingDst = 30064771129;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user