[gnome-builder] keybindings: more closely follow hig for keybindings
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] keybindings: more closely follow hig for keybindings
- Date: Mon, 19 Jan 2015 09:53:24 +0000 (UTC)
commit df4323dc034d45a748a7ec126328710b0188004d
Author: Christian Hergert <christian hergert me>
Date: Mon Jan 19 01:52:54 2015 -0800
keybindings: more closely follow hig for keybindings
I had to get creative here for moving left/right (since we needed
ctrl+shift+l for save-all). But i think this works pretty well.
ctrl+shift+{left,right} for spliting.
alt+shift+{left,right} for moving.
https://bugzilla.gnome.org/show_bug.cgi?id=743162
src/resources/keybindings/default.ini | 12 ++++++------
src/resources/keybindings/vim.ini | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/src/resources/keybindings/default.ini b/src/resources/keybindings/default.ini
index d52a9ee..e24a4ef 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><Shift>S
+save-all = <Control><Shift>L
[workspace]
new-document = <Control>N
@@ -30,12 +30,12 @@ close = <Control>W
focus-search = <Control>K
focus-left = <Control>H
focus-right = <Control>L
-move-document-left = <Control><Shift>H
-move-document-right = <Control><Shift>L
-split-document-left = <Control><Alt>H
-split-document-right = <Control><Alt>L
+move-document-left = <Alt><Shift>Left
+move-document-right = <Alt><Shift>Right
+split-document-left = <Control><Shift>Left
+split-document-right = <Control><Shift>Right
save = <Control>S
-save-as = <Control><Alt>S
+save-as = <Control><Shift>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 12a0a6c..80e3f0b 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><Shift>S
+save-all = <Control><Shift>L
[workspace]
new-document = <Control>N
@@ -29,12 +29,12 @@ close = <Control>W
focus-search = <Control>K
focus-left = <Control>H
focus-right = <Control>L
-move-document-left = <Control><Shift>H
-move-document-right = <Control><Shift>L
-split-document-left = <Control><Alt>H
-split-document-right = <Control><Alt>L
+move-document-left = <Alt><Shift>Left
+move-document-right = <Alt><Shift>Right
+split-document-left = <Control><Shift>Left
+split-document-right = <Control><Shift>Right
save = <Control>S
-save-as = <Control><Alt>S
+save-as = <Control><Shift>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]