-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsynergy.conf
40 lines (36 loc) · 880 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
section: screens
dileep-i3:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
red-peep:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
end
section: aliases
end
section: links
dileep-i3:
right = red-peep
red-peep:
left = dileep-i3
end
section: options
relativeMouseMoves = false
screenSaverSync = true
win32KeepForeground = false
clipboardSharing = true
switchCorners = none
switchCornerSize = 0
keystroke(Control+Alt+Home) = switchToScreen(dileep-i3)
keystroke(Control+Alt+PageUp) = switchToScreen(red-peep)
keystroke(Alt+Shift+Left) = switchInDirection(left)
keystroke(Alt+Shift+Right) = switchInDirection(right)
end