Skip to content

Instantly share code, notes, and snippets.

@rhemz
Created October 30, 2021 04:51
Show Gist options
  • Save rhemz/f9e08569e5f9d160957153129aa8760f to your computer and use it in GitHub Desktop.
Save rhemz/f9e08569e5f9d160957153129aa8760f to your computer and use it in GitHub Desktop.
synergy config
section: screens
ISILDUR:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
russ-mbp:
# alt = meta
# meta = none
# super = alt
alt = meta
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
russ-cof:
# alt = meta
# meta = none
# super = alt
alt = meta
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
end
section: aliases
end
section: links
ISILDUR:
russ-mbp:
russ-cof:
end
section: options
relativeMouseMoves = false
screenSaverSync = true
win32KeepForeground = false
clipboardSharing = true
switchCorners = none
switchCornerSize = 0
keystroke(Alt+Control+Shift+PageUp) = ;switchToScreen(ISILDUR)
keystroke(Alt+Control+Shift+PageDown) = switchToScreen(russ-mbp)
keystroke(Alt+Control+Shift+End) = switchToScreen(russ-cof)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment