[gnome-builder] keybindings: fix a couple keybindings for perspectives
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] keybindings: fix a couple keybindings for perspectives
- Date: Mon, 21 Dec 2015 07:59:55 +0000 (UTC)
commit 35985d619538306d698af75edb526298161571f3
Author: Christian Hergert <chergert redhat com>
Date: Fri Dec 4 15:22:59 2015 -0800
keybindings: fix a couple keybindings for perspectives
data/keybindings/default.css | 2 +-
data/keybindings/emacs.css | 4 ++--
data/keybindings/vim.css | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/keybindings/default.css b/data/keybindings/default.css
index 273cb9a..3b97617 100644
--- a/data/keybindings/default.css
+++ b/data/keybindings/default.css
@@ -13,7 +13,7 @@
bind "<ctrl>period" { "action" ("perspective", "global-search", "") };
bind "<ctrl><alt>o" { "action" ("perspective", "global-search", "") };
bind "<ctrl>n" { "action" ("workbench", "new-document", "") };
- bind "<ctrl>o" { "action" ("workbench", "open", "") };
+ bind "<ctrl>o" { "action" ("win", "open-with-dialog", "") };
bind "<ctrl>s" { "action" ("view", "save", "") };
bind "<ctrl><shift>s" { "action" ("view", "save-as", "") };
bind "<alt><shift>Left" { "action" ("view-stack", "go-backward", "") };
diff --git a/data/keybindings/emacs.css b/data/keybindings/emacs.css
index ce1f76f..016e681 100644
--- a/data/keybindings/emacs.css
+++ b/data/keybindings/emacs.css
@@ -123,9 +123,9 @@
bind "<ctrl>c" { "action" ("app", "quit", "") };
bind "0" { "action" ("view", "close", "") };
bind "k" { "action" ("view", "close", "") };
- bind "<ctrl>f" { "action" ("workbench", "open", "") };
+ bind "<ctrl>f" { "action" ("win", "open-with-dialog", "") };
bind "<ctrl>s" { "action" ("view", "save", "") };
- bind "s" { "action" ("workbench", "save-all", "") };
+ bind "s" { "action" ("win", "save-all", "") };
bind "b" { "action" ("perspective", "global-search", "") };
bind "<ctrl>b" { "action" ("view-stack", "show-list", "") };
bind "<ctrl>w" { "action" ("view", "save-as", "") };
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 4e6973f..772022f 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -104,7 +104,7 @@
bind "<ctrl>period" { "action" ("perspective", "global-search", "") };
bind "<ctrl>s" { "action" ("view", "save", "") };
bind "<ctrl><shift>s" { "action" ("view", "save-as", "") };
- bind "<ctrl><shift>o" { "action" ("workbench", "open", "") };
+ bind "<ctrl><shift>o" { "action" ("win", "open-with-dialog", "") };
bind "<ctrl>k" { "action" ("view-stack", "show-list", "") };
bind "<ctrl>minus" { "decrease-font-size" () };
bind "<ctrl>plus" { "increase-font-size" () };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]