Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <keybind key="C-A-Left">
  2. <action name="GoToDesktop">
  3. <to>left</to>
  4. <wrap>no</wrap>
  5. </action>
  6. </keybind>
  7. <keybind key="C-A-Right">
  8. <action name="GoToDesktop">
  9. <to>right</to>
  10. <wrap>no</wrap>
  11. </action>
  12. </keybind>
  13. <keybind key="C-A-Up">
  14. <action name="GoToDesktop">
  15. <to>up</to>
  16. <wrap>no</wrap>
  17. </action>
  18. </keybind>
  19. <keybind key="C-A-Down">
  20. <action name="GoToDesktop">
  21. <to>down</to>
  22. <wrap>no</wrap>
  23. </action>
  24. </keybind>
  25. <keybind key="S-A-Left">
  26. <action name="SendToDesktop">
  27. <to>left</to>
  28. <wrap>no</wrap>
  29. </action>
  30. </keybind>
  31. <keybind key="S-A-Right">
  32. <action name="SendToDesktop">
  33. <to>right</to>
  34. <wrap>no</wrap>
  35. </action>
  36. </keybind>
  37. <keybind key="S-A-Up">
  38. <action name="SendToDesktop">
  39. <to>up</to>
  40. <wrap>no</wrap>
  41. </action>
  42. </keybind>
  43. <keybind key="S-A-Down">
  44. <action name="SendToDesktop">
  45. <to>down</to>
  46. <wrap>no</wrap>
  47. </action>
  48. </keybind>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement