Keyboard Shortcuts
HybricMark binds context menu actions to keyboard shortcuts so users can stay in writing flow.Formatting
| Action | Shortcut |
|---|---|
| Bold | Mod+B |
| Italic | Mod+I |
| Underline | Mod+U |
| Strike | Mod+Shift+X |
| Inline Code | Mod+E |
| Highlight | Mod+Shift+H |
| Subscript | Mod+, |
| Superscript | Mod+. |
Insert and block actions
| Action | Shortcut |
|---|---|
| Open link editor | Mod+K / Mod+Shift+K |
| Insert code block below | Mod+Alt+C |
| Insert quote below | Mod+Shift+. |
| Insert table | Mod+Alt+T |
| Insert image | Mod+Alt+I |
| Insert footnote | Mod+Shift+F |
| Insert math block | Mod+Shift+M |
| Insert divider | Mod+Shift+- |
| Paragraph above / below | Alt+ArrowUp / Alt+ArrowDown |
Cleanup and delete
| Action | Shortcut |
|---|---|
| Copy / Paste | Mod+C / Mod+V |
| Delete selection | Backspace |
| Delete current block | Mod+Shift+Backspace |
| Clear selected style | Mod+\ |
| Clear block style | Mod+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.