mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 12:40:14 +08:00
parent
f4e93016e3
commit
ee7095f1cc
@ -84,14 +84,14 @@ class Keybindings {
|
||||
['formatEmphasis', 'CmdOrCtrl+I'],
|
||||
['formatUnderline', 'CmdOrCtrl+U'],
|
||||
['formatInlineCode', 'CmdOrCtrl+`'],
|
||||
['formatInlineMath', 'Ctrl+M'],
|
||||
['formatInlineMath', 'Shift+CmdOrCtrl+M'],
|
||||
['formatStrike', 'CmdOrCtrl+D'],
|
||||
['formatHyperlink', 'CmdOrCtrl+L'],
|
||||
['formatImage', 'CmdOrCtrl+Shift+I'],
|
||||
['formatClearFormat', 'Shift+CmdOrCtrl+R'],
|
||||
|
||||
// window menu
|
||||
['windowMinimize', ''], // 'CmdOrCtrl+M' deprecated for math
|
||||
['windowMinimize', 'CmdOrCtrl+M'],
|
||||
|
||||
// view menu
|
||||
['viewToggleFullScreen', isOsx ? 'Ctrl+Command+F' : 'F11'],
|
||||
|
Loading…
Reference in New Issue
Block a user