docs: fixed shortcut keys for spotlight and shortcuts menu (#3192)
This commit is contained in:
@@ -22,10 +22,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<kbd class="shortcut-key">{{ getSpecialKey() }}</kbd>
|
<kbd class="shortcut-key">{{ getSpecialKey() }}</kbd>
|
||||||
<kbd class="shortcut-key">K</kbd>
|
<kbd class="shortcut-key">/</kbd>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<kbd class="shortcut-key">/</kbd>
|
<kbd class="shortcut-key">{{ getSpecialKey() }}</kbd>
|
||||||
|
<kbd class="shortcut-key">K</kbd>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<kbd class="shortcut-key">?</kbd>
|
<kbd class="shortcut-key">?</kbd>
|
||||||
|
|||||||
@@ -16,12 +16,12 @@ export function getShortcuts(t: (x: string) => string): ShortcutDef[] {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t("shortcut.general.command_menu"),
|
label: t("shortcut.general.command_menu"),
|
||||||
keys: ["/"],
|
keys: [getPlatformSpecialKey(), "K"],
|
||||||
section: t("shortcut.general.title"),
|
section: t("shortcut.general.title"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t("shortcut.general.show_all"),
|
label: t("shortcut.general.show_all"),
|
||||||
keys: [getPlatformSpecialKey(), "K"],
|
keys: [getPlatformSpecialKey(), "/"],
|
||||||
section: t("shortcut.general.title"),
|
section: t("shortcut.general.title"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user