diff --git a/Keyboard-Shortcuts.md b/Keyboard-Shortcuts.md index cb7b641..0411179 100644 --- a/Keyboard-Shortcuts.md +++ b/Keyboard-Shortcuts.md @@ -22,3 +22,15 @@ Bouquin supports various keyboard shortcuts: - **Ctrl+Q**: Quit the application +### Styling + +- **Ctrl+B**: Set selected text to bold +- **Ctrl+I**: Set selected text to italic +- **Ctrl+-**: Set selected text to strikethrough +- **Ctrl+1**: Set selected text to h1 (heading) +- **Ctrl+2**: Set selected text to h2 (heading) +- **Ctrl+3**: Set selected text to h3 (heading) +- **Ctrl+.**: Set selected text to normal size (paragraph) +- **Ctrl+Shift+-**: Decrease size of normal text +- **Ctrl+Shift++**: Increase size of normal text +- **Ctrl+`**: Set selected text to be in a `````` block \ No newline at end of file