[gnome-builder/wip/chergert/perspective] keybindings: remove old bindings



commit ac72f9000a93f9d450fb73a43ba18b1b3d68bde6
Author: Christian Hergert <chergert redhat com>
Date:   Mon Dec 14 03:10:48 2015 -0800

    keybindings: remove old bindings

 data/keybindings/default.css |    2 --
 data/keybindings/emacs.css   |    3 ---
 data/keybindings/vim.css     |    2 --
 3 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/data/keybindings/default.css b/data/keybindings/default.css
index 812d6b1..3a2aee1 100644
--- a/data/keybindings/default.css
+++ b/data/keybindings/default.css
@@ -43,8 +43,6 @@
               "clear-count" ()
               "clear-selection" () };
   bind "F4" { "action" ("view", "find-other-file", "") };
-  bind "F6" { "action" ("view", "preview", "") };
-  bind "F9" { "action" ("workspace", "toggle-sidebar", "") };
 
   bind "<alt>n" { "move-error" (down) };
   bind "<alt>p" { "move-error" (up) };
diff --git a/data/keybindings/emacs.css b/data/keybindings/emacs.css
index 8bf2b2a..56fdcf3 100644
--- a/data/keybindings/emacs.css
+++ b/data/keybindings/emacs.css
@@ -106,9 +106,6 @@
   bind "<alt>7" { "append-to-count" (7) };
   bind "<alt>8" { "append-to-count" (8) };
   bind "<alt>9" { "append-to-count" (9) };
-
-  bind "F6" { "action" ("view", "preview", "") };
-  bind "F9" { "action" ("workspace", "toggle-sidebar", "") };
 }
 
 @binding-set builder-emacs-source-view-has-indenter
diff --git a/data/keybindings/vim.css b/data/keybindings/vim.css
index 6ed24e9..869f7b7 100644
--- a/data/keybindings/vim.css
+++ b/data/keybindings/vim.css
@@ -103,8 +103,6 @@
   bind "<ctrl>0" { "reset-font-size" () };
 
   bind "F4" { "action" ("view", "find-other-file", "") };
-  bind "F6" { "action" ("view", "preview", "") };
-  bind "F9" { "action" ("workspace", "toggle-sidebar", "") };
 }
 
 @binding-set builder-vim-source-view-normal-with-count


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