[file-roller: 2/3] shortcuts: Add new shortcuts for save as action



commit e81dff6bce762231f0734ebf19ac93d94a8ab4bc
Author: Sabri Ünal <libreajans gmail com>
Date:   Wed Apr 15 16:56:42 2020 +0300

    shortcuts: Add new shortcuts for save as action
    
    Shift+Ctrl+S: Save with another name

 src/fr-window-actions-entries.h | 1 +
 src/ui/help-overlay.ui          | 7 +++++++
 2 files changed, 8 insertions(+)
---
diff --git a/src/fr-window-actions-entries.h b/src/fr-window-actions-entries.h
index 57aad681..2c728fde 100644
--- a/src/fr-window-actions-entries.h
+++ b/src/fr-window-actions-entries.h
@@ -70,6 +70,7 @@ static const FrAccelerator fr_window_accelerators[] = {
        { "find", "<Control>f" },
        { "reload", "<Control>r" },
        { "rename", "F2" },
+       { "save-as", "<Shift><Control>s" },     
        { "select-all", "<control>a" },
        { "view-properties", "<alt>Return" },
        { "view-sidebar", "F9" }
diff --git a/src/ui/help-overlay.ui b/src/ui/help-overlay.ui
index 26ccd99b..116a9442 100644
--- a/src/ui/help-overlay.ui
+++ b/src/ui/help-overlay.ui
@@ -66,6 +66,13 @@
                 <property name="title" translatable="yes" context="shortcut window">Extract an 
archive</property>
               </object>
             </child>
+            <child>
+              <object class="GtkShortcutsShortcut">
+                <property name="visible">true</property>
+                <property name="accelerator">&lt;Primary&gt;&lt;Shift&gt;S</property>
+                <property name="title" translatable="yes" context="shortcut window">Save with another 
name</property>
+              </object>
+            </child>
             <child>
               <object class="GtkShortcutsShortcut">
                 <property name="visible">true</property>


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