[gnome-builder/wip/libide-merge] same for preferences



commit d036360e8b8dee2ea7fa6a854e633d2e98991c4e
Author: Christian Hergert <christian hergert me>
Date:   Sun Mar 22 14:04:40 2015 -0700

    same for preferences

 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 253de77..6457f38 100644
--- a/src/app/gb-application.c
+++ b/src/app/gb-application.c
@@ -202,6 +202,7 @@ gb_application_load_keybindings (GbApplication *self)
   g_autofree gchar *name = NULL;
   static const struct { gchar *name; gchar *binding; } shared_bindings[] = {
     { "workbench.global-search", "<ctrl>period" },
+    { "app.preferences", "<ctrl>comma" },
     { NULL }
   };
   gsize i;


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