Sync docs after fullscreen FAQ entry, etc.
This commit is contained in:
parent
06e7f4686a
commit
667f69c733
28 changed files with 263 additions and 123 deletions
|
|
@ -1,10 +1,10 @@
|
|||
Tux Paint
|
||||
version 0.9.33 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
júlí 20, 2023
|
||||
apríl 7, 2024
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
+------------------------------+
|
||||
|
|
@ -460,6 +460,13 @@ Tux Paint keeps running in Full Screen mode - I want it windowed!
|
|||
|
||||
|
||||
|
||||
How do I access other applications when Tux Paint is running in Full Screen?
|
||||
+ Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
switch between applications.
|
||||
+ macOS users, switch to other applications using [Control] + [Left
|
||||
Arrow], then back to Tux Paint using [Control] + [Right Arrow].
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
Options Documentation
|
||||
|
||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
desember 29, 2023
|
||||
apríl 7, 2024
|
||||
|
||||
+--------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -163,10 +163,9 @@ native=yes
|
|||
allowscreensaver=yes
|
||||
|
||||
By default, Tux Paint prevents your system's screensaver from starting up.
|
||||
You can override this by using the "allowscreensaver" option. Note: This
|
||||
requires version 1.2.12 or higher of the SDL library. (You can also do this
|
||||
by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your
|
||||
system to "1".)
|
||||
You can override this by using the "allowscreensaver" option. (You can also
|
||||
do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable
|
||||
on your system to "1".)
|
||||
|
||||
⚙ Note: If used in a system-wide configuration file, may be overridden by
|
||||
the user's configuration file using "allowscreensaver=no" or
|
||||
|
|
@ -1615,11 +1614,12 @@ Button Shortcuts
|
|||
Options may also be issued on the command-line when you go to launch Tux
|
||||
Paint.
|
||||
|
||||
--fullscreen
|
||||
--fullscreen=yes
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--orient=portrait
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
|
|
|
|||
|
|
@ -20,12 +20,12 @@
|
|||
version 0.9.33 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
júlí 20, 2023 </p>
|
||||
apríl 7, 2024 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -582,6 +582,18 @@
|
|||
<p>
|
||||
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video & Sound") is not checked. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
How do I access other applications when Tux Paint is running in Full Screen? </dt>
|
||||
|
||||
<dd>
|
||||
<ul>
|
||||
<li>
|
||||
Windows and Linux users, try the <b><code>[Alt]</code></b> + <b><code>[Tab]</code></b> key combination to switch between applications. </li>
|
||||
<li>
|
||||
macOS users, switch to other applications using <b><code>[Control]</code></b> + <b><code>[Left Arrow]</code></b>, then back to Tux Paint using <b><code>[Control]</code></b> + <b><code>[Right Arrow]</code></b>. </li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<hr size="2"
|
||||
|
|
|
|||
|
|
@ -97,12 +97,12 @@
|
|||
Options Documentation </h2>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
Copyright © 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
desember 29, 2023 </p>
|
||||
apríl 7, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -343,7 +343,7 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
By default, Tux Paint prevents your system's screensaver from starting up. You can override this by using the "<code>allowscreensaver</code>" option. Note: This requires version 1.2.12 or higher of the SDL library. (You can also do this by setting the "<code>SDL_VIDEO_ALLOW_SCREENSAVER</code>" environment variable on your system to "<code>1</code>".) </p>
|
||||
By default, Tux Paint prevents your system's screensaver from starting up. You can override this by using the "<code>allowscreensaver</code>" option. (You can also do this by setting the "<code>SDL_VIDEO_ALLOW_SCREENSAVER</code>" environment variable on your system to "<code>1</code>".) </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>Note:</strong> If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>allowscreensaver=no</code>" or "<code>disablescreensaver=yes</code>". In both cases, may be overridden by the command-line option "<code>--disablescreensaver</code>". </p>
|
||||
</dd>
|
||||
|
|
@ -2380,11 +2380,12 @@
|
|||
Options may also be issued on the command-line when you go to launch Tux Paint. </p>
|
||||
<dl>
|
||||
<dt>
|
||||
<code><b>--fullscreen<br>
|
||||
<code><b>--fullscreen=yes<br>
|
||||
--fullscreen=native<br>
|
||||
--<i>WIDTH</i>x<i>HEIGHT</i><br>
|
||||
--orient=portrait<br>
|
||||
--buttonsize=<i>SIZE</i><br>
|
||||
--colorsrows=<i>ROWS</i><br>
|
||||
--orient=portrait<br>
|
||||
--native<br>
|
||||
--allowscreensaver<br>
|
||||
--startblank<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue