Add 'Open command menu' to keyboard shortcuts
This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user