-
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
Question re switching 1 kbd between multiple VMs #22
Comments
Quick pointers on setting this up would be grand, but a simple "yep, that should be doable" will be enough to get me to install and do more research. I just want to avoid spending time on it if the answer is "not going to work". Thanks! |
Yep, that should be doable*. Something like the following script can be used to use different hotkeys to switch to different VMs. It toggles the events between VM 1/2 by left+right control, and jumps to the host by using leftctlr+esc.
By specifying the domain of the events that trigger the hooks, it ensures that certain hooks only trigger when a specific VM is active, and uses the As for focusing the input on a specific VM during startup: this is not possible on the stable version of evsieve yet, but on the main branch there is a half-baked
You can then change the active map to e.g. the second VM by running ( |
Hi, I used evsieve in my KVM setup. |
Apologies if there is a better place to put basic questions, I didn't see one when looking.
I'm curious if evsieve can support a workflow I'm trying to build.
I have a system where the host (Proxmox as a hypervisor) is running headless. I'd still like to be able to use the same keyboard on the host in emergencies but will need it there far less than 1% of the time.
I'm running multiple VFIO (passthrough) VMs via a couple of GPUs.
I'd like to be able to:
Is there a way to cycle multiple VM inputs using a hotkey?
If yes, can the host cycle hotkey be different than the VM switching hotkey?
To explain the workflow differently:
I'd be setting a VM up to run on Proxmox boot up. Only 1 VM would be running at this point. I'd like to focus evsieve to immediately control that VM (using hookscript most likely). I could spin up a second VM and use a hotkey to switch input to it. Later I might shut down one of the VMs to spin up a different one, but still have ability to switch to it.
In the case of some weird emergency I'd have a different hotkey that would always focus the inputs back to the Proxmox host.
The text was updated successfully, but these errors were encountered: