[gnome-builder] keybindings: use <Control><Shift>S for save-all action



commit d716769b35acdc9d4ed60b2c7f8a51af2ee83301
Author: Christian Hergert <christian hergert me>
Date:   Sun Jan 18 23:36:18 2015 -0800

    keybindings: use <Control><Shift>S for save-all action
    
    I think this is more natural than the opposite, which was only that way
    due to the order they were implemented.

 src/resources/keybindings/default.ini |    4 ++--
 src/resources/keybindings/vim.ini     |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/resources/keybindings/default.ini b/src/resources/keybindings/default.ini
index 40a5d5f..d52a9ee 100644
--- a/src/resources/keybindings/default.ini
+++ b/src/resources/keybindings/default.ini
@@ -7,7 +7,7 @@ go-forward = <Control>I
 go-backward = <Control>O
 show-command-bar = <Control>space
 global-search = <Control>period
-save-all = <Control><Alt>S
+save-all = <Control><Shift>S
 
 [workspace]
 new-document = <Control>N
@@ -35,7 +35,7 @@ move-document-right = <Control><Shift>L
 split-document-left = <Control><Alt>H
 split-document-right = <Control><Alt>L
 save = <Control>S
-save-as = <Control><Shift>S
+save-as = <Control><Alt>S
 preview = <Control><Alt>P
 previous-document = <Control><Alt>Page_Up
 next-document = <Control><Alt>Page_Down
diff --git a/src/resources/keybindings/vim.ini b/src/resources/keybindings/vim.ini
index 8ea77db..12a0a6c 100644
--- a/src/resources/keybindings/vim.ini
+++ b/src/resources/keybindings/vim.ini
@@ -7,7 +7,7 @@ go-forward = <Control>I
 go-backward = <Control>O
 show-command-bar = <Control>space
 global-search = <Control>period
-save-all = <Control><Alt>S
+save-all = <Control><Shift>S
 
 [workspace]
 new-document = <Control>N
@@ -34,7 +34,7 @@ move-document-right = <Control><Shift>L
 split-document-left = <Control><Alt>H
 split-document-right = <Control><Alt>L
 save = <Control>S
-save-as = <Control><Shift>S
+save-as = <Control><Alt>S
 preview = <Control><Alt>P
 previous-document = <Control><Alt>Page_Up
 next-document = <Control><Alt>Page_Down


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