[gthumb] shortcuts: added Ctrl-F1 to show the shortcuts window



commit 5eedcd7f50bf0d9b58d35d4a84429f5de42d337c
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jan 5 09:48:55 2020 +0100

    shortcuts: added Ctrl-F1 to show the shortcuts window

 gthumb/gth-browser-actions-entries.h | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gthumb/gth-browser-actions-entries.h b/gthumb/gth-browser-actions-entries.h
index e1f6dfbe..7a0dd26f 100644
--- a/gthumb/gth-browser-actions-entries.h
+++ b/gthumb/gth-browser-actions-entries.h
@@ -91,6 +91,7 @@ static const GthAccelerator gth_browser_accelerators[] = {
 static const GthShortcut gth_browser_shortcuts[] = {
        { "new-window", N_("New Window"), GTH_SHORTCUT_CONTEXT_BROWSER_VIEWER | GTH_SHORTCUT_CONTEXT_FIXED, 
GTH_SHORTCUT_CATEGORY_GENERAL, "<Primary>n" },
        { "help", N_("Help"), GTH_SHORTCUT_CONTEXT_BROWSER_VIEWER | GTH_SHORTCUT_CONTEXT_FIXED, 
GTH_SHORTCUT_CATEGORY_GENERAL, "F1" },
+       { "shortcuts", N_("Keyboard Shortcuts"), GTH_SHORTCUT_CONTEXT_BROWSER_VIEWER | 
GTH_SHORTCUT_CONTEXT_FIXED, GTH_SHORTCUT_CATEGORY_GENERAL, "<Primary>F1" },
        { "quit", N_("Quit"), GTH_SHORTCUT_CONTEXT_BROWSER_VIEWER | GTH_SHORTCUT_CONTEXT_FIXED, 
GTH_SHORTCUT_CATEGORY_GENERAL, "<Primary>q" },
 
        { "browser-mode", N_("Show browser"), GTH_SHORTCUT_CONTEXT_VIEWER | GTH_SHORTCUT_CONTEXT_INTERNAL, 
GTH_SHORTCUT_CATEGORY_GENERAL, "Escape" },


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