summaryrefslogtreecommitdiff
path: root/panels
diff options
context:
space:
mode:
authorAndrea Azzarone <azzaronea@gmail.com>2018-03-30 11:19:56 +0000
committerAndrea Azzarone <azzaronea@gmail.com>2018-03-30 15:27:26 +0000
commit0d16cd3feb2400b5b31e206ac5a140aea5298b66 (patch)
treef5e59b3a113a8672f61b0ed331df182249fd9c33 /panels
parentadf5a42f01e112ec5c294b52ffb838c9177c61f5 (diff)
downloadgnome-control-center-0d16cd3feb2400b5b31e206ac5a140aea5298b66.tar.gz
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
Diffstat (limited to 'panels')
-rw-r--r--panels/keyboard/shortcut-editor.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/keyboard/shortcut-editor.ui b/panels/keyboard/shortcut-editor.ui
index 74898ab79..081552955 100644
--- a/panels/keyboard/shortcut-editor.ui
+++ b/panels/keyboard/shortcut-editor.ui
@@ -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>