Skip to content

Instantly share code, notes, and snippets.

@neilrenicker
Forked from ttscoff/private.xml
Last active August 29, 2015 14:23
Show Gist options
  • Save neilrenicker/ff59ef6b96f352f72541 to your computer and use it in GitHub Desktop.
Save neilrenicker/ff59ef6b96f352f72541 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>F19 to Hyper</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>
@neilrenicker
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment