Update Keyboard Shortcuts

Miguel Jacq 2025-12-12 17:50:08 -06:00
parent 2f71333d3b
commit ad82fdf8e0

@ -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 ```<code>``` block