Fix accessibility around the room list treeview and new search beta (#7856)
This commit is contained in:
committed by
GitHub
parent
c6b8574dcb
commit
e2827b4082
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user