chore: updated keyboard shortcuts

This commit is contained in:
liyasthomas
2021-12-13 08:53:12 +05:30
parent 5a9d08a3f1
commit e31dc6e08d
34 changed files with 53 additions and 2 deletions

View File

@@ -102,6 +102,10 @@ export default [
keys: [getPlatformAlternateKey(), "S"],
label: "shortcut.navigation.settings",
},
{
keys: [getPlatformAlternateKey(), "P"],
label: "shortcut.navigation.profile",
},
],
},
{
@@ -166,6 +170,12 @@ export const spotlight = [
action: "navigation.jump.settings",
icon: "arrow-right",
},
{
keys: [getPlatformAlternateKey(), "P"],
label: "shortcut.navigation.profile",
action: "navigation.jump.profile",
icon: "arrow-right",
},
],
},
{
@@ -256,6 +266,13 @@ export const fuse = [
icon: "arrow-right",
tags: ["settings", "jump", "page", "navigation", "account", "theme", "go"],
},
{
keys: [getPlatformAlternateKey(), "P"],
label: "shortcut.navigation.profile",
action: "navigation.jump.profile",
icon: "arrow-right",
tags: ["profile", "jump", "page", "navigation", "account", "theme", "go"],
},
{
keys: [getPlatformSpecialKey(), "M"],
label: "shortcut.miscellaneous.invite",