summaryrefslogtreecommitdiff
path: root/web/js/keyboard.js
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-02 11:45:27 +0300
committerPaul Buetow <paul@buetow.org>2026-05-02 11:45:27 +0300
commit23d017ff90abfe7aeea7fb43619d7469e3ec0c2a (patch)
tree95380288fa9d7ee362e43f5f91dcfd3370a79469 /web/js/keyboard.js
parent5275a0a4cec129bc1ea66beab934bf472f7a7fd2 (diff)
more on this
Diffstat (limited to 'web/js/keyboard.js')
-rw-r--r--web/js/keyboard.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/keyboard.js b/web/js/keyboard.js
index 0e937b0..62dc652 100644
--- a/web/js/keyboard.js
+++ b/web/js/keyboard.js
@@ -76,6 +76,7 @@ export function initKeyboard(handlers) {
break;
case 'f': handlers.fullscreen?.(e); break;
case 'Escape': handlers.escape?.(e); break;
+ case 'Backspace': handlers.backspace?.(e); break;
case 'r': handlers.shuffle?.(e); break;
case 's': handlers.sidebar?.(e); break;
case '/':