From c865de6dc7157393a1e94e5f2016e6d7c1a52bf8 Mon Sep 17 00:00:00 2001 From: miruka Date: Tue, 20 Aug 2019 13:01:22 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20wrong=20collapse=20keybind:=20Alt+Shift+(?= =?UTF-8?q?R=20=E2=86=92=20=20L)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO.md | 2 +- src/python/config_files.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 32c1a238..1944c886 100644 --- a/TODO.md +++ b/TODO.md @@ -26,11 +26,11 @@ - Handle import keys errors - Don't linkify images for outgoing html - - Message position after daybreak delegate - Keyboard flicking against top/bottom edge - Don't strip user spacing in html - Do something when access token is invalid + - Message position after daybreak delegate (fixed by commit 57b1313 ?) - [hr not working](https://bugreports.qt.io/browse/QTBUG-74342) - Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb` diff --git a/src/python/config_files.py b/src/python/config_files.py index b4694d38..d4f5fecb 100644 --- a/src/python/config_files.py +++ b/src/python/config_files.py @@ -125,7 +125,7 @@ class UISettings(JSONConfigFile): "toggleCollapseAccount": [ "Alt+Shift+Left", "Alt+Shift+Right", - "Alt+Shift+H", "Alt+Shift+R", + "Alt+Shift+H", "Alt+Shift+L", ], "startDebugger": ["Alt+Shift+D"],