Skip to content

Instantly share code, notes, and snippets.

@byronp
Forked from ttscoff/private.xml
Last active December 21, 2015 09:59
Show Gist options
  • Save byronp/6288621 to your computer and use it in GitHub Desktop.
Save byronp/6288621 to your computer and use it in GitHub Desktop.
Changed from escape to just F19.
<?xml version="1.0"?>
<root>
<item>
<name>F19 to F19</name>
<appendix>(F19 to Hyper (ctrl+shift+cmd+opt) + F19 Only, send F19)</appendix>
<identifier>private.f192f19_f19</identifier>
<autogen>
--KeyOverlaidModifier--
KeyCode::F19,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L,
KeyCode::F19
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment