Add keybind to toggle room pane focus

This commit is contained in:
miruka
2020-03-17 16:52:14 -04:00
parent b092cc11eb
commit 53bace3915
4 changed files with 14 additions and 10 deletions

View File

@@ -243,6 +243,8 @@ class UISettings(JSONDataFile):
"clearRoomMessages": ["Ctrl+L"],
"sendFile": ["Alt+F"],
"sendFileFromPathInClipboard": ["Alt+Shift+F"],
"toggleFocusRoomPane": ["Alt+R"],
},
}