fix: create whiteboard shortcut

This commit is contained in:
Konstantinos Kaloutas
2022-09-16 17:11:20 +03:00
parent ae711483eb
commit 97475826b5

View File

@@ -102,7 +102,7 @@
:editor/new-line {:binding "shift+enter"
:fn editor-handler/keydown-new-line-handler}
:editor/new-whiteboard {:binding "mod+shift+w"
:editor/new-whiteboard {:binding "n w"
:fn whiteboard-handler/create-new-whiteboard!}
:editor/follow-link {:binding "mod+o"