- 'ctrl+1': (editor) => headerHandler(editor, 'h1'),
- 'ctrl+2': (editor) => headerHandler(editor, 'h2'),
- 'ctrl+3': (editor) => headerHandler(editor, 'h3'),
- 'ctrl+4': (editor) => headerHandler(editor, 'h4'),
- 'ctrl+5': wrapFormatAction(toggleSelectionAsParagraph),
- 'ctrl+d': wrapFormatAction(toggleSelectionAsParagraph),
- 'ctrl+6': wrapFormatAction(toggleSelectionAsBlockquote),
- 'ctrl+q': wrapFormatAction(toggleSelectionAsBlockquote),
- 'ctrl+7': wrapFormatAction(formatCodeBlock),
- 'ctrl+e': wrapFormatAction(formatCodeBlock),
- 'ctrl+8': toggleInlineCode,
- 'ctrl+shift+e': toggleInlineCode,
- 'ctrl+9': wrapFormatAction(cycleSelectionCalloutFormats),
+ 'meta+1': (editor) => headerHandler(editor, 'h1'),
+ 'meta+2': (editor) => headerHandler(editor, 'h2'),
+ 'meta+3': (editor) => headerHandler(editor, 'h3'),
+ 'meta+4': (editor) => headerHandler(editor, 'h4'),
+ 'meta+5': wrapFormatAction(toggleSelectionAsParagraph),
+ 'meta+d': wrapFormatAction(toggleSelectionAsParagraph),
+ 'meta+6': wrapFormatAction(toggleSelectionAsBlockquote),
+ 'meta+q': wrapFormatAction(toggleSelectionAsBlockquote),
+ 'meta+7': wrapFormatAction(formatCodeBlock),
+ 'meta+e': wrapFormatAction(formatCodeBlock),
+ 'meta+8': toggleInlineCode,
+ 'meta+shift+e': toggleInlineCode,
+ 'meta+9': wrapFormatAction(cycleSelectionCalloutFormats),