[Scummvm-git-logs] scummvm master -> 1c52c5de5f5e31f98d1fc3fdd10ce9895a913cc6

criezy noreply at scummvm.org
Sat Jan 29 00:56:03 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1c52c5de5f DOC: Add default path for screenshots


Commit: 1c52c5de5f5e31f98d1fc3fdd10ce9895a913cc6
    https://github.com/scummvm/scummvm/commit/1c52c5de5f5e31f98d1fc3fdd10ce9895a913cc6
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-01-29T00:53:05Z

Commit Message:
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.

Changed paths:
    doc/docportal/advanced_topics/configuration_file.rst
    doc/docportal/use_scummvm/keyboard_shortcuts.rst


diff --git a/doc/docportal/advanced_topics/configuration_file.rst b/doc/docportal/advanced_topics/configuration_file.rst
index aece1e08bb9..d4b4ce9be6f 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 <scale>`",boolean,false,
 		":ref:`scanlines <scan>`",boolean,false,
-		screenshotpath,string,,Specifies where screenshots are saved
+		screenshotpath,string,See :ref:`screenshotpath <screenshotpath>`,Specifies where screenshots are saved
 		sfx_mute,boolean,false, Mutes the game sound effects.
 		":ref:`sfx_volume <sfx>`",integer,192,
 		":ref:`shorty <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 078c1f0af81..cf2622f0625 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 <screenshotpath>`
         :kbd:`Ctrl+F7`,"Opens virtual keyboard (if enabled). This can also be opened with a long press of the middle mouse button or wheel."




More information about the Scummvm-git-logs mailing list