Skip to content

Instantly share code, notes, and snippets.

@raicem
Last active June 18, 2020 07:52
Show Gist options
  • Save raicem/9991bd6c0b4e4590e4167ff72df2b870 to your computer and use it in GitHub Desktop.
Save raicem/9991bd6c0b4e4590e4167ff72df2b870 to your computer and use it in GitHub Desktop.
Kinto/xkeysnail configuration for swapping capslock and escape
@@ -70,6 +70,8 @@
})
define_keymap(None,{
+ K("CAPSLOCK"): K("ESC"),
+ K("ESC"): K("CAPSLOCK"),
# Basic App hotkey functions
K("RC-Q"): K("Alt-F4"),
K("RC-H"): K("Alt-F9"),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment