Update OPTIONS docs to cover all command-line args
The anti-args (e.g., "nosave=no" / "save=yes", as the opposite of "nosave=yes") were not covered. A few were missing, too.
This commit is contained in:
parent
9c2fa458b8
commit
a95bd5a194
11 changed files with 1237 additions and 32 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<center>
|
||||
<h1>
|
||||
<span style="white-space: nowrap;">Tux Paint</span><br>
|
||||
バージョン 0.9.26 </h1>
|
||||
バージョン 0.9.27 </h1>
|
||||
|
||||
<h2>
|
||||
各種設定について </h2>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2021年6月28日 </p>
|
||||
2021年8月 8日 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -129,6 +129,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
プログラムを、ウィンドウ内ではなく、フルスクリーンモードで起動します。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>fullscreen=no</code>". In both cases, may be overridden by the command-line option "<code>--windowed</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -176,6 +178,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
ウィンドウの幅と高さの設定を入れ替えます。これは、タブレットパソコンのような縦型のディスプレイでウィンドウを回転させる際に便利なオプションです。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>orient=landscape</code>". In both cases, may be overridden by the command-line option "<code>--orient=landscape</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -209,6 +213,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
標準では、Tux Paint の起動中は スクリーンセーバーが起動しない設定になっていますが、"<code>allowscreensaver</code>" オプションを指定すると、スクリーンセーバーが有効になります。これはSDLライブラリのバージョンが 1.2.12 以降の場合に有効なオプションであることに注意して下さい。(環境変数 "<code>SDL_VIDEO_ALLOW_SCREENSAVER</code>" の値を "<code>1</code>" に設定しても、同様のことができます) </p>
|
||||
<p>
|
||||
Note: 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>
|
||||
|
||||
<dt>
|
||||
|
|
@ -218,6 +224,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
効果音を無効にします。(注:このオプションを設定すると、<b>[Alt]</b> + <b>[S]</b> を押しても、効果音を有効化することはできません </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nosound=no</code>" or "<code>sound=yes</code>". In both cases, may be overridden by the command-line option "<code>--sound</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -227,6 +235,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
ステレオの効果音を無効にする。(片耳イヤホンや1台のスピーカーで使用する場合に役に立ちます) </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostereo=no</code>" or "<code>stereo=yes</code>". In both cases, may be overridden by the command-line option "<code>--stereo</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -242,6 +252,9 @@
|
|||
|
||||
<p>
|
||||
また、<b>[Shift]</b> + <b>[Control]</b> + <b>[Escape]</b>. というキーの組み合わせでもプログラムを終了することができます。 </p>
|
||||
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>noquit=no</code>" or "<code>quit=yes</code>". In both cases, may be overridden by the command-line option "<code>--quit</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -260,6 +273,9 @@
|
|||
<dd>
|
||||
<p>
|
||||
<i>SECONDS</i> で設定した秒数ごとに1回だけしか印刷できなくなります。 </p>
|
||||
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>printdelay=0</code>". In both cases, may be overridden by the command-line option "<code>--printdelay=0</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -319,6 +335,9 @@
|
|||
|
||||
<p>
|
||||
(注:これは、Tux Paint をフルスクリーンモードで起動している場合にのみ有効であることに注意してください。)"printcfg" オプションが設定されていれば、変更した印刷の設定は "<code>userdata/print.cfg</code>" ファイルに記録され、再利用されます。 </p>
|
||||
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>printcfg=no</code>" or "<code>noprintcfg=yes</code>". In both cases, may be overridden by the command-line option "<code>--noprintcfg</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -377,6 +396,9 @@
|
|||
|
||||
<p>
|
||||
標準では、Linux および Unix では "<code>~/.tuxpaint/</code>" に、Windows では "<code>userdata\</code>" にロックファイルが保存されます。 </p>
|
||||
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nolockfile=no</code>" or "<code>lockfile=yes</code>". In both cases, may be overridden by the command-line option "<code>--lockfile</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -386,6 +408,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
「ずけい」ツールで、形を決めたあとに回転させるステップを省略します。クリックして、ドラッグして、ボタンを離すだけで、図形を描くことができます。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>simpleshapes=no</code>" or "<code>complexshapes=yes</code>". In both cases, may be overridden by the command-line option "<code>--complexshapes</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -395,6 +419,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
すべてのテキストが大文字で表記されます(例:「Brush」は「BRUSH」)。まだ大文字しか習っていない子供たちにとって役に立つオプションです。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>uppercase=no</code>" or "<code>mixedcase=yes</code>". In both cases, may be overridden by the command-line option "<code>--mixedcase</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -407,6 +433,8 @@
|
|||
|
||||
<p>
|
||||
これは、ユーザーが Tux Paint から抜け出すことができないようにするのに便利です。 <b>[Alt]-[Tab]</b> によるウィンドウの切り替えや、<b>[Ctrl]-[Escape]</b> キーによる操作が無効になります。このオプションは、特にフルスクリーンモード時に有効です。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>grab=no</code>" or "<code>dontgrab=yes</code>". In both cases, may be overridden by the command-line option "<code>--dontgrab</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -419,6 +447,8 @@
|
|||
|
||||
<p>
|
||||
これは、キーボードの操作に慣れていない子供が不用意にコマンドを実行してしまうことを防ぐために有効です。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>noshortcuts=no</code>" or "<code>shortcuts=yes</code>". In both cases, may be overridden by the command-line option "<code>--shortcuts</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -428,6 +458,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
マウスでのホイールによる操作が無効になります。(通常、ホイールは右のセレクターメニューをスクロールします)。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nowheelmouse=no</code>" or "<code>wheelmouse=yes</code>". In both cases, may be overridden by the command-line option "<code>--wheelmouse</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -440,6 +472,8 @@
|
|||
|
||||
<p>
|
||||
マウス操作が苦手なお子さんの場合、このオプションを使用することで、マウスの2つまたは3つのボタンの区別を無効にすることができます。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nobuttondistinction=no</code>" or "<code>buttondistinction=yes</code>". In both cases, may be overridden by the command-line option "<code>--buttondistinction</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -452,6 +486,8 @@
|
|||
|
||||
<p>
|
||||
環境によっては Tux Paint のマウスカーソルが原因で不具合が起こることがあります。そういった場合にこのオプションを有効にして下さい。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nofancycursors=no</code>" or "<code>fancycursors=yes</code>". In both cases, may be overridden by the command-line option "<code>--fancycursors</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -464,6 +500,8 @@
|
|||
|
||||
<p>
|
||||
タブレットPCなどのタッチスクリーンを用いるデバイスのためのオプションです。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>hidecursor=no</code>" or "<code>showcursor=yes</code>". In both cases, may be overridden by the command-line option "<code>--showcursor</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -476,6 +514,8 @@
|
|||
|
||||
<p>
|
||||
Tux Paint を非常に遅いパソコンで使いたい場合や、リモートの X-Window ディスプレイで使う場合に、速度を改善します。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nooutlines=no</code>" or "<code>outlines=yes</code>". In both cases, may be overridden by the command-line option "<code>--outlines</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -485,6 +525,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
<b>もじ</b>ツールで、オペレーティングシステムのフォントを使用します。通常では、Tux Paint はパッケージに付属するフォントだけを使用します。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>sysfonts=no</code>" or "<code>nosysfonts=yes</code>". In both cases, may be overridden by the command-line option "<code>--nosysfonts</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -497,6 +539,8 @@
|
|||
|
||||
<p>
|
||||
以前のバージョンのように全てのフォントを読み込むようにするには、このオプションを有効にします。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>alllocalefonts=no</code>" or "<code>currentlocalefont=yes</code>". In both cases, may be overridden by the command-line option "<code>--currentlocalefont</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -509,6 +553,8 @@
|
|||
|
||||
<p>
|
||||
これによって、初回起動時のプログラムの読み込みが高速になります。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostamps=no</code>" or "<code>stamps=yes</code>". In both cases, may be overridden by the command-line option "<code>--stamps</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -518,6 +564,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
「はんこ」ツールの画像には、上下または左右に反転できたり、大きさを変更したりできるものがあります。このオプションを設定すると、このような操作を無効にします。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nostampcontrols=no</code>" or "<code>stampcontrols=yes</code>". In both cases, may be overridden by the command-line option "<code>--stampcontrols</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -527,6 +575,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
「まほう」ツールの中には、「ふで」ツールのように画像の一部分だけに効果を及ぼすか、キャンバス全体に効果を及ぼすかを選択できるものがあります。このオプションを設定すると、「まほう」ツールの動作の選択を無効にして、ツールごとに標準の動作だけをするようにします。(たいていは「ふで」のような動作になります) </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nomagiccontrols=no</code>" or "<code>magiccontrols=yes</code>". In both cases, may be overridden by the command-line option "<code>--magiccontrols</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -536,6 +586,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
「かたち」ツールでの2つの動作モード-マウスをクリックした箇所を中心として図形を拡大するか、マウスをクリックした箇所をコーナーとして図形を拡大するか-を選択するボタンを無効にします。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>noshapecontrols=no</code>" or "<code>shapecontrols=yes</code>". In both cases, may be overridden by the command-line option "<code>--shapecontrols</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -545,6 +597,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
「ラベル」ツールを無効にします。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nolabel=no</code>" or "<code>label=yes</code>". In both cases, may be overridden by the command-line option "<code>--label</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -554,6 +608,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
「さいしょから」でキャンバスを選択する際、単色のキャンバスが末尾に、スターター画像やテンプレートが先頭になるよう、表示順序を変更します。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>newcolorslast=no</code>" or "<code>newcolorsfirst=yes</code>". In both cases, may be overridden by the command-line option "<code>--newcolorsfirst</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -566,6 +622,8 @@
|
|||
|
||||
<p>
|
||||
左から右ではなく右から左に向かって描き進むことを好むユーザーに役に立つオプションです。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>mirrorstamps=no</code>" or "<code>dontmirrorstamps=yes</code>". In both cases, may be overridden by the command-line option "<code>--dontmirrorstamps</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -575,7 +633,7 @@
|
|||
<dd>
|
||||
<p>
|
||||
例えば「せん」ツールなどでは、マウスをクリックしてドラッグした後にマウスボタンを放すというのが標準の操作ですが、このモードを設定すると、マウスをクリックしてからマウスを動かした後に再度マウスをクリックするという操作になります。 </p>
|
||||
</dd>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>onscreen-keyboard=yes</b></code>
|
||||
|
|
@ -584,7 +642,7 @@
|
|||
<dd>
|
||||
<p>
|
||||
「もじ」ツールと「ラベル」ツールで、画面キーボードを表示します。 </p>
|
||||
</dd>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>onscreen-keyboard-layout=<i>レイアウト名</i></b></code>
|
||||
|
|
@ -603,6 +661,8 @@
|
|||
<p>
|
||||
画面キーボードの変更をできないようにします。小さな子供向けにシンプルにしたい場合に設定します。<br>
|
||||
このオプションが設定されると <b>onscreen-keyboard=yes</b> も設定されているとみなします。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>onscreen-keyboard-disable-change=no</code>". In both cases, may be overridden by the command-line option "<code>--onscreen-keyboard-disable-change=no</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -865,6 +925,9 @@
|
|||
|
||||
<li>通常のマウスやジョイスティックも同時に使用することができます(例えば、マウスで移動してキーボードでクリックしたり、その逆も可能です)。 </li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>keyboard=no</code>" or "2$<code>keyboard=no</code>". In both cases, may be overridden by the command-line option "<code>--mouse</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -1006,6 +1069,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
絵の保存ができないようにします("セーブ" ボタンも無効になります)。一時的なお遊びに使う場合や、テスト環境で使えるオプションです。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>nosave=no</code>" or "<code>save=yes</code>". In both cases, may be overridden by the command-line option "<code>--save</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -1015,6 +1080,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
プログラムを終了するときに、絵を保存するかどうか尋ねずに、自動的に保存します。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>autosave=no</code>" or "<code>noautosave=yes</code>". In both cases, may be overridden by the command-line option "<code>--noautosave</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -1024,6 +1091,8 @@
|
|||
<dd>
|
||||
<p>
|
||||
Tux Paint を起動する際、前回最後に開いていた絵を読み込む代わりに、毎回、空のキャンバスで開始します。 </p>
|
||||
<p>
|
||||
Note: If used in a system-wide configuration file, may be overridden by the user's configuration file using "<code>startblank=no</code>" or "<code>startlast=yes</code>". In both cases, may be overridden by the command-line option "<code>--startlast</code>". </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
|
|
@ -2648,6 +2717,8 @@
|
|||
<dt>
|
||||
<code><b>--fullscreen<br>
|
||||
--<i>WIDTH</i>x<i>HEIGHT</i><br>
|
||||
--buttonsize=<i>SIZE</i><br>
|
||||
--colorsrows=<i>ROWS</i><br>
|
||||
--orient=portrait<br>
|
||||
--native<br>
|
||||
--allowscreensaver<br>
|
||||
|
|
@ -2661,6 +2732,8 @@
|
|||
--altprintnever<br>
|
||||
--altprintalways<br>
|
||||
--papersize=<i>PAPERSIZE</i><br>
|
||||
--printcommand=<i>COMMAND</i><br>
|
||||
--altprintcommand=<i>COMMAND</i><br>
|
||||
--nolockfile<br>
|
||||
--simpleshapes<br>
|
||||
--uppercase<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue