Add 'Open command menu' to keyboard shortcuts

This commit is contained in:
Tom Moor
2022-09-13 00:30:15 +01:00
parent 5e2e8afd92
commit 34fd039b6c
2 changed files with 9 additions and 0 deletions

View File

@@ -14,6 +14,14 @@ function KeyboardShortcuts() {
{
title: t("Navigation"),
items: [
{
shortcut: (
<>
<Key symbol>{metaDisplay}</Key> + <Key>k</Key>
</>
),
label: t("Open command menu"),
},
{
shortcut: <Key>n</Key>,
label: t("New document"),