aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rox/patch-q
blob: ba3299ffb6ec80de9dff8328caa6154b057cba0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD
 
Bind Q to close window.

--- ROX-Filer/src/menu.c.orig	2021-06-09 12:44:32.990200434 +0200
+++ ROX-Filer/src/menu.c
@@ -248,7 +248,7 @@ static GtkItemFactoryEntry filer_menu_def[] = {
 {">" N_("Resize Window"),	"<Ctrl>E", resize, 0, NULL},
 /* {">" N_("New, As User..."),	NULL, new_user, 0, NULL}, */
 
-{">" N_("Close Window"),	"<Ctrl>Q", close_window, 0, "<StockItem>", GTK_STOCK_CLOSE},
+{">" N_("Close Window"),	"Q", close_window, 0, "<StockItem>", GTK_STOCK_CLOSE},
 {">",				NULL, NULL, 0, "<Separator>"},
 {">" N_("Enter Path..."),	"slash", mini_buffer, MINI_PATH, NULL},
 {">" N_("Shell Command..."),	"<Shift>exclam", mini_buffer, MINI_SHELL, NULL},