diff --git a/client/js/keybinds.js b/client/js/keybinds.js index c4dcb471..f36fc67b 100644 --- a/client/js/keybinds.js +++ b/client/js/keybinds.js @@ -37,8 +37,8 @@ Mousetrap.bind([ }); Mousetrap.bind([ - "mod+up", - "mod+down", + "alt+up", + "alt+down", ], function(e, keys) { const channels = sidebar.find(".chan"); const index = channels.index(channels.filter(".active")); diff --git a/client/views/windows/help.tpl b/client/views/windows/help.tpl index 0a8b9b3d..22a7e2ef 100644 --- a/client/views/windows/help.tpl +++ b/client/views/windows/help.tpl @@ -49,7 +49,7 @@
- Ctrl + / + Alt + /

Switch to the previous/next window in the channel list.