[gnome-builder/wip/chergert/layout: 109/118] app: remove old shortcuts



commit 455eed510cf89c93d935fdcf16bba2fdd9cbe26d
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jul 5 01:05:19 2017 -0700

    app: remove old shortcuts
    
    These are handled by the shortcut manager now.

 libide/application/ide-application-actions.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/libide/application/ide-application-actions.c b/libide/application/ide-application-actions.c
index c838a9b..317c2bf 100644
--- a/libide/application/ide-application-actions.c
+++ b/libide/application/ide-application-actions.c
@@ -416,9 +416,6 @@ static const GActionEntry IdeApplicationActions[] = {
 void
 ide_application_actions_init (IdeApplication *self)
 {
-  static const gchar *left[] = { "F9", NULL };
-  static const gchar *right[] = { "<shift>F9", NULL };
-  static const gchar *bottom[] = { "<control>F9", NULL };
   static const gchar *global_search[] = { "<control>period", NULL };
   static const gchar *new_file[] = { "<control>n", NULL };
   static const gchar *shortcuts[] = { "<control>F1", "<control><shift>question", NULL };
@@ -435,9 +432,6 @@ ide_application_actions_init (IdeApplication *self)
    */
   gtk_application_set_accels_for_action (GTK_APPLICATION (self), "app.help", help);
   gtk_application_set_accels_for_action (GTK_APPLICATION (self), "app.shortcuts", shortcuts);
-  gtk_application_set_accels_for_action (GTK_APPLICATION (self), "dockbin.bottom-visible", bottom);
-  gtk_application_set_accels_for_action (GTK_APPLICATION (self), "dockbin.left-visible", left);
-  gtk_application_set_accels_for_action (GTK_APPLICATION (self), "dockbin.right-visible", right);
   gtk_application_set_accels_for_action (GTK_APPLICATION (self), "perspective.new-file", new_file);
   gtk_application_set_accels_for_action (GTK_APPLICATION (self), "win.fullscreen", fullscreen);
   gtk_application_set_accels_for_action (GTK_APPLICATION (self), "win.global-search", global_search);


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