I'm currently reverted the commit f8d2c9369b8302f65f4f43f14ed3987c2268a02a to
use only CTRL-ALT.
https://gist.github.com/Low-power/822eace3f37c893bc6aad3af647b4c7d
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpa
Also affects SDL 1.2 UI in QEMU 2.12.1
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1811916
Title:
SDL2 interface didn't follow the current X11 keyboard layout for
hotkeys
Status in QEMU:
New
>>> Does something like this work for you?
Yes, this fix works; but I don't think this is a clean fix, since
libutil may also missing in other OS.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/177725
Public bug reported:
My X11 was configured to use Dvorak keyboard layout, with setxkbmap(1).
Despite the window title said 'Press Ctrl-Alt-G to exit grab' after it
grabbed the mouse, pressing this hotkey don't have any effects, and I
has to switch to a virtual terminal to kill(1) that qemu process
libutil should not be linked on Solaris, see
https://bugs.launchpad.net/qemu/+bug/1777252
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1785698
Title:
Solaris build error: unknown type name ‘gcry_e
Public bug reported:
Building script 'tests/Makefile.include' contains following code
```
ifeq ($(CONFIG_POSIX),y)
LIBS += -lutil
endif
```
library -lutil is not available on Solaris, so the building will failed, like
```
ld: fatal: library -lutil: not found
make: *** [SOMEWHERE/src/qemu-2.12.0/r