private.xml 728 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <root>
  3. <item>
  4. <name>0. Custom stuff</name>
  5. <item>
  6. <name>Mouse5 (up) to Expose All</name>
  7. <identifier>remap.mouse5toexposeall</identifier>
  8. <autogen>
  9. __PointingRelativeToScroll__
  10. PointingButton::BUTTON5,
  11. Option::POINTINGRELATIVETOSCROLL_TOKEYS,
  12. KeyCode::EXPOSE_ALL, ,
  13. </autogen>
  14. </item>
  15. <item>
  16. <name>Mouse4 (down) to Expose App</name>
  17. <identifier>remap.mouse4toexposeapp</identifier>
  18. <autogen>
  19. __PointingRelativeToScroll__
  20. PointingButton::BUTTON4,
  21. Option::POINTINGRELATIVETOSCROLL_TOKEYS,
  22. KeyCode::EXPOSE_ALL, ModifierFlag::CONTROL_L,
  23. </autogen>
  24. </item>
  25. </item>
  26. </root>