Document mod-c/copy current block ref

This is not documented in the default key descriptions:

When in edit mode but no text selected, copy current block ref (/src/main/frontend/handler/editor.cljs)
This commit is contained in:
Alex
2021-09-18 12:01:59 +03:00
committed by Tienson Qin
parent 0ec448a073
commit d62c422d91

View File

@@ -237,7 +237,7 @@
:binding "shift+tab"
:fn (editor-handler/keydown-tab-handler :left)}
:editor/copy
{:desc "Copy"
{:desc "Copy (copies either selection, or block reference)"
:binding "mod+c"
:fn editor-handler/shortcut-copy}
:editor/cut