enhance(ux): support the keymap manager within modal container

This commit is contained in:
charlie
2023-05-05 13:06:46 +08:00
parent 016977059b
commit 602e0231ea
7 changed files with 48 additions and 12 deletions

View File

@@ -435,7 +435,7 @@
:fn route-handler/redirect-to-whiteboard-dashboard!}
:go/keyboard-shortcuts {:binding "g s"
:fn #(route-handler/redirect! {:to :shortcut-setting})}
:fn #(state/pub-event! [:modal/keymap-manager])}
:go/tomorrow {:binding "g t"
:fn journal-handler/go-to-tomorrow!}