Skip to content

Instantly share code, notes, and snippets.

@rsgranne
Created March 18, 2016 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsgranne/c8e2b76fe3f8f56fcc94 to your computer and use it in GitHub Desktop.
Save rsgranne/c8e2b76fe3f8f56fcc94 to your computer and use it in GitHub Desktop.
private.xml for Karabiner to remap Caps Lock to Hyper
<?xml version="1.0"?>
<root>
<item>
<name>Remap Caps Lock to F19/Hyper</name>
<appendix>Caps Lock to Hyper (Ctrl + Shift + Command + Option)</appendix>
<identifier>private.f192f19</identifier>
<autogen>
--KeyToKey--
KeyCode::F19,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L,
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment