Skip to content

Commit 24c0347

Browse files
Update README.md
1 parent 9c9c74e commit 24c0347

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ Gradia allows you to quickly modify screenshots of application windows to put th
2929

3030
> [!IMPORTANT]
3131
> The [GNOME Code of Conduct](https://conduct.gnome.org) applies to this project, including this repository.
32+
## Automatically Open the App After Taking a Screenshot
33+
34+
If you'd like Gradia to **open automatically** after taking a screenshot, you can set up a custom keyboard shortcut:
35+
36+
1. Go to **Settings****Keyboard****View and Customize Shortcuts****Custom Shortcuts**.
37+
2. Click the **+** button to create a new shortcut.
38+
3. Set the **Name** to something like *Open Gradia with Screenshot*.
39+
4. For the **Command**, enter:
40+
41+
```
42+
flatpak run be.alexandervanhee.gradia --screenshot
43+
```
44+
5. Assign a keyboard shortcut of your choice (`Ctrl + Print` should be free by default).
3245

3346
## Screenshots
3447

0 commit comments

Comments
 (0)