diff --git a/README.md b/README.md index 3e9027d..d558c0f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/main.cpp b/src/main.cpp index fb4ceeb..e0c224c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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};