Update documentation and --help

This commit is contained in:
Alex Maese 2023-07-05 23:40:10 -05:00 committed by Joshie
parent dcffbd4be9
commit daf36e9993
2 changed files with 3 additions and 0 deletions

View file

@ -39,6 +39,8 @@ meson install -C build/ --skip-subprojects
* **Super + I** : Increase FSR sharpness by 1
* **Super + O** : Decrease FSR sharpness by 1
* **Super + S** : Take screenshot (currently goes to `/tmp/gamescope_$DATE.png`)
* **Super + G** : Toggle keyboard grab
* **Super + S** : Update clipboard
## Examples

View file

@ -225,6 +225,7 @@ const char usage[] =
" Super + O decrease FSR sharpness by 1\n"
" Super + S take a screenshot\n"
" Super + G toggle keyboard grab\n"
" Super + C update clipboard\n"
"";
std::atomic< bool > g_bRun{true};