From 058844c01045f8b1981cb1171126b9293953a364 Mon Sep 17 00:00:00 2001 From: cadenmitchell Date: Wed, 6 Sep 2023 12:53:01 -0600 Subject: [PATCH] Add standard shortcut for preferences --- src/actions.js | 2 +- ui/help-overlay.ui | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/actions.js b/src/actions.js index 4a33e407..c399b137 100644 --- a/src/actions.js +++ b/src/actions.js @@ -7,7 +7,7 @@ var actions = { open_local: ['O'], export_playlist: ['E'], open_uri: ['U'], - prefs: null, + prefs: ['comma'], shortcuts: ['F1', 'question'], about: null, progress_forward: ['Right'], diff --git a/ui/help-overlay.ui b/ui/help-overlay.ui index 93919bc2..4203ead7 100644 --- a/ui/help-overlay.ui +++ b/ui/help-overlay.ui @@ -14,6 +14,12 @@ F1 <Ctrl>question + + + Open preferences + <Ctrl>comma + + Toggle fullscreen