Advertisement
Guest User

Untitled

a guest
Jun 21st, 2010
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <context name="Desktop">
  2. <mousebind action="Click" button="Up">
  3. <action name="DesktopPrevious"/>
  4. </mousebind>
  5. <mousebind action="Click" button="Down">
  6. <action name="DesktopNext"/>
  7. </mousebind>
  8. <mousebind action="Click" button="A-Up">
  9. <action name="DesktopPrevious"/>
  10. </mousebind>
  11. <mousebind action="Click" button="A-Down">
  12. <action name="DesktopNext"/>
  13. </mousebind>
  14. <mousebind action="Click" button="C-A-Up">
  15. <action name="DesktopPrevious"/>
  16. </mousebind>
  17. <mousebind action="Click" button="C-A-Down">
  18. <action name="DesktopNext"/>
  19. </mousebind>
  20. <mousebind action="Press" button="Left">
  21. <action name="Focus"/>
  22. <action name="Raise"/>
  23. </mousebind>
  24. <mousebind action="Press" button="Right">
  25. <action name="Focus"/>
  26. <action name="Raise"/>
  27. </mousebind>
  28. <mousebind action="Click" button="W-Up">
  29. <action name="Execute"/>
  30. <execute>/home/jason/.scripts/VolumeNotify.sh up</execute>
  31. </mousebind>
  32. </context>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement