GNOME Bugzilla – Bug 339304
Bookmark menu should respond to key presses
Last modified: 2018-07-27 12:32:34 UTC
I think the bookmark menu should respond to characters typed on the keyboard. I think only using the first letter of the bookmark name will be fine. Multiple matches for a single letter can be handled by jumping to the next match if the letter was pressed again. Example: - Bar - Baz - Foo Pressing B will select Bar (but not load the page), pressing B again will select Baz (but not load the page). Pressing F will select Foo (should it load the page if there's only one match? I don't think it's consistent)
cc'ing harves.
is the bug still relevant in epiphany 3.0 ?
Yes, it is.
I don't think this is how menus are expected to work nowadays?
(In reply to Michael Catanzaro from comment #4) > I don't think this is how menus are expected to work nowadays? Well you're correct that there's nothing about it in the HIG, however bookmarks are a bit of a special case as you cannot predict the menu items so you don't have any keyboard shortcuts by definition. This could alleviate that disadvantage a bit. For comparison, the GTK+ dropdown box does react to the first letter of selectable items if you type them.
This suggestion doesn't make sense with the current bookmarks UI