-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
´´´
commit 81c28ffd2b13a83770eadcfd7829d35d319d637f
Author: Daniel Stone [email protected]
Date: Wed Sep 5 17:46:23 2007 -0700
Fix key repeats during VT switch.
Add keyc->postdown, which represents the key state as of the last mieqEnqueue
call, and use it when we need to know the posted state, instead of the
processed state (keyc->down). Add small functions to getevents.c to query and
modify key state in postdown and use them all through, eliminating previously
broken uses.
´´´
Backport above X.org xserver commit. In virt-manager (libvirt/qemu+vnc) I observe key hangings from time to time. A key gets stuck and makes it impossible to enter correct commands/passwords.
We should test, if the above referenced commit fixes that.