mirror of https://github.com/vector-im/riot-web
Added search shortcut
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
cb91d7037f
commit
8853508363
|
@ -168,6 +168,12 @@ const shortcuts: Record<Categories, IShortcut[]> = {
|
|||
key: Key.U,
|
||||
}],
|
||||
description: _td("Upload a file"),
|
||||
}, {
|
||||
keybinds: [{
|
||||
modifiers: [CMD_OR_CTRL],
|
||||
key: Key.F,
|
||||
}],
|
||||
description: _td("Search (must be enabled)"),
|
||||
},
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue