From e32747d434df0d4d2f351ffc082debec55f940de Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 10 Nov 2019 08:50:50 -0400 Subject: [PATCH] Keybinds: remove old sidepane workaround binds --- src/python/config_files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/config_files.py b/src/python/config_files.py index 41da8d8a..938c1ac7 100644 --- a/src/python/config_files.py +++ b/src/python/config_files.py @@ -130,8 +130,8 @@ class UISettings(JSONConfigFile): "scrollToBottom": ["Alt+Ctrl+Shift+Down", "Alt+Ctrl+Shift+J", "End"], - "focusSidePane": ["Alt+S", "Ctrl+S"], - "clearRoomFilter": ["Alt+Shift+S", "Ctrl+Shift+S"], + "focusSidePane": ["Alt+S"], + "clearRoomFilter": ["Alt+Shift+S"], "addNewChat": ["Alt+N"], "addNewAccount": ["Alt+Shift+N"],