Skip to content

Commit 80cc7c5

Browse files
committed
Add shortcut to toggle right sidebar
1 parent f1a1e01 commit 80cc7c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

layouts/dashboard.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ onMounted(() => {
3838
bindGlobal('mod+shift+,', () => {
3939
toggleMenu()
4040
})
41+
42+
// Todo: Migrate keybindings to composables.
43+
bindGlobal('mod+shift+.', () => {
44+
toggleMeta()
45+
})
4146
})
4247
4348
onUnmounted(() => {

0 commit comments

Comments
 (0)