DocsGuidesKeyboard Shortcuts

Keyboard Shortcuts

HybricMark binds context menu actions to keyboard shortcuts so users can stay in writing flow.

Formatting

ActionShortcut
BoldMod+B
ItalicMod+I
UnderlineMod+U
StrikeMod+Shift+X
Inline CodeMod+E
HighlightMod+Shift+H
SubscriptMod+,
SuperscriptMod+.

Insert and block actions

ActionShortcut
Open link editorMod+K / Mod+Shift+K
Insert code block belowMod+Alt+C
Insert quote belowMod+Shift+.
Insert tableMod+Alt+T
Insert imageMod+Alt+I
Insert footnoteMod+Shift+F
Insert math blockMod+Shift+M
Insert dividerMod+Shift+-
Paragraph above / belowAlt+ArrowUp / Alt+ArrowDown

Cleanup and delete

ActionShortcut
Copy / PasteMod+C / Mod+V
Delete selectionBackspace
Delete current blockMod+Shift+Backspace
Clear selected styleMod+\
Clear block styleMod+Shift+\

Code block behavior

  • `Mod+Enter` exits code block and creates a paragraph after it.
  • Inline code stays inline and does not hijack Enter behavior.