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

2019-02-19 Thread Gerd Hoffmann
On Wed, Feb 13, 2019 at 07:01:35AM +0100, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > Yes, this is another regression accidentally introduced by the keyboard > > state tracker. > > > > When GTK does key repeat it omits the Up event for repeated keys. > > > > IOW, you get > > > >

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

2019-02-12 Thread Markus Armbruster
Daniel P. Berrangé writes: > Yes, this is another regression accidentally introduced by the keyboard > state tracker. > > When GTK does key repeat it omits the Up event for repeated keys. > > IOW, you get > > Press (a) > Press (a) > Press (a) > Release (a) This is how keyboards c

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

2019-02-12 Thread Daniel P . Berrangé
On Tue, Feb 12, 2019 at 01:02:42PM +, Leonardo Soares Müller wrote: > 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 > del

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

2019-02-12 Thread Leonardo Soares Müller
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 n