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

View file

@ -20,12 +20,12 @@
バージョン 0.9.33 Frequently Asked Questions </h1>
<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>
</p>
<p>
2023年7月20</p>
2024年4月 7</p>
</center>
<hr size="2"
@ -582,6 +582,18 @@
<p>
Or use Tux Paint Config. and make sure "Fullscreen" (under "Video &amp; 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"

View file

@ -97,12 +97,12 @@
各種設定について </h2>
<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>
</p>
<p>
2023年12月29</p>
2024年4月 7</p>
</center>
</header>
@ -343,7 +343,7 @@
<dd>
<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">
<span title="Configuration option">&#9881;</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>allowscreensaver=no</code>" または "<code>disablescreensaver=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--disablescreensaver</code>" で変更できます。 </p>
</dd>
@ -2380,11 +2380,12 @@
各種オプションは、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>