From 9c5147ae0924962e07e0a00f68743f6d392d213a Mon Sep 17 00:00:00 2001 From: Alistair McKinlay Date: Wed, 28 Feb 2018 16:32:50 +0000 Subject: [PATCH] Change ctrl/command up/down to alt/option up/down to align with other apps --- client/js/keybinds.js | 4 ++-- client/views/windows/help.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.