feat: update keyboard shortcut to navigate to profile page (#2573)
This commit is contained in:
parent
2e1ca0cbb0
commit
017cbb5a71
2 changed files with 4 additions and 3 deletions
|
|
@ -56,6 +56,7 @@ export const bindings: {
|
||||||
"alt-q": "navigation.jump.graphql",
|
"alt-q": "navigation.jump.graphql",
|
||||||
"alt-w": "navigation.jump.realtime",
|
"alt-w": "navigation.jump.realtime",
|
||||||
"alt-d": "navigation.jump.documentation",
|
"alt-d": "navigation.jump.documentation",
|
||||||
|
"alt-m": "navigation.jump.profile",
|
||||||
"alt-s": "navigation.jump.settings",
|
"alt-s": "navigation.jump.settings",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ export default [
|
||||||
label: "shortcut.navigation.settings",
|
label: "shortcut.navigation.settings",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
keys: [getPlatformAlternateKey(), "P"],
|
keys: [getPlatformAlternateKey(), "M"],
|
||||||
label: "shortcut.navigation.profile",
|
label: "shortcut.navigation.profile",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
@ -171,7 +171,7 @@ export const spotlight = [
|
||||||
icon: "arrow-right",
|
icon: "arrow-right",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
keys: [getPlatformAlternateKey(), "P"],
|
keys: [getPlatformAlternateKey(), "M"],
|
||||||
label: "shortcut.navigation.profile",
|
label: "shortcut.navigation.profile",
|
||||||
action: "navigation.jump.profile",
|
action: "navigation.jump.profile",
|
||||||
icon: "arrow-right",
|
icon: "arrow-right",
|
||||||
|
|
@ -267,7 +267,7 @@ export const fuse = [
|
||||||
tags: ["settings", "jump", "page", "navigation", "account", "theme", "go"],
|
tags: ["settings", "jump", "page", "navigation", "account", "theme", "go"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
keys: [getPlatformAlternateKey(), "P"],
|
keys: [getPlatformAlternateKey(), "M"],
|
||||||
label: "shortcut.navigation.profile",
|
label: "shortcut.navigation.profile",
|
||||||
action: "navigation.jump.profile",
|
action: "navigation.jump.profile",
|
||||||
icon: "arrow-right",
|
icon: "arrow-right",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue