Skip to content

Instantly share code, notes, and snippets.

@merlinstardust
Last active March 12, 2016 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merlinstardust/433bd3ee637700b8aa53 to your computer and use it in GitHub Desktop.
Save merlinstardust/433bd3ee637700b8aa53 to your computer and use it in GitHub Desktop.
Synergy Mouse and Keyboard Sharing Configurations
# Home
section: screens
Avalon:
Camelot:
end
section: links
Avalon:
left = Avalon
right = Avalon
up = Camelot
down = Camelot
Camelot:
left = Camelot
right = Camelot
up = Avalon
down = Avalon
end
section: options
keystroke(Control+Up) = switchToScreen(Avalon)
keystroke(Control+Down) = switchToScreen(Camelot)
end
# Away
section: screens
avalon:
top:
left:
right:
end
section: links
avalon:
left = left
right = right
up = top
down = top
right:
left = avalon
right = left
up = right
down = right
left:
left = right
right = avalon
up = left
down = left
top:
left = top
right = top
up = avalon
down = avalon
end
section: options
keystroke(Control+Alt+Right) = switchToScreen(right)
keystroke(Control+Alt+Left) = switchToScreen(left)
keystroke(Control+Alt+Up) = switchToScreen(top)
keystroke(Control+Alt+Down) = switchToScreen(avalon)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment