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 <kra...@redhat.com> 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 <kra...@redhat.com> Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> Message-id: 20190122092814.14919-6-kra...@redhat.com :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.