Sync docs after fullscreen FAQ entry, etc.

This commit is contained in:
Bill Kendrick 2024-04-07 15:05:14 -07:00
parent 06e7f4686a
commit 667f69c733
28 changed files with 263 additions and 123 deletions

View file

@ -1,10 +1,10 @@
Tux Paint Tux Paint
version 0.9.33 Frequently Asked Questions 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/ https://tuxpaint.org/
July 20, 2023 April 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].
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View file

@ -3,10 +3,10 @@
Options Documentation Options Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
December 29, 2023 April 7, 2024
+--------------------------------------------+ +--------------------------------------------+
| Table of Contents | | Table of Contents |
@ -163,10 +163,9 @@ native=yes
allowscreensaver=yes allowscreensaver=yes
By default, Tux Paint prevents your system's screensaver from starting up. By default, Tux Paint prevents your system's screensaver from starting up.
You can override this by using the "allowscreensaver" option. Note: This You can override this by using the "allowscreensaver" option. (You can also
requires version 1.2.12 or higher of the SDL library. (You can also do this do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable
by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your on your system to "1".)
system to "1".)
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "allowscreensaver=no" or 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 Options may also be issued on the command-line when you go to launch Tux
Paint. Paint.
--fullscreen --fullscreen=yes
--fullscreen=native
--WIDTHxHEIGHT --WIDTHxHEIGHT
--orient=portrait
--buttonsize=SIZE --buttonsize=SIZE
--colorsrows=ROWS --colorsrows=ROWS
--orient=portrait
--native --native
--allowscreensaver --allowscreensaver
--startblank --startblank

View file

@ -20,12 +20,12 @@
version 0.9.33 Frequently Asked Questions </h1> version 0.9.33 Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
July 20, 2023 </p> April 7, 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -582,6 +582,18 @@
<p> <p>
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &amp; Sound") is not checked. </p> Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &amp; Sound") is not checked. </p>
</dd> </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> </dl>
<hr size="2" <hr size="2"

View file

@ -97,12 +97,12 @@
Options Documentation </h2> Options Documentation </h2>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
December 29, 2023 </p> April 7, 2024 </p>
</center> </center>
</header> </header>
@ -343,7 +343,7 @@
<dd> <dd>
<p> <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"> <p class="note">
<span title="Configuration option">&#9881;</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> <span title="Configuration option">&#9881;</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> </dd>
@ -2380,11 +2380,12 @@
Options may also be issued on the command-line when you go to launch Tux Paint. </p> Options may also be issued on the command-line when you go to launch Tux Paint. </p>
<dl> <dl>
<dt> <dt>
<code><b>--fullscreen<br> <code><b>--fullscreen=yes<br>
--fullscreen=native<br>
--<i>WIDTH</i>x<i>HEIGHT</i><br> --<i>WIDTH</i>x<i>HEIGHT</i><br>
--orient=portrait<br>
--buttonsize=<i>SIZE</i><br> --buttonsize=<i>SIZE</i><br>
--colorsrows=<i>ROWS</i><br> --colorsrows=<i>ROWS</i><br>
--orient=portrait<br>
--native<br> --native<br>
--allowscreensaver<br> --allowscreensaver<br>
--startblank<br> --startblank<br>

View file

@ -1,10 +1,10 @@
Tux Paint Tux Paint
versión 0.9.33 Frequently Asked Questions versión 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/ https://tuxpaint.org/
julio 20, 2023 abril 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].
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View file

@ -3,10 +3,10 @@
Options Documentation Options Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
diciembre 29, 2023 abril 7, 2024
+--------------------------------------------+ +--------------------------------------------+
| Table of Contents | | Table of Contents |
@ -163,10 +163,9 @@ native=yes
allowscreensaver=yes allowscreensaver=yes
By default, Tux Paint prevents your system's screensaver from starting up. By default, Tux Paint prevents your system's screensaver from starting up.
You can override this by using the "allowscreensaver" option. Note: This You can override this by using the "allowscreensaver" option. (You can also
requires version 1.2.12 or higher of the SDL library. (You can also do this do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable
by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your on your system to "1".)
system to "1".)
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "allowscreensaver=no" or 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 Options may also be issued on the command-line when you go to launch Tux
Paint. Paint.
--fullscreen --fullscreen=yes
--fullscreen=native
--WIDTHxHEIGHT --WIDTHxHEIGHT
--orient=portrait
--buttonsize=SIZE --buttonsize=SIZE
--colorsrows=ROWS --colorsrows=ROWS
--orient=portrait
--native --native
--allowscreensaver --allowscreensaver
--startblank --startblank

View file

@ -20,12 +20,12 @@
versi&oacute;n 0.9.33 Frequently Asked Questions </h1> versi&oacute;n 0.9.33 Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
julio 20, 2023 </p> abril 7, 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -582,6 +582,18 @@
<p> <p>
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &amp; Sound") is not checked. </p> Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &amp; Sound") is not checked. </p>
</dd> </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> </dl>
<hr size="2" <hr size="2"

View file

@ -97,12 +97,12 @@
Options Documentation </h2> Options Documentation </h2>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
diciembre 29, 2023 </p> abril 7, 2024 </p>
</center> </center>
</header> </header>
@ -343,7 +343,7 @@
<dd> <dd>
<p> <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"> <p class="note">
<span title="Configuration option">&#9881;</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> <span title="Configuration option">&#9881;</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> </dd>
@ -2380,11 +2380,12 @@
Options may also be issued on the command-line when you go to launch Tux Paint. </p> Options may also be issued on the command-line when you go to launch Tux Paint. </p>
<dl> <dl>
<dt> <dt>
<code><b>--fullscreen<br> <code><b>--fullscreen=yes<br>
--fullscreen=native<br>
--<i>WIDTH</i>x<i>HEIGHT</i><br> --<i>WIDTH</i>x<i>HEIGHT</i><br>
--orient=portrait<br>
--buttonsize=<i>SIZE</i><br> --buttonsize=<i>SIZE</i><br>
--colorsrows=<i>ROWS</i><br> --colorsrows=<i>ROWS</i><br>
--orient=portrait<br>
--native<br> --native<br>
--allowscreensaver<br> --allowscreensaver<br>
--startblank<br> --startblank<br>

View file

@ -1,10 +1,10 @@
Tux Paint Tux Paint
version 0.9.33 Questions fréquemment posées version 0.9.33 Questions fréquemment posées
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
juillet 20, 2023 avril 7, 2024
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
+-----------------------------------+ +-----------------------------------+
@ -500,6 +500,13 @@ Tux Paint continue de fonctionner en mode plein écran - je veux qu'il soit
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].
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View file

@ -3,10 +3,10 @@
Documentation sur les options Documentation sur les options
Copyright © 2002-2023 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
décembre 29, 2023 avril 7, 2024
+--------------------------------------------------------------------+ +--------------------------------------------------------------------+
| Table des matières | | Table des matières |
@ -171,12 +171,10 @@ native=yes
allowscreensaver=yes allowscreensaver=yes
Par défaut, Tux Paint empêche l'économiseur d'écran de votre système de By default, Tux Paint prevents your system's screensaver from starting up.
démarrer. Vous pouvez remplacer cela en utilisant l'option You can override this by using the "allowscreensaver" option. (You can also
"allowscreensaver". Remarque : Cela nécessite la version 1.2.12 ou do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable
supérieure de la bibliothèque SDL. (Vous pouvez également le faire en on your system to "1".)
définissant la variable d'environnement "SDL_VIDEO_ALLOW_SCREENSAVER" de
votre système égale à "1".)
⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il ⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il
peut être remplacé par le fichier de configuration de l'utilisateur en peut être remplacé par le fichier de configuration de l'utilisateur en
@ -1710,11 +1708,12 @@ Boutons pour raccourcis
Des options peuvent également être émises sur la ligne de commande lorsque Des options peuvent également être émises sur la ligne de commande lorsque
vous démarrez Tux Paint. vous démarrez Tux Paint.
--fullscreen --fullscreen=yes
--fullscreen=native
--WIDTHxHEIGHT --WIDTHxHEIGHT
--orient=portrait
--buttonsize=SIZE --buttonsize=SIZE
--colorsrows=ROWS --colorsrows=ROWS
--orient=portrait
--native --native
--allowscreensaver --allowscreensaver
--startblank --startblank

View file

@ -20,12 +20,12 @@
version 0.9.33 Questions fréquemment posées </h1> version 0.9.33 Questions fréquemment posées </h1>
<p> <p>
Copyright &copy; 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
juillet 20, 2023 </p> avril 7, 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -583,6 +583,18 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
<p> <p>
Ou utilisez Tux Paint Config. et assurez-vous que "Plein écran" (sous "Vidéo et son") n'est pas coché. </p> Ou utilisez Tux Paint Config. et assurez-vous que "Plein écran" (sous "Vidéo et son") n'est pas coché. </p>
</dd> </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> </dl>
<hr size="2" <hr size="2"

View file

@ -97,12 +97,12 @@
Documentation sur les options </h2> Documentation sur les options </h2>
<p> <p>
Copyright &copy; 2002-2023 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
décembre 29, 2023 </p> avril 7, 2024 </p>
</center> </center>
</header> </header>
@ -343,7 +343,7 @@
<dd> <dd>
<p> <p>
Par défaut, Tux Paint empêche l'économiseur d'écran de votre système de démarrer. Vous pouvez remplacer cela en utilisant l'option "<code>allowscreensaver</code>". Remarque : Cela nécessite la version 1.2.12 ou supérieure de la bibliothèque SDL. (Vous pouvez également le faire en définissant la variable d'environnement "<code>SDL_VIDEO_ALLOW_SCREENSAVER</code>" de votre système égale à "<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"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>Note : </strong>si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "<code>allowscreensaver=no</code>" ou "<code>disablescreensaver=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--disablescreensaver</code>". </p> <span title="Configuration option">&#9881;</span> <strong>Note : </strong>si utilisé dans un fichier de configuration pour tout le monde, il peut être remplacé par le fichier de configuration de l'utilisateur en utilisant "<code>allowscreensaver=no</code>" ou "<code>disablescreensaver=yes</code>". Dans les deux cas, il peut être remplacé avec l'option en ligne de commande "<code>--disablescreensaver</code>". </p>
</dd> </dd>
@ -2380,11 +2380,12 @@
Des options peuvent également être émises sur la ligne de commande lorsque vous démarrez Tux Paint. </p> Des options peuvent également être émises sur la ligne de commande lorsque vous démarrez Tux Paint. </p>
<dl> <dl>
<dt> <dt>
<code><b>--fullscreen<br> <code><b>--fullscreen=yes<br>
--fullscreen=native<br>
--<i>WIDTH</i>x<i>HEIGHT</i><br> --<i>WIDTH</i>x<i>HEIGHT</i><br>
--orient=portrait<br>
--buttonsize=<i>SIZE</i><br> --buttonsize=<i>SIZE</i><br>
--colorsrows=<i>ROWS</i><br> --colorsrows=<i>ROWS</i><br>
--orient=portrait<br>
--native<br> --native<br>
--allowscreensaver<br> --allowscreensaver<br>
--startblank<br> --startblank<br>

View file

@ -1,10 +1,10 @@
Tux Paint Tux Paint
versión 0.9.33 Preguntas máis frecuentes versión 0.9.33 Preguntas máis frecuentes
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
20 de Xullo de 2023 7 de Abril de 2024
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
+--------------------------------------------+ +--------------------------------------------+
@ -480,6 +480,13 @@ Tux Paint segue a funcionar en modo de pantalla completa e quéroo na xanela.
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].
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View file

@ -3,10 +3,10 @@
Documentación de opcións Documentación de opcións
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
29 de Decembro de 2023 7 de Abril de 2024
+----------------------------------------------------+ +----------------------------------------------------+
| Índice | | Índice |
@ -167,11 +167,10 @@ native=yes
allowscreensaver=yes allowscreensaver=yes
De xeito predeterminado, Tux Paint impide que o protector de pantalla do By default, Tux Paint prevents your system's screensaver from starting up.
seu sistema se inicie. Pode anular isto empregando a opción You can override this by using the "allowscreensaver" option. (You can also
«allowscreensaver». Nota: Isto require a versión 1.2.12 ou superior da do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable
biblioteca SDL. (Tamén pode facelo configurando a variábel de contorno on your system to "1".)
«SDL_VIDEO_ALLOW_SCREENSAVER» do seu sistema en «1».)
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "allowscreensaver=no" or the user's configuration file using "allowscreensaver=no" or
@ -1645,11 +1644,12 @@ Button Shortcuts
Options may also be issued on the command-line when you go to launch Tux Options may also be issued on the command-line when you go to launch Tux
Paint. Paint.
--fullscreen --fullscreen=yes
--fullscreen=native
--LARGOxALTO --LARGOxALTO
--orient=portrait
--buttonsize=TAMAÑO --buttonsize=TAMAÑO
--colorsrows=FILAS --colorsrows=FILAS
--orient=portrait
--native --native
--allowscreensaver --allowscreensaver
--startblank --startblank

View file

@ -20,12 +20,12 @@
versión 0.9.33 Preguntas máis frecuentes </h1> versión 0.9.33 Preguntas máis frecuentes </h1>
<p> <p>
Copyright &copy; 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
20 de Xullo de 2023 </p> 7 de Abril de 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -582,6 +582,18 @@
<p> <p>
Ou use Tux Paint Config. e asegúrese de «Pantalla completa» (baixo «Vídeo e son») non está marcado. </p> Ou use Tux Paint Config. e asegúrese de «Pantalla completa» (baixo «Vídeo e son») non está marcado. </p>
</dd> </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> </dl>
<hr size="2" <hr size="2"

View file

@ -97,12 +97,12 @@
Documentación de opcións </h2> Documentación de opcións </h2>
<p> <p>
Copyright &copy; 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
29 de Decembro de 2023 </p> 7 de Abril de 2024 </p>
</center> </center>
</header> </header>
@ -343,7 +343,7 @@
<dd> <dd>
<p> <p>
De xeito predeterminado, Tux Paint impide que o protector de pantalla do seu sistema se inicie. Pode anular isto empregando a opción «<code>allowscreensaver</code>». Nota: Isto require a versión 1.2.12 ou superior da biblioteca SDL. (Tamén pode facelo configurando a variábel de contorno «<code>SDL_VIDEO_ALLOW_SCREENSAVER</code>» do seu sistema en «<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"> <p class="note">
<span title="Configuration option">&#9881;</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> <span title="Configuration option">&#9881;</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> </dd>
@ -2380,11 +2380,12 @@
Options may also be issued on the command-line when you go to launch Tux Paint. </p> Options may also be issued on the command-line when you go to launch Tux Paint. </p>
<dl> <dl>
<dt> <dt>
<code><b>--fullscreen<br> <code><b>--fullscreen=yes<br>
--fullscreen=native<br>
--<i>LARGO</i>x<i>ALTO</i><br> --<i>LARGO</i>x<i>ALTO</i><br>
--orient=portrait<br>
--buttonsize=<i>TAMAÑO</i><br> --buttonsize=<i>TAMAÑO</i><br>
--colorsrows=<i>FILAS</i><br> --colorsrows=<i>FILAS</i><br>
--orient=portrait<br>
--native<br> --native<br>
--allowscreensaver<br> --allowscreensaver<br>
--startblank<br> --startblank<br>

View file

@ -1,10 +1,10 @@
Tux Paint Tux Paint
version 0.9.33 Frequently Asked Questions 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/ 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].
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View file

@ -3,10 +3,10 @@
Options Documentation Options Documentation
Copyright © 2002-2023 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
desember 29, 2023 apríl 7, 2024
+--------------------------------------------+ +--------------------------------------------+
| Table of Contents | | Table of Contents |
@ -163,10 +163,9 @@ native=yes
allowscreensaver=yes allowscreensaver=yes
By default, Tux Paint prevents your system's screensaver from starting up. By default, Tux Paint prevents your system's screensaver from starting up.
You can override this by using the "allowscreensaver" option. Note: This You can override this by using the "allowscreensaver" option. (You can also
requires version 1.2.12 or higher of the SDL library. (You can also do this do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable
by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your on your system to "1".)
system to "1".)
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "allowscreensaver=no" or 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 Options may also be issued on the command-line when you go to launch Tux
Paint. Paint.
--fullscreen --fullscreen=yes
--fullscreen=native
--WIDTHxHEIGHT --WIDTHxHEIGHT
--orient=portrait
--buttonsize=SIZE --buttonsize=SIZE
--colorsrows=ROWS --colorsrows=ROWS
--orient=portrait
--native --native
--allowscreensaver --allowscreensaver
--startblank --startblank

View file

@ -20,12 +20,12 @@
version 0.9.33 Frequently Asked Questions </h1> version 0.9.33 Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
júlí 20, 2023 </p> apríl 7, 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -582,6 +582,18 @@
<p> <p>
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &amp; Sound") is not checked. </p> Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &amp; Sound") is not checked. </p>
</dd> </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> </dl>
<hr size="2" <hr size="2"

View file

@ -97,12 +97,12 @@
Options Documentation </h2> Options Documentation </h2>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
desember 29, 2023 </p> apríl 7, 2024 </p>
</center> </center>
</header> </header>
@ -343,7 +343,7 @@
<dd> <dd>
<p> <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"> <p class="note">
<span title="Configuration option">&#9881;</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> <span title="Configuration option">&#9881;</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> </dd>
@ -2380,11 +2380,12 @@
Options may also be issued on the command-line when you go to launch Tux Paint. </p> Options may also be issued on the command-line when you go to launch Tux Paint. </p>
<dl> <dl>
<dt> <dt>
<code><b>--fullscreen<br> <code><b>--fullscreen=yes<br>
--fullscreen=native<br>
--<i>WIDTH</i>x<i>HEIGHT</i><br> --<i>WIDTH</i>x<i>HEIGHT</i><br>
--orient=portrait<br>
--buttonsize=<i>SIZE</i><br> --buttonsize=<i>SIZE</i><br>
--colorsrows=<i>ROWS</i><br> --colorsrows=<i>ROWS</i><br>
--orient=portrait<br>
--native<br> --native<br>
--allowscreensaver<br> --allowscreensaver<br>
--startblank<br> --startblank<br>

View file

@ -1,10 +1,10 @@
Tux Paint Tux Paint
バージョン 0.9.33 Frequently Asked Questions バージョン 0.9.33 Frequently Asked Questions
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2023年7月20 2024年4月 7
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
+------------------------------+ +------------------------------+
@ -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].
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View file

@ -3,10 +3,10 @@
各種設定について 各種設定について
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2023年12月29 2024年4月 7
+------------------------------------------------------+ +------------------------------------------------------+
| 目次 | | 目次 |
@ -165,11 +165,10 @@ native=yes
allowscreensaver=yes allowscreensaver=yes
標準では、Tux Paint の起動中はスクリーンセーバーが起動しない設定になってい By default, Tux Paint prevents your system's screensaver from starting up.
ますが、"allowscreensaver" オプションを指定すると、スクリーンセーバーが有効 You can override this by using the "allowscreensaver" option. (You can also
になります。これはSDLライブラリのバージョンが 1.2.12 以降の場合に有効なオプ do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable
ションであることに注意して下さい。(環境変数 "SDL_VIDEO_ALLOW_SCREENSAVER" on your system to "1".)
の値を "1" に設定しても、同様のことができます)
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファ ⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファ
イルで "allowscreensaver=no" または "disablescreensaver=yes" を設定すると上 イルで "allowscreensaver=no" または "disablescreensaver=yes" を設定すると上
@ -1607,11 +1606,12 @@ altprint=mod
各種オプションは、Tux Paint を起動する際のコマンドラインで指定することもで 各種オプションは、Tux Paint を起動する際のコマンドラインで指定することもで
きます。 きます。
--fullscreen --fullscreen=yes
--fullscreen=native
--WIDTHxHEIGHT --WIDTHxHEIGHT
--orient=portrait
--buttonsize=SIZE --buttonsize=SIZE
--colorsrows=ROWS --colorsrows=ROWS
--orient=portrait
--native --native
--allowscreensaver --allowscreensaver
--startblank --startblank

View file

@ -20,12 +20,12 @@
バージョン 0.9.33 Frequently Asked Questions </h1> バージョン 0.9.33 Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br> Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
2023年7月20</p> 2024年4月 7</p>
</center> </center>
<hr size="2" <hr size="2"
@ -582,6 +582,18 @@
<p> <p>
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &amp; Sound") is not checked. </p> Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &amp; Sound") is not checked. </p>
</dd> </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> </dl>
<hr size="2" <hr size="2"

View file

@ -97,12 +97,12 @@
各種設定について </h2> 各種設定について </h2>
<p> <p>
Copyright &copy; 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br> Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
2023年12月29</p> 2024年4月 7</p>
</center> </center>
</header> </header>
@ -343,7 +343,7 @@
<dd> <dd>
<p> <p>
標準では、Tux Paint の起動中は スクリーンセーバーが起動しない設定になっていますが、"<code>allowscreensaver</code>" オプションを指定すると、スクリーンセーバーが有効になります。これはSDLライブラリのバージョンが 1.2.12 以降の場合に有効なオプションであることに注意して下さい。(環境変数 "<code>SDL_VIDEO_ALLOW_SCREENSAVER</code>" の値を "<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"> <p class="note">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>allowscreensaver=no</code>" または "<code>disablescreensaver=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--disablescreensaver</code>" で変更できます。 </p> <span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>allowscreensaver=no</code>" または "<code>disablescreensaver=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--disablescreensaver</code>" で変更できます。 </p>
</dd> </dd>
@ -2380,11 +2380,12 @@
各種オプションは、Tux Paint を起動する際のコマンドラインで指定することもできます。 </p> 各種オプションは、Tux Paint を起動する際のコマンドラインで指定することもできます。 </p>
<dl> <dl>
<dt> <dt>
<code><b>--fullscreen<br> <code><b>--fullscreen=yes<br>
--fullscreen=native<br>
--<i>WIDTH</i>x<i>HEIGHT</i><br> --<i>WIDTH</i>x<i>HEIGHT</i><br>
--orient=portrait<br>
--buttonsize=<i>SIZE</i><br> --buttonsize=<i>SIZE</i><br>
--colorsrows=<i>ROWS</i><br> --colorsrows=<i>ROWS</i><br>
--orient=portrait<br>
--native<br> --native<br>
--allowscreensaver<br> --allowscreensaver<br>
--startblank<br> --startblank<br>

View file

@ -1,10 +1,10 @@
Tux Paint Tux Paint
version 0.9.33 Pyetje të Bëra Rëndom version 0.9.33 Pyetje të Bëra Rëndom
Të drejta kopjimi © 2002-2023 nga kontribues të ndryshëm; shihni AUTHORS.txt. Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
20 korrik 2023 7 prill 2024
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
+-------------------------------------------+ +-------------------------------------------+
@ -481,6 +481,14 @@ 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] + [Tasti Tab] key combination to
switch between applications.
+ macOS users, switch to other applications using [Tasti Kontroll] +
[Left Arrow], then back to Tux Paint using [Tasti Kontroll] + [Right
Arrow].
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View file

@ -3,10 +3,10 @@
Dokumentim Mundësish Dokumentim Mundësish
Të drejta kopjimi © 2002-2023 nga kontribues të ndryshëm; shihni AUTHORS.txt. Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
29 dhjetor 2023 7 prill 2024
+-----------------------------------------------------+ +-----------------------------------------------------+
| Pasqyrë e Lëndës | | Pasqyrë e Lëndës |
@ -164,10 +164,9 @@ native=yes
allowscreensaver=yes allowscreensaver=yes
By default, Tux Paint prevents your system's screensaver from starting up. By default, Tux Paint prevents your system's screensaver from starting up.
You can override this by using the "allowscreensaver" option. Note: This You can override this by using the "allowscreensaver" option. (You can also
requires version 1.2.12 or higher of the SDL library. (You can also do this do this by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable
by setting the "SDL_VIDEO_ALLOW_SCREENSAVER" environment variable on your on your system to "1".)
system to "1".)
⚙ Note: If used in a system-wide configuration file, may be overridden by ⚙ Note: If used in a system-wide configuration file, may be overridden by
the user's configuration file using "allowscreensaver=no" or the user's configuration file using "allowscreensaver=no" or
@ -1617,11 +1616,12 @@ Shkurtore butonash
Options may also be issued on the command-line when you go to launch Tux Options may also be issued on the command-line when you go to launch Tux
Paint. Paint.
--fullscreen --fullscreen=yes
--fullscreen=native
--GJERËSIxLARTËSI --GJERËSIxLARTËSI
--orient=portrait
--buttonsize=MADHËSI --buttonsize=MADHËSI
--colorsrows=RRESHTA --colorsrows=RRESHTA
--orient=portrait
--native --native
--allowscreensaver --allowscreensaver
--startblank --startblank

View file

@ -20,12 +20,12 @@
version 0.9.33 Pyetje të Bëra Rëndom </h1> version 0.9.33 Pyetje të Bëra Rëndom </h1>
<p> <p>
Të drejta kopjimi &copy; 2002-2023 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Të drejta kopjimi &copy; 2002-2024 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
20 korrik 2023 </p> 7 prill 2024 </p>
</center> </center>
<hr size="2" <hr size="2"
@ -582,6 +582,18 @@
<p> <p>
Ose përdorni Tux Paint Config. dhe sigurohuni se “Sa krejt ekrani” (nën “Video &amp; Tingull”) ska shenjë. </p> Ose përdorni Tux Paint Config. dhe sigurohuni se “Sa krejt ekrani” (nën “Video &amp; Tingull”) ska shenjë. </p>
</dd> </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>[Tasti Tab]</code></b> key combination to switch between applications. </li>
<li>
macOS users, switch to other applications using <b><code>[Tasti Kontroll]</code></b> + <b><code>[Left Arrow]</code></b>, then back to Tux Paint using <b><code>[Tasti Kontroll]</code></b> + <b><code>[Right Arrow]</code></b>. </li>
</ul>
</dd>
</dl> </dl>
<hr size="2" <hr size="2"

View file

@ -97,12 +97,12 @@
Dokumentim Mundësish </h2> Dokumentim Mundësish </h2>
<p> <p>
Të drejta kopjimi &copy; 2002-2023 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Të drejta kopjimi &copy; 2002-2024 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a> <a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
</p> </p>
<p> <p>
29 dhjetor 2023 </p> 7 prill 2024 </p>
</center> </center>
</header> </header>
@ -343,7 +343,7 @@
<dd> <dd>
<p> <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"> <p class="note">
<span title="Configuration option">&#9881;</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> <span title="Configuration option">&#9881;</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> </dd>
@ -2380,11 +2380,12 @@
Options may also be issued on the command-line when you go to launch Tux Paint. </p> Options may also be issued on the command-line when you go to launch Tux Paint. </p>
<dl> <dl>
<dt> <dt>
<code><b>--fullscreen<br> <code><b>--fullscreen=yes<br>
--fullscreen=native<br>
--<i>GJERËSI</i>x<i>LARTËSI</i><br> --<i>GJERËSI</i>x<i>LARTËSI</i><br>
--orient=portrait<br>
--buttonsize=<i>MADHËSI</i><br> --buttonsize=<i>MADHËSI</i><br>
--colorsrows=<i>RRESHTA</i><br> --colorsrows=<i>RRESHTA</i><br>
--orient=portrait<br>
--native<br> --native<br>
--allowscreensaver<br> --allowscreensaver<br>
--startblank<br> --startblank<br>