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"),
|
||||
|
||||
Reference in New Issue
Block a user