enhance: Add shortcuts to header + command palette

This commit is contained in:
Devon Zuegel
2021-09-29 19:30:43 -04:00
committed by Tienson Qin
parent 319247333b
commit 575e7f976b
4 changed files with 22 additions and 16 deletions

View File

@@ -344,6 +344,10 @@
{:desc "Go to home"
:binding "g h"
:fn #(route-handler/redirect! {:to :home})}
:go/keyboard-shortcuts
{:desc "Go to keyboard shortcuts"
:binding "g s"
:fn #(route-handler/redirect! {:to :shortcut-setting})}
:ui/toggle-document-mode
{:desc "Toggle document mode"
:binding "t d"