From aa78dff42b1dc6bbc6b6aa836e42341015ce164a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 17 May 2015 21:08:40 +0200 Subject: input.conf: add CTRL+s key binding for window screenshots --- DOCS/man/mpv.rst | 4 ++++ etc/input.conf | 1 + 2 files changed, 5 insertions(+) diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 840f64d92a..ee1c68cf68 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -159,6 +159,10 @@ S Take a screenshot, without subtitles. (Whether this works depends on VO driver support.) +Ctrl s + Take a screenshot, as the window shows it (with subtitles, OSD, and scaled + video). + I Show filename on the OSD. diff --git a/etc/input.conf b/etc/input.conf index ca44978d39..dc7ade1a5a 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -119,6 +119,7 @@ #f cycle fullscreen # toggle fullscreen #s screenshot # take a screenshot #S screenshot video # ...without subtitles +#Ctrl+s screenshot window # ...with subtitles and OSD, and scaled #Alt+s screenshot each-frame # automatically screenshot every frame #w add panscan -0.1 # zoom out with -panscan 0 -fs #e add panscan +0.1 # in -- cgit v1.2.3