diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-21 23:47:24 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-21 23:47:24 +0100 |
commit | 2ec59c6812ef2112dde2a7ce8c068d0c8155ed06 (patch) | |
tree | 67e217d1c507879362882ab4ddc59f6bfd30da18 /include/Config.hpp | |
parent | a0d8af9d372ac3847cbae9dc9c647abf57227e3c (diff) |
Add alt+f2 to take a screenshot of a region
Diffstat (limited to 'include/Config.hpp')
-rw-r--r-- | include/Config.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index 1e2e9cb..0e8e4eb 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -126,6 +126,7 @@ namespace gsr { bool show_screenshot_saved_notifications = true; std::string save_directory; ConfigHotkey take_screenshot_hotkey; + ConfigHotkey take_screenshot_region_hotkey; }; struct Config { |