Skip to content

Instantly share code, notes, and snippets.

@alexblackie
Created May 12, 2014 22:18
Show Gist options
  • Save alexblackie/f8c4f88bb5897c44828b to your computer and use it in GitHub Desktop.
Save alexblackie/f8c4f88bb5897c44828b to your computer and use it in GitHub Desktop.
Play/Pause on non-apple keyboards
<?xml version="1.0"?>
<root>
<item>
<name>Play/Pause on Print</name>
<identifier>private.play_pause_on_printscreen</identifier>
<autogen>__KeyToKey__ KeyCode::F13, ConsumerKeyCode::MUSIC_PLAY</autogen>
</item>
<item>
<name>Enqueue play/pause Everywhere!</name>
<identifier>private.enquheueueueueue_playpause_everywhere</identifier>
<autogen>
__KeyToKey__
KeyCode::SPACE,
ModifierFlag::CONTROL_L | ModifierFlag::COMMAND_L | ModifierFlag::OPTION_L,
ConsumerKeyCode::MUSIC_PLAY
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment