From 9dad215b9f384310dea53fbd1aa8010e42f779f4 Mon Sep 17 00:00:00 2001 From: MunsMan <48153666+MunsMan@users.noreply.github.com> Date: Sun, 16 Nov 2025 10:32:19 +0100 Subject: docs: fix typo in screenshot-window action name --- docs/wiki/Configuration:-Key-Bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Configuration:-Key-Bindings.md b/docs/wiki/Configuration:-Key-Bindings.md index ab6d3420..8fb0d168 100644 --- a/docs/wiki/Configuration:-Key-Bindings.md +++ b/docs/wiki/Configuration:-Key-Bindings.md @@ -354,7 +354,7 @@ binds { Actions for taking screenshots. - `screenshot`: opens the built-in interactive screenshot UI. -- `screenshot-screen`, `screenshow-window`: takes a screenshot of the focused screen or window respectively. +- `screenshot-screen`, `screenshot-window`: takes a screenshot of the focused screen or window respectively. The screenshot is both stored to the clipboard and saved to disk, according to the [`screenshot-path` option](./Configuration:-Miscellaneous.md#screenshot-path). -- cgit