Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document server options switchNeedsShift, switchNeedsControl, switchNeedsAlt #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Command-Line.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@ switchCorners = {none, top-left, top-right, bottom-left, bottom-right, left, rig
switchCornerSize = N
switchDelay = N
switchDoubleTap = N
switchNeedsShift = {true|false}
switchNeedsControl = {true|false}
switchNeedsAlt = {true|false}
screenSaverSync = {true|false}
relativeMouseMoves = {true|false}
clipboardSharing = {true|false}
Expand All @@ -461,6 +464,9 @@ of the listed corners
`N` milliseconds
- `switchDoubleTap` prevents switching unless the edge is double-tapped
within `N` milliseconds
- `switchNeedsShift` prevents switching unless the shift key is held
- `switchNeedsControl` prevents switching unless the control key is held
- `switchNeedsAlt` prevents switching unless the alt key is held
- `screenSaverSync` will sync the screensavers if set to `true`. If set to false
the clients will use their own screensaver settings and the server screensaver
won't start as long as there is input to any screen
Expand Down