Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created December 8, 2012 19:00
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save ttscoff/4241408 to your computer and use it in GitHub Desktop.
Save ttscoff/4241408 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook XML for hyper key, mix with PCKeyBoardHack to turn Caps Lock key into something useful
<?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