Last active
March 12, 2016 17:27
-
-
Save merlinstardust/433bd3ee637700b8aa53 to your computer and use it in GitHub Desktop.
Synergy Mouse and Keyboard Sharing Configurations
This file contains 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
# 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