Skip to content

Instantly share code, notes, and snippets.

@DavidAntaramian
Created May 29, 2011 23:03
Show Gist options
  • Save DavidAntaramian/998216 to your computer and use it in GitHub Desktop.
Save DavidAntaramian/998216 to your computer and use it in GitHub Desktop.
Daemon configuration file for Synergy (http://synergy-foss.org/)
section: screens
behemoth:
Chansey.local:
alt = super
super = alt
Crystal.local:
alt = super
super = alt
Agatha.local:
alt = super
super = alt
end
section: links
#behemoth is the centrally located computer and the server
behemoth:
left = Crystal.local
right = Chansey.local
#Chansey is at the mid right
Chansey.local:
left = behemoth
right = Agatha.local
#Agatha is at the far right
Agatha.local:
left = Chansey.local
#Crystal is at the far left
Crystal.local:
right = behemoth
end
@DavidAntaramian
Copy link
Author

8d227e442600d8df7e9649c180a6dd391b91de70 updates the configuration to properly switch key configuration to match a standard Apple keyboard layout when using a normal DOS/IBM style keyboard. I had originally switched meta and super, but Mac actually uses alt, not meta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment