Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <root>
  3. <item>
  4. <name>Media Keys to CTRL numbers</name>
  5. <item>
  6. <name>Media Controls to CTRL 7-9</name>
  7. <appendix>* Play/Pause to CTRL+9</appendix>
  8. <appendix>* Previous to CTRL+7</appendix>
  9. <appendix>* Next to CTRL+8</appendix>
  10. <identifier>remap.musiccontrols_to_CTRL_7_CTRL_9</identifier>
  11. <autogen>__KeyToKey__ KeyCode::KEY_9, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_CONTROL, ConsumerKeyCode::MUSIC_PLAY</autogen>
  12. <autogen>__KeyToKey__ KeyCode::KEY_7, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_CONTROL, ConsumerKeyCode::MUSIC_PREV</autogen>
  13. <autogen>__KeyToKey__ KeyCode::KEY_8, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_CONTROL, ConsumerKeyCode::MUSIC_NEXT</autogen>
  14. </item>
  15. <item>
  16. <name>Speaker Controls to CTRL+0-CTRL+EQUAL</name>
  17. <appendix>* Volume Mute to CTRL+0</appendix> ***
  18. <appendix>* Volume Down to CTRL+MINUS</appendix>
  19. <appendix>* Volume Up to CTRL+EQUAL</appendix>
  20. <identifier>remap.speaker_to_CTRL_0_CTRL_EQUAL</identifier>
  21. <autogen>__KeyToConsumer__ KeyCode::KEY_0, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_CONTROL, ConsumerKeyCode::VOLUME_MUTE</autogen>
  22. <autogen>__KeyToConsumer__ KeyCode::MINUS, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_CONTROL, ConsumerKeyCode::VOLUME_DOWN</autogen>
  23. <autogen>__KeyToConsumer__ KeyCode::EQUAL, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_CONTROL, ConsumerKeyCode::VOLUME_UP</autogen>
  24. </item>
  25. </item>
  26. </root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement