[file-roller] added missing shortcuts to change file list mode



commit 63e76dd7a7b8a12ecba2c907078aaf5b964f15b7
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jul 19 08:54:43 2020 +0200

    added missing shortcuts to change file list mode

 src/fr-application-menu.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/fr-application-menu.c b/src/fr-application-menu.c
index 7bfc006d..7457224e 100644
--- a/src/fr-application-menu.c
+++ b/src/fr-application-menu.c
@@ -163,7 +163,9 @@ static const FrAccelerator fr_app_accelerators[] = {
        { "app.new", "<Control>n" },
        { "app.open", "<Control>o" },
        { "app.help", "F1" },
-       { "app.quit", "<Control>q" }
+       { "app.quit", "<Control>q" },
+       { "app.list-mode::flat", "<Control>1" },
+       { "app.list-mode::as-dir", "<Control>2" },
 };
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]