[gnome-builder] f9 to toggle sidebar



commit 94a7761044dc78f1faa43f7084fc85e466d4fdb1
Author: Christian Hergert <christian hergert me>
Date:   Sun Mar 22 16:12:59 2015 -0700

    f9 to toggle sidebar

 data/keybindings/default.css |    1 +
 data/keybindings/emacs.css   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/default.css b/data/keybindings/default.css
index f59953e..d7984eb 100644
--- a/data/keybindings/default.css
+++ b/data/keybindings/default.css
@@ -25,6 +25,7 @@
               "clear-selection" () };
   bind "F4" { "action" ("view", "find-other-file", "") };
   bind "F6" { "action" ("view", "preview", "") };
+  bind "F9" { "action" ("workspace", "toggle-sidebar", "") };
 
   bind "<ctrl>0" { "move-error" (down) };
   bind "<ctrl>9" { "move-error" (up) };
diff --git a/data/keybindings/emacs.css b/data/keybindings/emacs.css
index 8d26a5a..1fc69dc 100644
--- a/data/keybindings/emacs.css
+++ b/data/keybindings/emacs.css
@@ -85,6 +85,7 @@
   bind "<alt>9" { "append-to-count" (9) };
 
   bind "F6" { "action" ("view", "preview", "") };
+  bind "F9" { "action" ("workspace", "toggle-sidebar", "") };
 }
 
 @binding-set builder-emacs-source-view-x


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