Automatically focus the Keybind menu
This makes the search bar work without having to click the widget.
This commit is contained in:
parent
b0cae43512
commit
ed157684f3
|
@ -3719,6 +3719,7 @@
|
||||||
<object class="GtkTreeView" id="keybindingtreeview">
|
<object class="GtkTreeView" id="keybindingtreeview">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can-focus">True</property>
|
<property name="can-focus">True</property>
|
||||||
|
<property name="has-focus">True</property>
|
||||||
<property name="model">KeybindingsListStore</property>
|
<property name="model">KeybindingsListStore</property>
|
||||||
<property name="headers-clickable">False</property>
|
<property name="headers-clickable">False</property>
|
||||||
<property name="search-column">0</property>
|
<property name="search-column">0</property>
|
||||||
|
|
Loading…
Reference in New Issue