keyboard: Make "Set Shortcut" button accessible
Set 'can-focus' property to True for change_custom_shortcut_button, fixing keyboard navigation in the shortcut editor dialog. https://gitlab.gnome.org/GNOME/gnome-control-center/issues/45
This commit is contained in:
parent
adf5a42f01
commit
0d16cd3feb
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@
|
|||
<child>
|
||||
<object class="GtkButton" id="change_custom_shortcut_button">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Set Shortcut…</property>
|
||||
<signal name="clicked" handler="change_custom_shortcut_button_clicked_cb" object="CcKeyboardShortcutEditor" swapped="yes" />
|
||||
</object>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue