[gnome-builder] sidebar: always make sidebar available with F9
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] sidebar: always make sidebar available with F9
- Date: Mon, 30 Mar 2015 20:58:20 +0000 (UTC)
commit 380dd3673ba3b3e03c409e78ef39480eab16576c
Author: Christian Hergert <christian hergert me>
Date: Mon Mar 30 00:38:47 2015 -0700
sidebar: always make sidebar available with F9
src/app/gb-application.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/app/gb-application.c b/src/app/gb-application.c
index 4952614..3d1bf71 100644
--- a/src/app/gb-application.c
+++ b/src/app/gb-application.c
@@ -201,6 +201,7 @@ gb_application_load_keybindings (GbApplication *self)
g_autoptr(GSettings) settings = NULL;
g_autofree gchar *name = NULL;
static const struct { gchar *name; gchar *binding; } shared_bindings[] = {
+ { "workspace.toggle-sidebar", "F9" },
{ "workbench.global-search", "<ctrl>period" },
{ "app.preferences", "<ctrl>comma" },
{ NULL }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]