-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.synergy.conf
46 lines (42 loc) · 953 Bytes
/
.synergy.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
section: screens
DESKTOP-QN1K8GU:
leeroy:
raspberrypi:
raspberrypi-250:
symbox-server:
symboxtra-osx:
symbox-pi:
end
section: aliases
end
section: links
symbox-pi:
right = symbox-server
symbox-server:
left = symbox-pi
right = leeroy
leeroy:
left = symbox-server
right = raspberrypi-250
raspberrypi-250:
left = leeroy
right = DESKTOP-QN1K8GU
DESKTOP-QN1K8GU:
left = raspberrypi-250
right = symboxtra-osx
symboxtra-osx:
left = DESKTOP-QN1K8GU
right = raspberrypi
raspberrypi:
left = symboxtra-osx
end
section: options
relativeMouseMoves = false
screenSaverSync = true
win32KeepForeground = false
clipboardSharing = true
switchCorners = none
switchCornerSize = 0
keystroke(Alt+Tilde) = switchInDirection(right)
keystroke(Alt+Shift+Tilde) = switchInDirection(left)
end