fix: lower case shift click

This commit is contained in:
Weihua Lu
2021-05-14 14:30:45 +08:00
parent 6b698f9973
commit 4efb4d3874

View File

@@ -37,9 +37,9 @@
[:tr [:td (t :help/block-content-autocomplete)] [:td "<"]]
[:tr [:td (t :help/reference-autocomplete)] [:td "[[]]"]]
[:tr [:td (t :help/block-reference)] [:td "(())"]]
[:tr [:td (t :shortcut.editor/open-link-in-sidebar)] [:td "Shift-Click"]]
[:tr [:td (t :shortcut.editor/open-link-in-sidebar)] [:td "shift-click"]]
[:tr [:td (t :help/context-menu)] [:td "Right Click"]]]]
[:tr [:td (t :help/context-menu)] [:td "right click"]]]]
(shortcut-table :shortcut.category/basics)
(shortcut-table :shortcut.category/navigating)
(shortcut-table :shortcut.category/block-editing)