GNOME Bugzilla – Bug 736203
[regression] GtkCellRendererAccel doesn't work in modal dialogues
Last modified: 2014-09-08 15:55:48 UTC
Created attachment 285583 [details] prefs.js Reproducer attached. Reverting fe5402d32ebf7f332a2c5f71b9ae50dcf68892fd fixed the problem.
Reverted, and fixed in a different way.
Tested it and it breaks the fix to "cannot remap F1 to another function" bug in gnome-control-center: - Open gnome-control-center - Go to keyboard -> Shortcuts - Try to remap one of the actions to F1 With Jasper's fix it will work, without it, it won't even take the cell renderer out of "capture" mode. The help will be launched but you won't be able to click to close it as the cell renderer is capturing the pointer and the keyboard.
hmm, I did test that I could choose keys that have existing bindings - thats why I reintroduced the keyboard grab. Without it, you would get what you describe - exising passive grabs prevent us from seeing e.g. F1. I'll investigate some more
oh, I see, the difference is that F1 is bound by the control-center itself
None of the 2 possible bugs mentioned above appear. Success!