[gthumb] shortcuts: changed some default shortcuts
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] shortcuts: changed some default shortcuts
- Date: Sun, 24 Nov 2019 12:37:20 +0000 (UTC)
commit 729f0672b9549332d476be8b11947699ec42c798
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Nov 22 10:58:20 2019 +0100
shortcuts: changed some default shortcuts
extensions/gstreamer_tools/callbacks.c | 2 +-
gthumb/gth-browser-actions-entries.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/extensions/gstreamer_tools/callbacks.c b/extensions/gstreamer_tools/callbacks.c
index d7d4742e..92ddebdc 100644
--- a/extensions/gstreamer_tools/callbacks.c
+++ b/extensions/gstreamer_tools/callbacks.c
@@ -30,7 +30,7 @@
static const GthShortcut shortcuts[] = {
{ "video-screenshot", N_("Screenshot"), GTH_SHORTCUT_CONTEXT_VIEWER,
GTH_SHORTCUT_CATEGORY_MEDIA_VIEWER, "<Alt>s" },
- { "toggle-play", N_("Play/Pause"), GTH_SHORTCUT_CONTEXT_VIEWER, GTH_SHORTCUT_CATEGORY_MEDIA_VIEWER,
"p" },
+ { "toggle-play", N_("Play/Pause"), GTH_SHORTCUT_CONTEXT_VIEWER, GTH_SHORTCUT_CATEGORY_MEDIA_VIEWER,
"space" },
};
diff --git a/gthumb/gth-browser-actions-entries.h b/gthumb/gth-browser-actions-entries.h
index 011e2996..e1f6dfbe 100644
--- a/gthumb/gth-browser-actions-entries.h
+++ b/gthumb/gth-browser-actions-entries.h
@@ -93,7 +93,7 @@ static const GthShortcut gth_browser_shortcuts[] = {
{ "help", N_("Help"), GTH_SHORTCUT_CONTEXT_BROWSER_VIEWER | GTH_SHORTCUT_CONTEXT_FIXED,
GTH_SHORTCUT_CATEGORY_GENERAL, "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_INTERNAL | GTH_SHORTCUT_CONTEXT_VIEWER,
GTH_SHORTCUT_CATEGORY_GENERAL, "Escape" },
+ { "browser-mode", N_("Show browser"), GTH_SHORTCUT_CONTEXT_VIEWER | GTH_SHORTCUT_CONTEXT_INTERNAL,
GTH_SHORTCUT_CATEGORY_GENERAL, "Escape" },
{ "close", N_("Close window"), GTH_SHORTCUT_CONTEXT_BROWSER_VIEWER, GTH_SHORTCUT_CATEGORY_GENERAL,
"<Primary>w" },
{ "open-location", N_("Open location"), GTH_SHORTCUT_CONTEXT_BROWSER,
GTH_SHORTCUT_CATEGORY_NAVIGATION, "<Primary>o" },
@@ -111,8 +111,8 @@ static const GthShortcut gth_browser_shortcuts[] = {
{ "show-hidden-files", N_("Show/Hide hidden files"), GTH_SHORTCUT_CONTEXT_BROWSER,
GTH_SHORTCUT_CATEGORY_NAVIGATION, "h" },
{ "sort-by", N_("Change sorting order"), GTH_SHORTCUT_CONTEXT_BROWSER,
GTH_SHORTCUT_CATEGORY_NAVIGATION, "s" },
- { "show-previous-image", N_("Show previous file"), GTH_SHORTCUT_CONTEXT_VIEWER,
GTH_SHORTCUT_CATEGORY_VIEWER, "BackSpace" },
- { "show-next-image", N_("Show next file"), GTH_SHORTCUT_CONTEXT_VIEWER, GTH_SHORTCUT_CATEGORY_VIEWER,
"space" },
+ { "show-previous-image", N_("Show previous file"), GTH_SHORTCUT_CONTEXT_VIEWER,
GTH_SHORTCUT_CATEGORY_VIEWER, "Page_Up" },
+ { "show-next-image", N_("Show next file"), GTH_SHORTCUT_CONTEXT_VIEWER, GTH_SHORTCUT_CATEGORY_VIEWER,
"Page_Down" },
{ "show-first-image", N_("Show first file"), GTH_SHORTCUT_CONTEXT_VIEWER,
GTH_SHORTCUT_CATEGORY_VIEWER, "Home" },
{ "show-last-image", N_("Show last file"), GTH_SHORTCUT_CONTEXT_VIEWER, GTH_SHORTCUT_CATEGORY_VIEWER,
"End" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]