Skip to content

Instantly share code, notes, and snippets.

@BrettBukowski
Created June 18, 2014 22:48
Show Gist options
  • Save BrettBukowski/046b5ccdb0f4bbb7492b to your computer and use it in GitHub Desktop.
Save BrettBukowski/046b5ccdb0f4bbb7492b to your computer and use it in GitHub Desktop.
KeyboardRemap4MacBook - secret sauce to remap F19 (remapped from caps lock → F19 in Seil) to a hyper key
<?xml version="1.0"?>
<root>
<item>
<name>F19 to F19</name>
<appendix>(F19 to Hyper (ctrl+shift+cmd+opt) + F19 Only, send escape)</appendix>
<identifier>private.f192f19_escape</identifier>
<autogen>
--KeyOverlaidModifier--
KeyCode::F19,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L,
KeyCode::ESCAPE
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment