Skip to content

Instantly share code, notes, and snippets.

@narfdotpl
Last active December 20, 2015 05:49
Show Gist options
  • Save narfdotpl/6081282 to your computer and use it in GitHub Desktop.
Save narfdotpl/6081282 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>F19 → Backspace/Hyper</name>
<identifier>narfdotpl.hyper</identifier>
<autogen>
__KeyOverlaidModifier__
KeyCode::F19,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L,
KeyCode::DELETE
</autogen>
</item>
<item>
<name>Hyper + Q → ⌘⇧[</name>
<identifier>narfdotpl.hyper_q</identifier>
<autogen>
__KeyToKey__
KeyCode::Q,
ModifierFlag::COMMAND_L | ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L,
KeyCode::BRACKET_LEFT,
ModifierFlag::COMMAND_L | ModifierFlag::SHIFT_L
</autogen>
</item>
<item>
<name>Hyper + W → ⌘⇧]</name>
<identifier>narfdotpl.hyper_w</identifier>
<autogen>
__KeyToKey__
KeyCode::W,
ModifierFlag::COMMAND_L | ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L,
KeyCode::BRACKET_RIGHT,
ModifierFlag::COMMAND_L | ModifierFlag::SHIFT_L
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment