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"),

View File

@@ -503,6 +503,7 @@
"Add another": "Add another",
"Inviting": "Inviting",
"Send Invites": "Send Invites",
"Open command menu": "Open command menu",
"Edit current document": "Edit current document",
"Move current document": "Move current document",
"Open document history": "Open document history",