GNOME Bugzilla – Bug 79952
click too many times to change Accelerator Key in "Keybindings Editor"
Last modified: 2011-02-04 16:17:01 UTC
1. from menu, launch "Keybindings Editor" 2. try to click on "<Shift><Ctrl>t" or "Down", you'll find you need at least two or three clicks to get the prompt to "Type a new accelerator...", especially when you click one then click another.
This worked for a while then broke again. I think it's the tree view's fault, it keeps changing underneath us in some way. ;-) Maybe it's eggcellrendererkeys though. Anyway, trying to get kris and jrb to have a look.
The EggCellRendererKeys has GtkCellRendererText as parent class. The CellRendererText is an editable renderer, because of this the GtkTreeView uses a special selection behaviour. Basically the row needs to be selected before an editable cell can be put in edit mode, that means you need at least 2 clicks: - select the row - click on the editable cell renderer in the selected row
[specifying version so it appears in my query ...]
Reassigning bugs to new component owner. Sorry for the flood.
Needs the mode thing. Might require API. Adjusting bug as appropriate.
Works for me with GNOME 2.6 keybinding editor (having no clue how it was fixed). Does it work for you as well? regs, Chris
yes, seems to work now.