Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobb/3240046 to your computer and use it in GitHub Desktop.
Save jacobb/3240046 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<list>
<item>
<name>Swap Space and Tab</name>
<identifier>private.swap_space_and_tab</identifier>
<autogen>--KeyToKey-- KeyCode::SPACE, KeyCode::TAB</autogen>
<autogen>--KeyToKey-- KeyCode::TAB, KeyCode::SPACE</autogen>
</item>
<item>
<name>Help to Fn</name>
<identifier>private.fb_to_tab</identifier>
<autogen>--KeyToKey-- KeyCode::HELP, KeyCode::FN</autogen>
</item>
<item>
<name>Fn + F13,F14(NumLock), F15 to Music Control</name>
<identifier>private.f13_to_prev</identifier>
<autogen>--KeyToConsumer-- KeyCode::F13, ModifierFlag::FN, ConsumerKeyCode::MUSIC_PREV</autogen>
<autogen>--KeyToConsumer-- KeyCode::F14, ModifierFlag::FN, ConsumerKeyCode::MUSIC_PLAY</autogen>
<autogen>--KeyToConsumer-- KeyCode::F15, ModifierFlag::FN, ConsumerKeyCode::MUSIC_NEXT</autogen>
</item>
<item>
<name>Fn + ', [ to PgUp/PgDown</name>
<identifier>private.pgup_pgdown_laptop</identifier>
<autogen>--KeyToKey-- KeyCode::BRACKET_RIGHT, ModifierFlag::FN, KeyCode::PAGEUP</autogen>
<autogen>--KeyToKey-- KeyCode::JIS_COLON, ModifierFlag::FN, KeyCode::PAGEDOWN</autogen>
</item>
</list>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment