GNOME Bugzilla – Bug 664582
lookingGlass: Fix global key press handler
Last modified: 2011-12-01 18:05:46 UTC
Some Clutter update broke this recently - not sure why it used to work.
Created attachment 201945 [details] [review] lookingGlass: Fix global key press handler No idea why connecting a key-press-event to a non-reactive actor used to work, but some Clutter update broke it. Obvious fix is to make the actor reactive.
Review of attachment 201945 [details] [review]: Sure.
Attachment 201945 [details] pushed as c3528f5 - lookingGlass: Fix global key press handler
Created attachment 202173 [details] [review] main: Fix keyboard event emission for non-reactive actors This is an innocent copy-paste issue that ended up breaking a few things
Review of attachment 202173 [details] [review]: looks good, but the whole logic is busted, so I'll need a "FIXME: 2.0:" reminder to fix the idiocy of having key events behave differently than pointer events.
Attachment 202173 [details] pushed as f7bb1e8 - main: Fix keyboard event emission for non-reactive actors