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

@@ -124,6 +124,9 @@ function defineJumpActions() {
defineActionHandler("navigation.jump.settings", () => {
router.push({ path: localePath("/settings") })
})
defineActionHandler("navigation.jump.profile", () => {
router.push({ path: localePath("/profile") })
})
}
export default defineComponent({