summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-06 08:56:12 +0300
committerPaul Buetow <paul@buetow.org>2026-05-06 08:56:12 +0300
commit1d68090f09b791c060dee7222dd2963a74c8e19b (patch)
tree7730bb20d9d03aa798c8817aac54914f8e1d5ba3 /web/index.html
parente2958122bfb7304a43b7815d80e0f42c761aa68c (diff)
Add q hotkey to stop playback and close player
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 55cefc9..f44da8e 100644
--- a/web/index.html
+++ b/web/index.html
@@ -141,6 +141,7 @@
<div class="help-row"><span><kbd>D</kbd></span><span>Download selected media</span></div>
<div class="help-row"><span><kbd>T</kbd></span><span>Regenerate thumbnail</span></div>
<div class="help-row"><span><kbd>Esc</kbd></span><span>Exit fullscreen / close</span></div>
+ <div class="help-row"><span><kbd>q</kbd></span><span>Stop playback and close player</span></div>
<div class="help-row"><span><kbd>Backspace</kbd></span><span>Go up one folder</span></div>
<div class="help-row"><span><kbd>r</kbd></span><span>Toggle shuffle</span></div>
<div class="help-row"><span><kbd>s</kbd></span><span>Toggle sets sidebar</span></div>