Deskflow 可让您在 Windows、macOS 和 Linux 上的多台计算机之间共享一个鼠标和键盘。它就像一个软件 KVM(但没有视频)。
Go to file
Edward Carrel e0a70cddf7 Revamped OSX clipboard handling to rely on the pasteboard synchronization built into the API, rather than attempting to roll our own.
This brings back clipboard sharing functionality under my environment; I'll be posting a call to test to the appropriate ticket.

Ref: Issue #67
2009-11-25 11:09:37 +00:00
cmake Imported cmake and hm from mercurial. 2009-10-26 07:54:37 +00:00
cmd Changes from mercurial repository. 2009-10-21 16:25:08 +00:00
examples Initial commit of the synergy trunk sources from sf.net 2009-02-27 11:54:59 +00:00
gui Imported /gui/ from mercurial. 2009-10-26 07:57:53 +00:00
lib Revamped OSX clipboard handling to rely on the pasteboard synchronization built into the API, rather than attempting to roll our own. 2009-11-25 11:09:37 +00:00
resources Added back the resources folder. 2009-10-26 07:39:34 +00:00
buildbot-force hack: force buildbot 2009-11-02 21:55:30 +00:00
ChangeLog Changes from mercurial repository. 2009-10-21 16:25:08 +00:00
CMakeLists.txt Imported cmake and hm from mercurial. 2009-10-26 07:54:37 +00:00
COMPILE Imported cmake and hm from mercurial. 2009-10-26 07:54:37 +00:00
COPYING Initial commit of the synergy trunk sources from sf.net 2009-02-27 11:54:59 +00:00
hm.cmd Added a hammer command for buildbot. 2009-11-02 21:17:45 +00:00
hm.py Added a hammer command for buildbot. 2009-11-02 21:17:45 +00:00
hm.sh Imported cmake and hm from mercurial. 2009-10-26 07:54:37 +00:00
INSTALL Changes from mercurial repository. 2009-10-21 16:25:08 +00:00
README Changes from mercurial repository. 2009-10-21 16:25:08 +00:00

See: http://code.google.com/p/synergy-plus/wiki/Readme

Announcement | 2009-08-04
=========================
We have recently switched to CMake, to replace Automake.
Plese read the Compiling wiki page for help with CMake:
http://code.google.com/p/synergy-plus/wiki/Compiling

Linux/Mac
---------
Instead of using the traditional GNU style `./configure; make`
commands, you will now need to use CMake.

Windows
-------
Instead of using the VS2005 and VS2008 directories, you now need
to generate the Visual Studio project files using CMake.