diff --git a/README.md b/README.md index bf581c9..0e2c2a8 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,11 @@ If running RadeonSI clients, currently have to set R600_DEBUG=nodcc, or corrupti ## Keyboard shortcuts **Super + F** : Toggle fullscreen + **Super + N** : Toggle integer scaling +**Super + S** : Take screenshot (currently goes to /tmp/gamescope_$DATE.bmp) + ## Examples On any X11 or Wayland desktop running Mesa commit [d19bc94e4eb9](https://gitlab.freedesktop.org/mesa/mesa/-/commit/d19bc94e4eb94a2c8cbdb328c9eaa2faf1ba424c), you can set the Steam launch arguments of your game as follows: @@ -31,7 +34,7 @@ gamescope -w 1280 -h 720 -W 1920 -H 1080 -n -- %command% ``` ``` -// Limit a vsynced game to 30 FPS (currently broken): +// Limit a vsynced game to 30 FPS: gamescope -r 30 -- %command% ```