mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #751] Feature Request: Mutual share option #586
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#586
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 @adyanth on GitHub (Jun 15, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/751
Having a mutual share option would be of great assistance when there are multiple PCs and multiple peripherals (mouse needed for one, keyboard only for another), and we don't need to check which controls what before using it.
@theycallmeloki commented on GitHub (Jun 16, 2020):
+1 for having this feature can confirm things act flaky if you try to add multiple servers and clients to try and multiplex this feature on your own
@adyanth commented on GitHub (Jun 16, 2020):
To start with, it can be as simple as, having the server running all the time, and we can provide the client on both PCs, so that two of them can use each other's peripherals.
@theycallmeloki commented on GitHub (Jul 9, 2020):
If someone can point me to how this would be implemented I can try and submit a PR
@github-actions[bot] commented on GitHub (Sep 19, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
@p12tic commented on GitHub (Jan 10, 2021):
I think that this is not easily possible in the current codebase. Basically we would need to change the basic design of how Barrier works. Unfortunately adding workarounds like multiple clients is not viable, as Barrier server currently assumes that there are no clients on the machine it's running on and implementing this would complicate whole codebase for little gain.