summaryrefslogtreecommitdiff
path: root/web/js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js')
-rw-r--r--web/js/keyboard.js3
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 '?':