mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1000] Feature Request: Hold Alt on Windows / CMD on macOS to switch #800
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#800
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @naezith on GitHub (Jan 2, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1000
Cursor switches even when one computer is in fullscreen mode. There is no way to stop it.
It would be great to have a checkbox "Hold -Alt on Windows- or -CMD on macOS- to switch". A dropdown for
CTRL Win AltorCTRL Option CMDwould be more preferable.This way it would jump only when I want it.
@albertony commented on GitHub (Jan 4, 2021):
Looking into the code, there are traces of options for requring shift, control and/or alt key to be held to enable switching. Does not seem to be exposed in GUI, and are not documented as server configuration file options.
Did a quick test running command line versions and verified that it works to require Shift key to be held for switching, by adding the following to the server configuration file:
The other options are named
switchNeedsControlandswitchNeedsAlt.Tried to add them manually to the registry settings that GUI uses, but that did not seem to work, so probably needs a code change to work with GUI.
One alternative is to export your GUI configurations to file (menu Barrier->Save Configuration), edit the file, and use it from gui with the file based configuration option ("Use existing configuration").
As an alternative you can configure "switch on double tap" from the "Advanced server settings" panel in GUI, which may be good enough for preventing accidental switches.