IT/Software/Applications/Synergy: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (Created page with "== Notes == This application allows you to use one mouse and or keyboard across several computers. You can buy a copy at symless.com There is one in the repo but usually ol...") |
Walttheboss (talk | contribs) No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Notes == | ==Notes== | ||
This application allows you to use one mouse and or keyboard across several computers. | This application allows you to use one mouse and or keyboard across several computers. | ||
Line 15: | Line 15: | ||
Take your time to read the file. It is actually very well written. | Take your time to read the file. It is actually very well written. | ||
<br /> | |||
An example is below from walt's desktop in Chiangmai to the server on the left.<br /> | |||
<pre> | |||
section: screens | |||
msgcnx: | |||
halfDuplexCapsLock = false | |||
halfDuplexNumLock = false | |||
halfDuplexScrollLock = false | |||
xtestIsXineramaUnaware = false | |||
switchCorners = none +top-right +bottom-right | |||
switchCornerSize = 0 | |||
mimiablo: | |||
halfDuplexCapsLock = false | |||
halfDuplexNumLock = false | |||
halfDuplexScrollLock = false | |||
xtestIsXineramaUnaware = false | |||
switchCorners = none +top-left +bottom-left | |||
switchCornerSize = 100 | |||
end | |||
section: aliases | |||
end | |||
section: links | |||
msgcnx: | |||
right = mimiablo | |||
mimiablo: | |||
left = msgcnx | |||
end | |||
section: options | |||
relativeMouseMoves = false | |||
win32KeepForeground = false | |||
disableLockToScreen = false | |||
clipboardSharing = true | |||
clipboardSharingSize = 23552 | |||
switchDelay = 500 | |||
switchCorners = none +top-left +bottom-left | |||
switchCornerSize = 200 | |||
end | |||
</pre> |
Latest revision as of 08:40, 1 October 2021
Notes
This application allows you to use one mouse and or keyboard across several computers.
You can buy a copy at symless.com
There is one in the repo but usually old and not wtih the advanced features.
I bought one years ago and love it.
For some reason the "Configure Server" dead corners feature does not work.
You need to Save a config(any) in a location. /home/user/.synergy is a great place.
Then manually edit the file.
Take your time to read the file. It is actually very well written.
An example is below from walt's desktop in Chiangmai to the server on the left.
section: screens msgcnx: halfDuplexCapsLock = false halfDuplexNumLock = false halfDuplexScrollLock = false xtestIsXineramaUnaware = false switchCorners = none +top-right +bottom-right switchCornerSize = 0 mimiablo: halfDuplexCapsLock = false halfDuplexNumLock = false halfDuplexScrollLock = false xtestIsXineramaUnaware = false switchCorners = none +top-left +bottom-left switchCornerSize = 100 end section: aliases end section: links msgcnx: right = mimiablo mimiablo: left = msgcnx end section: options relativeMouseMoves = false win32KeepForeground = false disableLockToScreen = false clipboardSharing = true clipboardSharingSize = 23552 switchDelay = 500 switchCorners = none +top-left +bottom-left switchCornerSize = 200 end