qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Key repeat is no longer working on TTY and grub menu


From: Leonardo Soares Müller
Subject: [Qemu-devel] Key repeat is no longer working on TTY and grub menu
Date: Tue, 12 Feb 2019 13:02:42 +0000

I noticed that the key inputs are no longer repeating when using default
setting on QEMU. For example, if I press "a" and keep it pressed it will
print only one "a" instead of repeating them. Another example is when
deleting text: instead of holding backspace pressed and the text is
deleted, it's needed to press backspace once for each character.

As this makes many tasks much slower, requiring many key presses for
tasks that were done in a single press, I did a bisect to see when this
change happened. The result is:

0c0d42737dfdcea872a987ecba6ef55047df8881 is the first bad commit
commit 0c0d42737dfdcea872a987ecba6ef55047df8881
Author: Gerd Hoffmann <address@hidden>
Date:   Tue Jan 22 10:28:11 2019 +0100

    kbd-state: use state tracker for gtk

    Use the new keyboard state tracked for gtk.  Allows to drop the
    gtk-specific modifier state tracking code.

    Signed-off-by: Gerd Hoffmann <address@hidden>
    Reviewed-by: Daniel P. Berrangé <address@hidden>
    Message-id: address@hidden

:040000 040000 e882f144bafca90257a4604b5e62486a1ca038b2
0139afe1aee24256c3f711c080b0230ab104074a M      include
:040000 040000 c258efc06107b944b0627792b9f2377600033118
4fd01a25a3e0d1fccca72c35ec58b205aa4fd882 M      ui

I'm using the GTK interface and all guests without a Graphical User
Interface (GUI) are affected by this. This happens on grub menu and on
TTY of multiple Linux guests.

Workarounds found for the key repeat issue:

-Installing a GUI to server systems;
-Adding a usb-kbd device, but then the key '/' is lost.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]