From d1331d6d830a451acbb4fdaa2d1a8cd47f1c2250 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 25 Jun 2019 07:04:57 +0200 Subject: drop close tab accel --- main.ui | 2 -- vconsole.c | 4 ---- 2 files changed, 6 deletions(-) diff --git a/main.ui b/main.ui index 277b5fd..a776d7c 100644 --- a/main.ui +++ b/main.ui @@ -50,10 +50,8 @@ True False main.CloseTab - <main>/File/CloseTab True False - main diff --git a/vconsole.c b/vconsole.c index df4fb03..1f83163 100644 --- a/vconsole.c +++ b/vconsole.c @@ -927,10 +927,6 @@ static struct vconsole_window *vconsole_toplevel_create(void) win); gtk_widget_insert_action_group(win->toplevel, "main", G_ACTION_GROUP(ag)); - /* accelerators */ - gtk_accel_map_add_entry("
/File/CloseTab", GDK_KEY_w, GDK_CONTROL_MASK); - gtk_accel_map_add_entry("
/File/CloseApp", GDK_KEY_q, GDK_CONTROL_MASK); - g_object_unref(builder); #endif -- cgit