Advertisement
Guest User

Untitled

a guest
Sep 29th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. </mousebind>
  2. <mousebind button="A-Up" action="Click">
  3. <action name="GoToDesktop">
  4. <to>previous</to>
  5. </action>
  6. </mousebind>
  7. <mousebind button="A-Down" action="Click">
  8. <action name="GoToDesktop">
  9. <to>next</to>
  10. </action>
  11. </mousebind>
  12. <mousebind button="C-A-Up" action="Click">
  13. <action name="GoToDesktop">
  14. <to>previous</to>
  15. </action>
  16. </mousebind>
  17. <mousebind button="C-A-Down" action="Click">
  18. <action name="GoToDesktop">
  19. <to>next</to>
  20. </action>
  21. </mousebind>
  22. <mousebind button="A-S-Up" action="Click">
  23. <action name="SendToDesktop">
  24. <to>previous</to>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement