diff options
Diffstat (limited to 'sysutils/rox/patch-q')
-rw-r--r-- | sysutils/rox/patch-q | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/rox/patch-q b/sysutils/rox/patch-q new file mode 100644 index 0000000..ba3299f --- /dev/null +++ b/sysutils/rox/patch-q @@ -0,0 +1,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}, |