13.02.2025 19:00, Paolo Bonzini wrote:
From: Volker RĂ¼melin <vr_q...@t-online.de>
Windows only:
The libSDL2 Windows message loop needs the libSDL2 Windows low
level keyboard hook procedure to grab the left and right Windows
keys correctly. Reenable the SDL2 Windows keyboard hook procedure.
Since SDL2 2.30.4 the SDL2 keyboard hook procedure also filters
out the special left Control key event for every Alt Gr key event
on keyboards with an international layout. This means the QEMU low
level keyboard hook procedure is no longer needed. Remove the QEMU
Windows keyboard hook procedure.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2139
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2323
Signed-off-by: Volker RĂ¼melin <vr_q...@t-online.de>
Link: https://lore.kernel.org/r/20241231115950.6732-1-vr_q...@t-online.de
Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
ui/sdl2.c | 26 --------------------------
ui/meson.build | 4 ----
2 files changed, 30 deletions(-)
This looks like a qemu-stable material. Please let me know if it is not.
Thanks,
/mjt