[gnome-builder] keybindings: use ctrl+n instead of ctrl+shift+n



commit 275def915faaeb55cd59dbf3a8a568c500cfaeb4
Author: Christian Hergert <christian hergert me>
Date:   Sun Jan 11 18:56:07 2015 -0800

    keybindings: use ctrl+n instead of ctrl+shift+n
    
    Still not sure about this, but let's give it a shot for now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742697

 src/resources/keybindings/default.ini |    2 +-
 src/resources/keybindings/vim.ini     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/keybindings/default.ini b/src/resources/keybindings/default.ini
index 9bed259..fe4b989 100644
--- a/src/resources/keybindings/default.ini
+++ b/src/resources/keybindings/default.ini
@@ -10,7 +10,7 @@ global-search = <Control>period
 save-all = <Control><Alt>S
 
 [workspace]
-new-document = <Control><Shift>N
+new-document = <Control>N
 open = <Control>O
 
 [editor-frame]
diff --git a/src/resources/keybindings/vim.ini b/src/resources/keybindings/vim.ini
index 8cd272e..34f6b4a 100644
--- a/src/resources/keybindings/vim.ini
+++ b/src/resources/keybindings/vim.ini
@@ -10,7 +10,7 @@ global-search = <Control>period
 save-all = <Control><Alt>S
 
 [workspace]
-new-document = <Control><Shift>N
+new-document = <Control>N
 open = <Control><Shift>O
 
 [editor-frame]


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