-
Notifications
You must be signed in to change notification settings - Fork 12
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
Using evsieve with barrier #16
Comments
Maybe something like the following can solve your problem?
It internally considers four different states: (1) guest screen is active, controlling main pc; (2) host screen active, controlling main pc, (3) guest screen active, controlling mac, (4) host screen active, controlling mac,. For each of those four states, it provides hotkeys to transition between them. Whenever either the host screen is active or the mac is being controlled, the keys are outputted on the host devices. (Yes, I acknowledge that the above script is a bit unwieldy.) |
Hi,
This is not an "issue" per se but I don't know where else to ask this question. Sorry for spamming you with issues. I would like to be able to use evsieve with barrier (the keyboard and mouse sharing tool). My current setup is that I have a VFIO setup where I am using evsieve to switch keyboard and mouse between guest and host and also switch the display back and forth using ddcutil with "exec-shell" command. It is working pretty well and I have no issues with that. However, recently I have added a mac machine to my setup (a physical machine) and the way I am sharing the keyboard and mouse with that machine is by using 'barrier'. The question is then, how can I use evsieve together with barrier and add all that to my current setup ? I have started implementing a solution but I am missing some pieces in order to make it work fully. I have modified barrier so that I can switch the kbd/ms between the main (linux) machine and the macos machine by issuing a command (think
barrierctl switchtoa/switchtob
). Currently my evsieve command is the following:This is switching between guest and host when I press leftalt+rightalt. Is there anyway I could add switching to the macos machine to this somehow in a way that wouldn't result in some inconsistencies in my setup ? For instance using leftshit+rightshift to switch back and forth between the macos machine and the host machine using a combination of the
barrierctl command
andddcutil
.The text was updated successfully, but these errors were encountered: