From a4e978bd1268e701350d705cac5aab6f3a05b20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Andr=C3=A9=20R=C3=B8nsen?= Date: Tue, 5 May 2026 05:17:48 +0200 Subject: [PATCH] night-shift(docs): update user manual for v1.1 changes --- docs/USER-MANUAL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/USER-MANUAL.md b/docs/USER-MANUAL.md index 64d14d5..39cab0f 100644 --- a/docs/USER-MANUAL.md +++ b/docs/USER-MANUAL.md @@ -98,6 +98,12 @@ You can add a searchable label to an image by editing it (pencil icon). --- +## Quitting Snippy + +Right-click the Snippy icon in the menu bar and choose **"Quit Snippy"**. There is no in-app keyboard shortcut for quitting — this prevents accidental termination while typing in the snippet panel. + +--- + ## Keyboard reference | Key | Action | @@ -108,7 +114,6 @@ You can add a searchable label to an image by editing it (pencil icon). | `⌘V` | Paste clipboard as new snippet | | `⌘N` | Start adding a new snippet manually | | `Esc` | Dismiss panel (or cancel add / edit) | -| `⌘Q` | Quit Snippy | ---