File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments