gnome-chess/data/help-overlay.ui
Automeris naranja f82b8e3b56 help-overlay: Tweak shortcut names
1. Change shortcut names in help-overlay to match the new tooltips from
https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/51/diffs?commit_id=6a9c9001cffd53f64c76694255e2078ccc7ca117

2. To keep consistency, use header capitalization in other shortcut names,
with the same writing style used for the new tooltips.

3. Change shortcut names related to saving a game to match the corresponding
menu item names, which are "Save" and "Save As...".

Part-of: <https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/51>
2023-09-29 17:59:14 +00:00

111 lines
5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkShortcutsWindow" id="help_overlay">
<property name="modal">1</property>
<child>
<object class="GtkShortcutsSection">
<property name="max-height">8</property>
<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>
</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>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Ctrl&gt;P Pause</property>
<property name="title" translatable="yes" context="shortcut window">Pause Game</property>
</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>
</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>
</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>
</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>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes" context="shortcut window">History</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Shift&gt;&lt;Alt&gt;Left</property>
<property name="title" translatable="yes" context="shortcut window">Rewind to Game Start</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Alt&gt;Left</property>
<property name="title" translatable="yes" context="shortcut window">Show Previous Move</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Alt&gt;Right</property>
<property name="title" translatable="yes" context="shortcut window">Show Next Move</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="accelerator">&lt;Shift&gt;&lt;Alt&gt;Right</property>
<property name="title" translatable="yes" context="shortcut window">Show Current Move</property>
</object>
</child>
</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>
<property name="title" translatable="yes" context="shortcut window">Show Keyboard Shortcuts</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>