Advertisement
SirIntellegence

Synergy config

Apr 21st, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. section: screens
  2. macpro:
  3. halfDuplexCapsLock = false
  4. halfDuplexNumLock = false
  5. halfDuplexScrollLock = false
  6. xtestIsXineramaUnaware = false
  7. switchCorners = none
  8. switchCornerSize = 0
  9. ctrl = ctrl
  10. alt = meta
  11. super = alt
  12. # imac:
  13. # halfDuplexCapsLock = false
  14. # halfDuplexNumLock = false
  15. # halfDuplexScrollLock = false
  16. # xtestIsXineramaUnaware = false
  17. # switchCorners = none
  18. # switchCornerSize = 0
  19. # ctrl = ctrl
  20. # alt = meta
  21. # super = alt
  22. my-laptop:
  23. halfDuplexCapsLock = false
  24. halfDuplexNumLock = false
  25. halfDuplexScrollLock = false
  26. xtestIsXineramaUnaware = false
  27. switchCorners = none
  28. switchCornerSize = 0
  29. Programmer1:
  30. halfDuplexCapsLock = true
  31. halfDuplexNumLock = true
  32. halfDuplexScrollLock = true
  33. xtestIsXineramaUnaware = false
  34. switchCorners = none
  35. switchCornerSize = 0
  36. my-slave:
  37. halfDuplexCapsLock = true
  38. halfDuplexNumLock = true
  39. halfDuplexScrollLock = true
  40. xtestIsXineramaUnaware = false
  41. switchCorners = none
  42. switchCornerSize = 0
  43. end
  44.  
  45. section: aliases
  46. end
  47.  
  48. section: links
  49. macpro:
  50. #right = Programmer1
  51. right = Programmer1(53, 100)
  52. #up = imac
  53. up = my-laptop
  54. #imac:
  55. # down = macpro
  56. # right = Programmer1(0,53)
  57. my-laptop:
  58. down = macpro
  59. right = Programmer1(0,53)
  60. Programmer1:
  61. #right = my-slave
  62. #left = macpro
  63. right(53, 100) = my-slave
  64. left(53, 100) = macpro
  65. #left(0, 53) = imac
  66. #left(0, 53) = my-laptop
  67. my-slave:
  68. #left = Programmer1
  69. left = Programmer1(53, 100)
  70. end
  71.  
  72. section: options
  73. relativeMouseMoves = false
  74. screenSaverSync = true
  75. win32KeepForeground = false
  76. switchCorners = none
  77. switchCornerSize = 0
  78. keystroke(Control+Shift+Space) = switchToScreen(Programmer1)
  79. keystroke(Control+Shift+Tab) = switchToScreen(macpro)
  80. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement