mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #313] Alt+Tab and other Keycombos, Windows key and other special keys #251
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#251
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 @lunainvictum on GitHub (May 18, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/313
Server:
OS: Arch Linux (Desktop Gnome 3)
Version Barrier: 2.0
Client:
OS: Windows 10 1809
Version Barrier: 2.0
I have following Problem: i have VM running with gpu passthrough wich connects to same monitor on another port. Now i want to use the same keyboard and mouse.
So i set up Barrier. But without the switching with move the cursor to the border. I let in the Server Settings a blank space between the both machines and maked two hotkeys in the settings. One to switch to Vm, and one to switch back (because i need to lock keyboard and mouse in one place). It works with few little problems:
If i switch to windows, and press windows key or alt+tab, the action dont happens on the client, it happens on the server.
The Hotkeys only works, if the window from barrier is in front on the server.
@noisyshape commented on GitHub (May 18, 2019):
It sounds like you're running Wayland. Barrier has issues with servers running under Wayland and clients don't work at all under Wayland.
@lunainvictum commented on GitHub (May 18, 2019):
Dont know. I use archlinux with gnome 3 :-)
@noisyshape commented on GitHub (May 18, 2019):
I don't think Arch is a good distribution for people who don't know what software they're using. You can copy this into a terminal:
loginctl show-session $(loginctl | grep $(whoami) | awk '{print $1}') -p Typeand it will tell you whether you're inside an x11 session or Wayland session.
@lunainvictum commented on GitHub (May 18, 2019):
Wayland.
@noisyshape commented on GitHub (May 18, 2019):
There are no workarounds for Wayland as far as I know. You'll have to switch to X11 if you want to use Barrier.
@AdrianKoshka commented on GitHub (May 18, 2019):
You are correct, we aren't wayland ready.