[gnome-builder/wip/chergert/layout] app: remove old shortcuts
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/layout] app: remove old shortcuts
- Date: Wed, 5 Jul 2017 08:06:30 +0000 (UTC)
commit 08263dbb6315d3b8a9deb03736a5b89885d6ae44
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 f44e92f..c75a90f 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 };
@@ -434,9 +431,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.global-search", global_search);
gtk_application_set_accels_for_action (GTK_APPLICATION (self), "win.show-command-bar", command_bar);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]