I’m messing around with voice command software and I’m trying to add a keyword that triggers a script that will switch the inputs on my evdev passthrough setup without having to physically press l-ctrl+r-ctrl. Is there anyway to do this? I tried
xdotool key Control_L+Control_R
and it didn’t work. Is there something I can pass to qemu directly to trigger the evdev switch?