Add screenshot-window show-pointer=true

This commit is contained in:
Ivan Molodetskikh
2026-01-06 22:02:03 +03:00
parent a496307daf
commit 9f8eadc5bc
5 changed files with 99 additions and 7 deletions
+11
View File
@@ -382,6 +382,17 @@ binds {
}
```
<sup>Since: next release</sup> You can show the mouse pointer on window screenshots with the `show-pointer=true` property.
The pointer will be included only if the window is currently receiving pointer input (usually this means the pointer is on top of the window).
```kdl
binds {
// The pointer will be visible on the screenshot
// if it's on top of the window.
Alt+Print { screenshot-window show-pointer=true; }
}
```
#### `toggle-keyboard-shortcuts-inhibit`
<sup>Since: 25.02</sup>