From 1c52c5de5f5e31f98d1fc3fdd10ce9895a913cc6 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sat, 29 Jan 2022 00:53:05 +0000 Subject: [PATCH] DOC: Add default path for screenshots The information used to be in the README file but was removed when the doc portal was introduced. However that information was never added to the doc portal. I am not sure where the best place was to add this information. I considered using the Settings/Paths page, but since the screenshot page is not exposed in the Options dialog this did not seem to be the right place. So in the end I added it on the Configuration file page, with a link from the Keyboard shortcuts page. --- .../advanced_topics/configuration_file.rst | 29 ++++++++++++++++++- .../use_scummvm/keyboard_shortcuts.rst | 2 +- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/doc/docportal/advanced_topics/configuration_file.rst b/doc/docportal/advanced_topics/configuration_file.rst index aece1e08bb99..d4b4ce9be6f9 100755 --- a/doc/docportal/advanced_topics/configuration_file.rst +++ b/doc/docportal/advanced_topics/configuration_file.rst @@ -391,7 +391,7 @@ There are many recognized configuration keys. In the table below, each key is ei save_slot,integer,autosave, Specifies the saved game slot to load ":ref:`scalemakingofvideos `",boolean,false, ":ref:`scanlines `",boolean,false, - screenshotpath,string,,Specifies where screenshots are saved + screenshotpath,string,See :ref:`screenshotpath `,Specifies where screenshots are saved sfx_mute,boolean,false, Mutes the game sound effects. ":ref:`sfx_volume `",integer,192, ":ref:`shorty `",boolean,false, @@ -430,13 +430,40 @@ There are many recognized configuration keys. In the table below, each key is ei +.. _screenshotpath: +Screenshot path + The default location for the screenshotpath depends on your system. + .. tabbed:: Windows + .. panels:: + :column: col-lg-12 mb-2 + In ``Users\username\My Pictures\ScummVM Screenshots`` + .. tabbed:: macOS + .. panels:: + :column: col-lg-12 mb-2 + + On the Desktop. + + + .. tabbed:: Linux + + .. panels:: + :column: col-lg-12 mb-2 + + In the XDG Pictures user directory, for example ``~/Pictures/ScummVM Screenshots`` + + .. tabbed:: Any other OS + + .. panels:: + :column: col-lg-12 mb-2 + + In the current directory. diff --git a/doc/docportal/use_scummvm/keyboard_shortcuts.rst b/doc/docportal/use_scummvm/keyboard_shortcuts.rst index 078c1f0af816..cf2622f06251 100755 --- a/doc/docportal/use_scummvm/keyboard_shortcuts.rst +++ b/doc/docportal/use_scummvm/keyboard_shortcuts.rst @@ -27,5 +27,5 @@ Default shortcuts are shown in the table. :kbd:`Ctrl+Alt+f` ,Toggles between nearest neighbor and bilinear interpolation (graphics filtering on/off) :kbd:`Ctrl+Alt+s` ,Cycles through stretch modes :kbd:`Alt+Enter` ,Toggles full screen/windowed mode - :kbd:`Alt+s` ,Takes a screenshot + :kbd:`Alt+s` ,Takes a :ref:`screenshot ` :kbd:`Ctrl+F7`,"Opens virtual keyboard (if enabled). This can also be opened with a long press of the middle mouse button or wheel."