On 2026/05/10 15:01, [email protected] wrote:
On Sat, 09 May 2026 19:34:24 +0900, Akihiko Odaki <[email protected]> wrote:diff --git a/hw/input/ps2.c b/hw/input/ps2.c index 93c3c737205..1f266bc6a07 100644 --- a/hw/input/ps2.c +++ b/hw/input/ps2.c @@ -126,17 +127,17 @@ static uint8_t translate_table[256] = { static unsigned int ps2_modifier_bit(QKeyCode key)QemuInputKeyEvent.key is unsigned int after patch 4.
I ran a codebase-wide search of QKeyCode but there are clearly occurrences I missed (ui/vnc is another case you spotted). I'll double-check to ensure there won't be such except the intended cases.
Regards, Akihiko Odaki
