Open-source KVM software
Go to file
crs 519871fe15 Changed X11 key mapping to fallback to the modifier keysym with
the opposite handedness if the desired handedness is missing.
For example, if Alt_R is unmapped as it often is on keyboards
with Mode_switch, the client will use Alt_L if it is mapped
when told to synthesize Alt_R.  This should fix handling of
AltGr sent from a win32 server.  AltGr is literally just
Control_L and Alt_R and, previously, an X11 client without
Alt_R mapped would only simulate Control_L.  This does not
address the fact that the user may really just want the Alt
modifier;  there are already hueristics to attempt to figure
that out.
2004-10-30 16:41:36 +00:00
cmd Removed recursive mutexes. Simplified stream filters as a side 2004-09-29 21:59:26 +00:00
config Changes to support building on solaris, irix, and darwin. Also 2002-12-25 10:35:59 +00:00
dist Fixed error in win32 installer packaging. 2004-09-28 22:19:24 +00:00
doc Fixed typo in the documentation of configuration options. 2004-10-13 20:39:22 +00:00
examples added EXTRA_* files to get `make dist' doing the right thing. 2002-07-31 16:27:06 +00:00
lib Changed X11 key mapping to fallback to the modifier keysym with 2004-10-30 16:41:36 +00:00
nodist Updates for Version 1.1.3. 2004-03-28 20:01:16 +00:00
synergy.xcode Removed cross-compile setting from project. 2004-08-04 22:48:30 +00:00
AUTHORS Added files required by automake. They simply reference the 2004-08-01 16:04:21 +00:00
COPYING Reverted COPYING so win32 installer build can use it. 2004-08-01 17:36:53 +00:00
ChangeLog Updated documentation. 2004-08-05 21:03:20 +00:00
INSTALL Added files required by automake. They simply reference the 2004-08-01 16:04:21 +00:00
Makefile.am Updated packagers to handle new documentation. 2004-08-01 16:31:47 +00:00
NEWS Added files required by automake. They simply reference the 2004-08-01 16:04:21 +00:00
README Updated documentation. Converted most documation to HTML. 2004-08-01 16:00:18 +00:00
acinclude.m4 Now using <poll.h> instead of <sys/poll.h>. Also added a bit 2004-07-31 11:19:39 +00:00
all.dsp Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
configure.in Improved X extension detection in configure and added handling 2004-10-30 16:16:32 +00:00
synergy.dsw Added win32 installer project. 2004-03-28 20:00:00 +00:00

README

Synergy
=======

synergy: [noun] a mutually advantageous conjunction of distinct elements

Synergy lets you easily share a single mouse and keyboard between
multiple computers with different operating systems, each with its
own display, without special hardware.  It's intended for users
with multiple computers on their desk since each system uses its
own display.

Redirecting the mouse and keyboard is as simple as moving the mouse
off the edge of your screen.  Synergy also merges the clipboards of
all the systems into one, allowing cut-and-paste between systems.
Furthermore, it synchronizes screen savers so they all start and stop
together and, if screen locking is enabled, only one screen requires
a password to unlock them all.

Synergy is open source and released under the GNU Public License (GPL).

Please see doc/index.html for more information.