[gnome-builder/wip/chergert/shortcuts: 19/24] shortcuts: add some more entries
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/shortcuts: 19/24] shortcuts: add some more entries
- Date: Sun, 30 Aug 2015 02:54:35 +0000 (UTC)
commit 6009fe1c77c98fd572aa4703a79dec8a02ebdb68
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]