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
|
|
@ -20,12 +20,12 @@
|
|||
バージョン 0.9.33 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
Copyright © 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 & 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 @@
|
|||
各種設定について </h2>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||
Copyright © 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">⚙</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue