[gnome-tetravex] Add Undo and Redo to Shortcuts dialog.
- From: Arnaud B. <arnaudb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-tetravex] Add Undo and Redo to Shortcuts dialog.
 
- Date: Sat, 21 Sep 2019 01:29:33 +0000 (UTC)
 
commit e16fbb5adef182f502726108ab42f7f6f95c6903
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Sep 21 03:29:09 2019 +0200
    Add Undo and Redo to Shortcuts dialog.
 src/help-overlay.ui | 49 ++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 36 insertions(+), 13 deletions(-)
---
diff --git a/src/help-overlay.ui b/src/help-overlay.ui
index 79f5d3e..26f2722 100644
--- a/src/help-overlay.ui
+++ b/src/help-overlay.ui
@@ -6,7 +6,7 @@
     <child>
       <object class="GtkShortcutsSection">
         <property name="visible">1</property>
-        <property name="max-height">5</property>
+        <property name="max-height">8</property>
         <child>
           <object class="GtkShortcutsGroup">
             <property name="visible">1</property>
@@ -16,7 +16,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Ctrl>N</property>
-                <!-- Translators: Ctrl-N shortcut description in the Keyboard Shortcuts dialog -->
+                <!-- Translators: Ctrl-N shortcut description in the Keyboard Shortcuts dialog, section Main 
Functions -->
                 <property name="title" translatable="yes" context="shortcut window">Start a new 
game</property>
               </object>
             </child>
@@ -24,7 +24,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Ctrl>P Pause</property>
-                <!-- Translators: Ctrl-P shortcut description in the Keyboard Shortcuts dialog -->
+                <!-- Translators: Ctrl-P shortcut description in the Keyboard Shortcuts dialog, section Main 
Functions -->
                 <property name="title" translatable="yes" context="shortcut window">Pause the game</property>
               </object>
             </child>
@@ -32,7 +32,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Ctrl>H</property>
-                <!-- Translators: Ctrl-H shortcut description in the Keyboard Shortcuts dialog -->
+                <!-- Translators: Ctrl-H shortcut description in the Keyboard Shortcuts dialog, section Main 
Functions -->
                 <property name="title" translatable="yes" context="shortcut window">Solve the game</property>
               </object>
             </child>
@@ -40,12 +40,35 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Ctrl>I</property>
-                <!-- Translators: Ctrl-I shortcut description in the Keyboard Shortcuts dialog -->
+                <!-- Translators: Ctrl-I shortcut description in the Keyboard Shortcuts dialog, section Main 
Functions -->
                 <property name="title" translatable="yes" context="shortcut window">Show scores</property>
               </object>
             </child>
           </object>
         </child>
+        <child>
+          <object class="GtkShortcutsGroup">
+            <property name="visible">1</property>
+            <!-- Translators: title of a section in the Keyboard Shortcuts dialog; contains "Undo" and 
"Redo" -->
+            <property name="title" translatable="yes" context="shortcut window">History</property>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">1</property>
+                <property name="accelerator"><Primary>z</property>
+                <!-- Translators: F1 shortcut description in the Keyboard Shortcuts dialog, section History; 
verb, undoes last move -->
+                <property name="title" translatable="yes" context="shortcut window">Undo</property>
+              </object>
+            </child>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">1</property>
+                <property name="accelerator"><Shift><Primary>z</property>
+                <!-- Translators: F1 shortcut description in the Keyboard Shortcuts dialog, section History; 
verb, redoes undone move -->
+                <property name="title" translatable="yes" context="shortcut window">Redo</property>
+              </object>
+            </child>
+          </object>
+        </child>
         <child>
           <object class="GtkShortcutsGroup">
             <property name="visible">1</property>
@@ -55,7 +78,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Primary>question <Primary>F1</property>
-                <!-- Translators: Ctrl-F1 shortcut description in the Keyboard Shortcuts dialog; displays 
Keyboard Shortcuts dialog -->
+                <!-- Translators: Ctrl-F1 shortcut description in the Keyboard Shortcuts dialog, section 
Generic; displays Keyboard Shortcuts dialog -->
                 <property name="title" translatable="yes" context="shortcut window">Show Keyboard 
Shortcuts</property>
               </object>
             </child>
@@ -63,7 +86,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator">F1</property>
-                <!-- Translators: F1 shortcut description in the Keyboard Shortcuts dialog; shows 
application help -->
+                <!-- Translators: F1 shortcut description in the Keyboard Shortcuts dialog, section Generic; 
shows application help -->
                 <property name="title" translatable="yes" context="shortcut window">Show Help</property>
               </object>
             </child>
@@ -71,7 +94,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Shift>F1</property>
-                <!-- Translators: Shift-F1 shortcut description in the Keyboard Shortcuts dialog; shows 
About dialog -->
+                <!-- Translators: Shift-F1 shortcut description in the Keyboard Shortcuts dialog, section 
Generic; shows About dialog -->
                 <property name="title" translatable="yes" context="shortcut window">Show About</property>
               </object>
             </child>
@@ -79,7 +102,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Ctrl>Q</property>
-                <!-- Translators: Ctrl-Q shortcut description in the Keyboard Shortcuts dialog; quits the 
application -->
+                <!-- Translators: Ctrl-Q shortcut description in the Keyboard Shortcuts dialog, section 
Generic; quits the application -->
                 <property name="title" translatable="yes" context="shortcut window">Quit</property>
               </object>
             </child>
@@ -94,7 +117,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Ctrl>Up</property>
-                <!-- Translators: Ctrl-Up shortcut description in the Keyboard Shortcuts dialog -->
+                <!-- Translators: Ctrl-Up shortcut description in the Keyboard Shortcuts dialog, section 
Advanced gameplay -->
                 <property name="title" translatable="yes" context="shortcut window">Move all the pieces in 
the left box up by one</property>
               </object>
             </child>
@@ -102,7 +125,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Ctrl>Down</property>
-                <!-- Translators: Ctrl-Down shortcut description in the Keyboard Shortcuts dialog -->
+                <!-- Translators: Ctrl-Down shortcut description in the Keyboard Shortcuts dialog, section 
Advanced gameplay -->
                 <property name="title" translatable="yes" context="shortcut window">Move all the pieces in 
the left box down by one</property>
               </object>
             </child>
@@ -110,7 +133,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Ctrl>Left</property>
-                <!-- Translators: Ctrl-Left shortcut description in the Keyboard Shortcuts dialog -->
+                <!-- Translators: Ctrl-Left shortcut description in the Keyboard Shortcuts dialog, section 
Advanced gameplay -->
                 <property name="title" translatable="yes" context="shortcut window">Move all the pieces in 
the left box left by one</property>
               </object>
             </child>
@@ -118,7 +141,7 @@
               <object class="GtkShortcutsShortcut">
                 <property name="visible">1</property>
                 <property name="accelerator"><Ctrl>Right</property>
-                <!-- Translators: Ctrl-Right shortcut description in the Keyboard Shortcuts dialog -->
+                <!-- Translators: Ctrl-Right shortcut description in the Keyboard Shortcuts dialog, section 
Advanced gameplay -->
                 <property name="title" translatable="yes" context="shortcut window">Move all the pieces in 
the left box right by one</property>
               </object>
             </child>
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]