GNOME Bugzilla – Bug 693074
apps-menu: keynav
Last modified: 2013-04-07 19:12:32 UTC
Moving the selected category with up/down works nicely. But if I hit right to go into the submenu, I get the calendar instead.
Created attachment 240769 [details] [review] apps-menu: Allow for keynav between categories/applications PanelMenu.Button listens to key-press-events on the corresponding menu to move focus to neighboring buttons on left/right arrow. In order to allow keynav from the category list on the left to the application list on the right and vice-versa, we may need to suppress the parent behavior depending on the currently focused actor, so overwrite the signal handler accordingly.
Created attachment 240771 [details] [review] apps-menu: Allow for keynav between categories/applications Simplified version.
Review of attachment 240771 [details] [review]: Looks fine otherwise. ::: extensions/apps-menu/extension.js @@ +319,3 @@ + : Gtk.DirectionType.RIGHT; + if (this.menu.actor.navigate_focus(global.stage.key_focus, direction, false)) + return false; Should return true.
Attachment 240771 [details] pushed as 9494184 - apps-menu: Allow for keynav between categories/applications