Skip to content

Instantly share code, notes, and snippets.

@hisaya
Created March 17, 2013 14:14
Show Gist options
  • Save hisaya/5181679 to your computer and use it in GitHub Desktop.
Save hisaya/5181679 to your computer and use it in GitHub Desktop.
<autogen>
__SimultaneousKeyPresses__
KeyCode::F, KeyCode::G,
KeyCode::F16, SimultaneousKeyPresses::Option::RAW
</autogen>
<autogen>
__SimultaneousKeyPresses__
KeyCode::F16, KeyCode::J,
KeyCode::KEY_1
</autogen>
<autogen>
__SimultaneousKeyPresses__
KeyCode::G, KeyCode::J,
KeyCode::F17, SimultaneousKeyPresses::Option::RAW
</autogen>
<autogen>
__SimultaneousKeyPresses__
KeyCode::F17, KeyCode::F,
KeyCode::KEY_1
</autogen>
<autogen>
__SimultaneousKeyPresses__
KeyCode::J, KeyCode::F,
KeyCode::F18, SimultaneousKeyPresses::Option::RAW
</autogen>
<autogen>
__SimultaneousKeyPresses__
KeyCode::F18, KeyCode::G,
KeyCode::KEY_1
</autogen>
<autogen>
__KeyToKey__
KeyCode::F16,
KeyCode::VK_NONE
</autogen>
<autogen>
__KeyToKey__
KeyCode::F17,
KeyCode::VK_NONE
</autogen>
<autogen>
__KeyToKey__
KeyCode::F18,
KeyCode::VK_NONE
</autogen>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment