diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-02 09:46:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-02 09:46:52 +0300 |
| commit | 5275a0a4cec129bc1ea66beab934bf472f7a7fd2 (patch) | |
| tree | f86db43c092efc773df5d570cb17fd205718d930 /web/js/keyboard.js | |
| parent | 95c6ce72bdf16ead39d0df1ee27b0474441fbe4f (diff) | |
switch sidebar hotkey to s, always rebuild/rescan in start.sh, bump sw.js cache
Diffstat (limited to 'web/js/keyboard.js')
| -rw-r--r-- | web/js/keyboard.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/js/keyboard.js b/web/js/keyboard.js index 2a9c78e..0e937b0 100644 --- a/web/js/keyboard.js +++ b/web/js/keyboard.js @@ -77,14 +77,13 @@ export function initKeyboard(handlers) { case 'f': handlers.fullscreen?.(e); break; case 'Escape': handlers.escape?.(e); break; case 'r': handlers.shuffle?.(e); break; - case 's': handlers.share?.(e); break; + case 's': handlers.sidebar?.(e); break; case '/': e.preventDefault(); handlers.search?.(e); break; case 'n': handlers.notes?.(e); break; case 't': handlers.toolbar?.(e); break; - case 'm': handlers.sidebar?.(e); break; case 'd': handlers.download?.(e); break; case 'u': handlers.upload?.(e); break; case '?': |
