[file-roller: 2/3] shortcuts: Add new shortcuts for save as action
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller: 2/3] shortcuts: Add new shortcuts for save as action
- Date: Sun, 19 Jul 2020 06:29:47 +0000 (UTC)
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"><Primary><Shift>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]