Created
October 3, 2011 14:59
-
-
Save wpiekutowski/1259289 to your computer and use it in GitHub Desktop.
My synergys config with PC-style Mac keyboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.synergy.conf | |
# http://synergy2.sourceforge.net/configuration.html | |
# run with synergy -f | |
section: screens | |
morpork: | |
mac-mini: | |
alt = super | |
# Mac -> Mac | |
# ctrl = ctrl | |
# super = alt | |
# PC -> Mac | |
ctrl = alt | |
super = ctrl | |
end | |
section: links | |
mac-mini: | |
left = morpork | |
morpork: | |
right = mac-mini | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment