[latexila/wip/latexila-next] Save As: Shift+Ctrl+S shortcut



commit 5e6faf547e2ffb706c626f8e50a737fa425c9aca
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Jul 11 14:49:21 2014 +0200

    Save As: Shift+Ctrl+S shortcut
    
    The same as in gedit.

 src/main_window_file.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main_window_file.vala b/src/main_window_file.vala
index 922d7b6..24bf85c 100644
--- a/src/main_window_file.vala
+++ b/src/main_window_file.vala
@@ -41,7 +41,7 @@ public class MainWindowFile
         { "FileSave", Stock.SAVE, null, null,
             N_("Save the current file"), on_file_save },
 
-        { "FileSaveAs", Stock.SAVE_AS, null, null,
+        { "FileSaveAs", Stock.SAVE_AS, null, "<Shift><Control>S",
             N_("Save the current file with a different name"), on_file_save_as },
 
         { "FileCreateTemplate", null, N_("Create _Template From Document..."), null,


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