[gnome-builder] shortcuts: add some more entries



commit a3ede4a86aab8d166869f0eb0f4773db2ee9c5d5
Author: Christian Hergert <christian hergert me>
Date:   Thu Aug 27 22:54:47 2015 -0700

    shortcuts: add some more entries
    
    The first page still isn't accurate, but at least the designs are
    starting to come through. Still need to get multi-views under control
    and then we can really start filling in the gaps.

 src/keybindings/gb-shortcuts-window.defs |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/src/keybindings/gb-shortcuts-window.defs b/src/keybindings/gb-shortcuts-window.defs
index 70ea444..d0079e4 100644
--- a/src/keybindings/gb-shortcuts-window.defs
+++ b/src/keybindings/gb-shortcuts-window.defs
@@ -5,6 +5,7 @@
           SHORTCUT ("F2", _("Designer")) \
           SHORTCUT ("F3", _("Debugger")) \
           SHORTCUT ("F4", _("Version Control")) \
+          SHORTCUT ("<ctrl>period", _("Focus global search")) \
         )
 
 VIEWS (
@@ -41,7 +42,26 @@ VIEWS (
         )
       )
     )
-    PAGE ()
+    PAGE (
+      COLUMN (
+        GROUP (
+          _("Panels"),
+          SHORTCUT ("F9", _("Toggle the left panel"))
+          SHORTCUT ("<shift>F9", _("Toggle the right panel"))
+          SHORTCUT ("<ctrl>F9", _("Toggle the bottom panel"))
+          SHORTCUT ("<ctrl><shift>F9", _("Toggle all panels"))
+        )
+        GROUP (
+          _("Zoom"),
+          SHORTCUT ("<ctrl>equal", _("Increase editor font size"))
+          SHORTCUT ("<ctrl>minus", _("Decrease editor font size"))
+        )
+        GROUP (
+          _("Documentation"),
+          SHORTCUT ("<ctrl><shift>f", _("Focus documentation search"))
+        )
+      )
+    )
   )
 )
 


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