GNOME Bugzilla – Bug 690387
keyboard: Improve shortcuts tab keynav
Last modified: 2012-12-18 11:26:59 UTC
The shortcuts tab have its treeviews in an unnatural order. Fix that by setting a focus_chain on the parent container.
Created attachment 231781 [details] [review] keyboard: Improve shortcuts tab keynav The default focus traversal order inside the shortcuts tab was: the shortcuts treeview, the section treeview and the shortcuts toolbar. We set a focus cycle chain to swap the treeviews order for the keynav to be more natural.
Review of attachment 231781 [details] [review]: Rest looks good. ::: panels/keyboard/keyboard-shortcuts.c @@ +1798,3 @@ + /* set up the focus chain */ + focus_chain = NULL; + focus_chain = g_list_append (focus_chain, WID (builder, "sections_swindow")); do "g_list_append (NULL..." directly, no need to initialise the list.
Attachment 231781 [details] pushed as 0e7192e - keyboard: Improve shortcuts tab keynav
Also pushed to stable gnome-3-4 and gnome-3-6 branches.