mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #138] Feature Request: Allow for the mouse to "wrap" around the screens #110
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#110
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 @TheCire on GitHub (Sep 29, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/138
Feature Request
Operating Systems
All
Client: Any Client
Barrier Version
Any version in the future
Other info
It'd be nice to have a feature to allow for the mouse to "wrap around" the screens so if i move my mouse to the opposite side of the screen to where i entered the client I could have the mouse return to the server and be on the wrapped side. Even though ShareMouse wasn't very good, I did like that feature.
@nsk7even commented on GitHub (Oct 8, 2018):
This is possible already, I work with this feature every day.
Just configure the client on both sides of the server and the server on both sides of the client.
Have a look at my config:
@TheCire commented on GitHub (Oct 10, 2018):
I just tried that and I keep getting launch errors "duplicate client"
@nsk7even commented on GitHub (Oct 10, 2018):
Where do you get this error?
Just to assure you got this right: the config above is the server sided config only. It is launched like this:
barriers --config path/to/config.confThe client is launched like this
"C:/Program Files/Barrier/barrierc.exe" -f --debug INFO --name myclientname --ipc --enable-drag-drop --profile-dir "C:\Users\myusername\AppData\Local\Barrier" [serverip]:24800@a7hybnj2 commented on GitHub (Nov 30, 2018):
I can confirm this 'work around' is working. I saved my existing config edited it and then started pointing to the new config. Seems fine.