diff --git a/Keyboard-Shortcuts.md b/Keyboard-Shortcuts.md new file mode 100644 index 0000000..cb7b641 --- /dev/null +++ b/Keyboard-Shortcuts.md @@ -0,0 +1,24 @@ +## Keyboard Shortcuts + +Bouquin supports various keyboard shortcuts: + +### Actions + +- **Ctrl+S**: Save the notebook +- **Ctrl+F**: Find text on the current page +- **Ctrl+Shift+H**: Open the History dialog for a given date to view versions and diff/revert +- **Ctrl+Shift+.**: Open settings +- **Ctrl+Shift+E**: Export the notebook to different formats +- **Ctrl+Shift+B**: Backup the notebook to an encrypted database (that can be loaded by Bouquin again directly) +- **Ctrl+Shift+P**: Go to previous day +- **Ctrl+Shift+N**: Go to next day +- **Ctrl+Shift+T**: Go to today +- **Ctrl+W**: Close current tab +- **Ctrl+Shift+S**: Open Statistics +- **Ctrl+Shift+D**: Open this documentation page +- **Ctrl+Shift+R**: Report a bug +- **Ctrl+Shift+L**: Lock the screen immediately +- **Ctrl+Shift+U**: Unlock the screen +- **Ctrl+Q**: Quit the application + +