Add Alt+1-0 keybinds to switch to a room at index

This commit is contained in:
miruka
2020-03-22 14:07:49 -04:00
parent 53dfd08131
commit 9f52fa86fa
3 changed files with 32 additions and 0 deletions

View File

@@ -256,6 +256,18 @@ class UISettings(JSONDataFile):
"goToPreviousRoom": ["Alt+Shift+Up", "Alt+Shift+K"],
"goToNextRoom": ["Alt+Shift+Down", "Alt+Shift+J"],
"toggleCollapseAccount": [ "Alt+O"],
"focusRoomAtIndex": {
"01": "Alt+1",
"02": "Alt+2",
"03": "Alt+3",
"04": "Alt+4",
"05": "Alt+5",
"06": "Alt+6",
"07": "Alt+7",
"08": "Alt+8",
"09": "Alt+9",
"10": "Alt+0",
},
"clearRoomMessages": ["Ctrl+L"],
"sendFile": ["Alt+S"],