gnome-chess/data/help-overlay.ui

112 lines
4.9 KiB
Text
Raw Normal View History

2018-12-08 23:12:37 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
2018-12-08 23:12:37 +00:00
<object class="GtkShortcutsWindow" id="help_overlay">
<property name="modal">1</property>
<child>
<object class="GtkShortcutsSection">
2020-04-08 17:33:15 +00:00
<property name="max-height">8</property>
2018-12-08 23:12:37 +00:00
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">General</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;N</property>
<property name="title" translatable="yes" context="shortcut window">Start New Game</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;O</property>
<property name="title" translatable="yes" context="shortcut window">Open Saved Game</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
2020-04-08 17:28:58 +00:00
<property name="accelerator">&lt;Ctrl&gt;P Pause</property>
<property name="title" translatable="yes" context="shortcut window">Pause Game</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;S</property>
<property name="title" translatable="yes" context="shortcut window">Save Game</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Shift&gt;&lt;Ctrl&gt;S</property>
<property name="title" translatable="yes" context="shortcut window">Save Game As…</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;Z</property>
<property name="title" translatable="yes" context="shortcut window">Undo Move</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;Q</property>
<property name="title" translatable="yes" context="shortcut window">Quit</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">F10</property>
<property name="title" translatable="yes" context="shortcut window">Open Main Menu</property>
</object>
</child>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">History</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">Up</property>
<property name="title" translatable="yes" context="shortcut window">Rewind to Game Start</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">Left</property>
<property name="title" translatable="yes" context="shortcut window">Show Previous Move</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">Right</property>
<property name="title" translatable="yes" context="shortcut window">Show Next Move</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">Down</property>
<property name="title" translatable="yes" context="shortcut window">Show Last Move</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
2020-04-08 17:33:15 +00:00
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">Help</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">F1</property>
<property name="title" translatable="yes" context="shortcut window">Show Help</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Primary&gt;question</property>
2020-04-08 17:33:15 +00:00
<property name="title" translatable="yes" context="shortcut window">Show Keyboard Shortcuts</property>
2018-12-08 23:12:37 +00:00
</object>
</child>
2020-04-08 17:33:15 +00:00
</object>
</child>
2018-12-08 23:12:37 +00:00
</object>
</child>
</object>
</interface>