GNOME Bugzilla – Bug 632151
main: use Meta.Display.get_keybinding_action for PrintScreen as well
Last modified: 2011-01-06 18:53:32 UTC
requires mutter bug 632149
Created attachment 172358 [details] [review] main: use Meta.Display.get_keybinding_action for PrintScreen as well (and trigger it on keyrelease rather than keypress, like the other bindings)
Created attachment 172359 [details] [review] "diff -w" version of the patch, since it's mostly just reindentation
*** Bug 629952 has been marked as a duplicate of this bug. ***
Review of attachment 172358 [details] [review]: Looks fine
Review of attachment 172358 [details] [review]: Though I have no idea why we are triggering key bindings on release rather than press - I think this is some accidental fallout from making the super binding handled on release rather than press as a special case - for consistency with the main view where we didn't want to break its use as a modifier for other key bindings.
Review of attachment 172359 [details] [review]: Marking 'diff -w' patch as reviewed to get the bug out of bugzilla queries.
Attachment 172358 [details] pushed as c217377 - main: use Meta.Display.get_keybinding_action for PrintScreen as well
*** Bug 619777 has been marked as a duplicate of this bug. ***