$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},