Fix wrong collapse keybind: Alt+Shift+(R → L)
This commit is contained in:
parent
57b13131a0
commit
c865de6dc7
2
TODO.md
2
TODO.md
|
@ -26,11 +26,11 @@
|
||||||
- Handle import keys errors
|
- Handle import keys errors
|
||||||
|
|
||||||
- Don't linkify images for outgoing html
|
- Don't linkify images for outgoing html
|
||||||
- Message position after daybreak delegate
|
|
||||||
- Keyboard flicking against top/bottom edge
|
- Keyboard flicking against top/bottom edge
|
||||||
- Don't strip user spacing in html
|
- Don't strip user spacing in html
|
||||||
|
|
||||||
- Do something when access token is invalid
|
- 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)
|
- [hr not working](https://bugreports.qt.io/browse/QTBUG-74342)
|
||||||
- Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb`
|
- Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb`
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ class UISettings(JSONConfigFile):
|
||||||
|
|
||||||
"toggleCollapseAccount": [
|
"toggleCollapseAccount": [
|
||||||
"Alt+Shift+Left", "Alt+Shift+Right",
|
"Alt+Shift+Left", "Alt+Shift+Right",
|
||||||
"Alt+Shift+H", "Alt+Shift+R",
|
"Alt+Shift+H", "Alt+Shift+L",
|
||||||
],
|
],
|
||||||
|
|
||||||
"startDebugger": ["Alt+Shift+D"],
|
"startDebugger": ["Alt+Shift+D"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user