Added search shortcut

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-01-17 16:36:54 +01:00
parent cb91d7037f
commit 8853508363
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 6 additions and 0 deletions

View File

@ -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)"),
},
],