GNOME Bugzilla – Bug 781767
Wayland: increase key delivery verbosity
Last modified: 2017-04-28 11:30:43 UTC
With Wayland, GDK_DEBUG=events would log key events but not explicitly state whether the event is a key press or release, or if it's originating from a key repeat. Add some more verbosity to make sure these informations are logged on key delivery when GDK_DEBUG is set.
Created attachment 350477 [details] [review] [PATCH] wayland: make key event log more explicit
Created attachment 350482 [details] [review] [PATCH v2] wayland: make key event log more explicit v2: got some format wrong, also add the number of keys being pressed at the time of the event delivery.
Created attachment 350483 [details] [review] [PATCH v2] wayland: make key event log more explicit
Review of attachment 350483 [details] [review]: looks good to me
Comment on attachment 350483 [details] [review] [PATCH v2] wayland: make key event log more explicit attachment 350483 [details] [review] pushed to master as git commit 502e0a3 - wayland: make key event log more explicit attachment 350483 [details] [review] pushed to branch gtk-3-22 as git commit c770b5c - wayland: make key event log more explicit