fix: Shortcut for Journal (CTRL+J in help) is actually ALT+J

Resolved #1502
pull/1504/head
Tienson Qin 2021-03-19 16:54:57 +08:00
parent 6aaa4dd3fa
commit 817bf9aec0
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@
[:tr [:td (t :help/toggle-right-sidebar)] [:td "t r"]]
[:tr [:td (t :help/toggle-settings)] [:td "t s"]]
[:tr [:td (t :help/toggle-insert-new-block)] [:td "t e"]]
[:tr [:td (t :help/jump-to-journals)] [:td (util/->platform-shortcut "Ctrl-j")]]]]
[:tr [:td (t :help/jump-to-journals)] [:td (if util/mac? "Cmd-j" "Alt-j")]]]]
[:table
[:thead
[:tr