[gnome-builder/wip/chergert/perspective] keybindings: fix a couple keybindings for perspectives



commit 0c810a8893e2c010129879d1715c4763b4f24580
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 b309090..3345efc 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -97,7 +97,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]