From 6e54abdbac5b0316b56cfec9815de800aae3dd01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 14 Jun 2021 07:35:58 +0200 Subject: sysutils/rox: Split patch-keys into two patches --- sysutils/rox/patch-q | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sysutils/rox/patch-q (limited to 'sysutils/rox/patch-q') 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"), "E", resize, 0, NULL}, + /* {">" N_("New, As User..."), NULL, new_user, 0, NULL}, */ + +-{">" N_("Close Window"), "Q", close_window, 0, "", GTK_STOCK_CLOSE}, ++{">" N_("Close Window"), "Q", close_window, 0, "", GTK_STOCK_CLOSE}, + {">", NULL, NULL, 0, ""}, + {">" N_("Enter Path..."), "slash", mini_buffer, MINI_PATH, NULL}, + {">" N_("Shell Command..."), "exclam", mini_buffer, MINI_SHELL, NULL}, -- cgit v1.2.3