summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Azzarone <azzaronea@gmail.com>2018-03-30 11:19:56 +0000
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-03-30 15:46:17 +0000
commit448177222a795e212fea4e8d6213bf43307fa144 (patch)
tree6628361783bef8083a7678b9d5aa6ce6145807b0
parent745a98c9600702082456ce40f3fb96dbd7e65999 (diff)
downloadgnome-control-center-448177222a795e212fea4e8d6213bf43307fa144.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 (cherry picked from commit 0d16cd3feb2400b5b31e206ac5a140aea5298b66)
-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>