Fix accessibility around the room list treeview and new search beta (#7856)

This commit is contained in:
Michael Telatynski
2022-02-21 15:46:13 +00:00
committed by GitHub
parent c6b8574dcb
commit e2827b4082
6 changed files with 60 additions and 45 deletions

View File

@@ -404,13 +404,13 @@ export const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
default: {
key: Key.ARROW_DOWN,
},
displayName: _td("Navigate up in the room list"),
displayName: _td("Navigate down in the room list"),
},
[KeyBindingAction.PrevRoom]: {
default: {
key: Key.ARROW_UP,
},
displayName: _td("Navigate down in the room list"),
displayName: _td("Navigate up in the room list"),
},
[KeyBindingAction.ToggleUserMenu]: {
default: {