Advertisement
Guest User

Untitled

a guest
Jan 8th, 2012
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!-- mpd bindings -->
  2. <keybind key="W-Up">
  3. <action name="Execute">
  4. <command>mpc toggle</command>
  5. </action>
  6. </keybind>
  7. <keybind key="W-Down">
  8. <action name="Execute">
  9. <command>mpc stop</command>
  10. </action>
  11. </keybind>
  12. <keybind key="W-Left">
  13. <action name="Execute">
  14. <command>mpc prev</command>
  15. </action>
  16. </keybind>
  17. <keybind key="W-Right">
  18. <action name="Execute">
  19. <command>mpc next</command>
  20. </action>
  21. </keybind>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement