Shortcuts are not intercepted by QEMU guest
I have problems with sending shortcuts to the Ubuntu guest. Like Alt + Tab, Ctrl + Alt + T, Alt + F4, etc... It's sent to the host instead even though the QEMU window is active. Is there a way to change/configure such behavior? For example Alt + F4 closes the guest itself, not the active guest win
Re: Shortcuts are not intercepted by QEMU guest
It turned out that compiling QEMU with --enable-sdl option does the desired hotkeys interception for the guest. -- Regards, Dmitrii