05c4db4372
There aren't many shortcuts and all of them are standard, but documenting them is still good practice, and our main menu is a tad bit less empty. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3051>
40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkShortcutsWindow" id="help_overlay">
|
|
<property name="modal">true</property>
|
|
<child>
|
|
<object class="GtkShortcutsSection">
|
|
<child>
|
|
<object class="GtkShortcutsGroup">
|
|
<property name="title" translatable="yes" context="shortcut window">General</property>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Open Menu</property>
|
|
<property name="accelerator">F10</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Toggle Search</property>
|
|
<property name="accelerator"><Control>s</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Show Shortcuts</property>
|
|
<property name="accelerator"><Control>question</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkShortcutsShortcut">
|
|
<property name="title" translatable="yes" context="shortcut window">Quit</property>
|
|
<property name="accelerator"><Control>q</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|