[console] help-overlay: Use action names directly



commit 3d48bb23451d63cb2382d6c158579f16572e5a51
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Tue Dec 28 01:33:13 2021 +0100

    help-overlay: Use action names directly

 src/help-overlay.ui | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/help-overlay.ui b/src/help-overlay.ui
index 5a7ac1b..0c78737 100644
--- a/src/help-overlay.ui
+++ b/src/help-overlay.ui
@@ -15,7 +15,7 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="accelerator">&lt;shift&gt;&lt;primary&gt;n</property>
+                <property name="action-name">win.new-window</property>
                 <property name="title" translatable="yes" context="shortcut window">New Window</property>
               </object>
             </child>
@@ -28,21 +28,21 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="accelerator">&lt;shift&gt;&lt;primary&gt;f</property>
+                <property name="action-name">win.find</property>
                 <property name="title" translatable="yes" context="shortcut window">Find</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="accelerator">&lt;shift&gt;&lt;primary&gt;c</property>
+                <property name="action-name">term.copy</property>
                 <property name="title" translatable="yes" context="shortcut window">Copy</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="accelerator">&lt;shift&gt;&lt;primary&gt;v</property>
+                <property name="action-name">term.paste</property>
                 <property name="title" translatable="yes" context="shortcut window">Paste</property>
               </object>
             </child>
@@ -55,14 +55,14 @@
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="accelerator">&lt;shift&gt;&lt;primary&gt;t</property>
+                <property name="action-name">win.new-tab</property>
                 <property name="title" translatable="yes" context="shortcut window">New Tab</property>
               </object>
             </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">True</property>
-                <property name="accelerator">&lt;shift&gt;&lt;primary&gt;w</property>
+                <property name="action-name">win.close-tab</property>
                 <property name="title" translatable="yes" context="shortcut window">Close Tab</property>
               </object>
             </child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]