From 2f71333d3b79d9f6b02f5be3a9dfdee09a096e42 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 12 Dec 2025 17:49:49 -0600 Subject: [PATCH] Add Keyboard Shortcuts --- Keyboard-Shortcuts.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Keyboard-Shortcuts.md 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 + +