Browse Source

fix: lint

charlie 3 years ago
parent
commit
20c168b67a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/frontend/modules/shortcut/dicts.cljc

+ 3 - 3
src/main/frontend/modules/shortcut/dicts.cljc

@@ -158,9 +158,9 @@
              :command.editor/select-block-up          "选择上方的块"
              :command.editor/select-block-down        "选择下方的块"
              :command.editor/select-all-blocks        "选择所有块"
-             :pdf/previous-page                       "上一页PDF文档"
-             :pdf/next-page                           "下一页PDF文档"
-             :pdf/close                               "关闭当前PDF文档"
+             :command.pdf/previous-page               "上一页PDF文档"
+             :command.pdf/next-page                   "下一页PDF文档"
+             :command.pdf/close                       "关闭当前PDF文档"
              :command.ui/toggle-help                  "显示/关闭帮助"
              :command.git/commit                      "提交消息"
              :command.go/search                       "全文搜索"