Skip to content

Commit

Permalink
fixShortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuyule committed Mar 27, 2018
1 parent e05dced commit b57d34b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/main/CodeMirror/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ module.exports = (() => {
'Ctrl-`': toggleComment,
'Ctrl-L': toggleUnOrderedList,
'Ctrl-Alt-L': toggleOrderedList,
'Ctrl-=': toggleHeader,
'Ctrl--': toggleUnHeader,
'Ctrl-]': toggleBlockquote,
'Ctrl-[': toggleUnBlockquote,
'Ctrl-[': toggleHeader,
'Ctrl-]': toggleUnHeader,
'Ctrl-=': toggleBlockquote,
'Ctrl--': toggleUnBlockquote,
'Ctrl-U': drawLink,
'Ctrl-Alt-U': drawImageLink,
'Ctrl-T': drawTable,
Expand Down

0 comments on commit b57d34b

Please sign in to comment.