Refreshing docs for ja_JP & <p> tweak to OPTIONS
Applying changes made by Shin-Ichi's recent commits to tuxpaint-docs.
This commit is contained in:
parent
92c993f856
commit
c94075cfe8
12 changed files with 1914 additions and 1316 deletions
|
|
@ -80,9 +80,11 @@ Windows Users
|
|||
Options" section, below.)
|
||||
|
||||
fullscreen=yes
|
||||
|
||||
Run the program in full screen mode, rather than in a window.
|
||||
|
||||
fullscreen=native
|
||||
|
||||
Run the program in full screen mode. Additionally, assume the
|
||||
screen's current resolution (set by the operating system).
|
||||
|
||||
|
|
@ -137,11 +139,13 @@ Windows Users
|
|||
system to "1".)
|
||||
|
||||
nosound=yes
|
||||
|
||||
Disable sound effects. (Note: Pressing [Alt] + [S] cannot be
|
||||
used to reenable sounds if they were disabled using this
|
||||
option.)
|
||||
|
||||
nostereo=yes
|
||||
|
||||
Disable stereo panning support. (Useful for users with hearing
|
||||
impairment in one ear, or places where a single speaker or
|
||||
headphone is being used.)
|
||||
|
|
@ -159,9 +163,11 @@ Windows Users
|
|||
[Shift] + [Control] + [Escape].
|
||||
|
||||
noprint=yes
|
||||
|
||||
Disable the printing feature.
|
||||
|
||||
printdelay=SECONDS
|
||||
|
||||
Restrict printing so that printing can occur only once every
|
||||
SECONDS seconds.
|
||||
|
||||
|
|
@ -265,10 +271,12 @@ Windows Users
|
|||
and Unix, and "userdata\" under Windows.
|
||||
|
||||
simpleshapes=yes
|
||||
|
||||
Disable the rotation step of the 'Shape' tool. Click, drag and
|
||||
release is all that will be needed to draw a shape.
|
||||
|
||||
uppercase=yes
|
||||
|
||||
All text will be rendered only in uppercase (e.g., "Brush" will
|
||||
be "BRUSH"). Useful for children who can read, but who have only
|
||||
learned uppercase letters so far.
|
||||
|
|
@ -293,6 +301,7 @@ Windows Users
|
|||
by children who aren't experienced with keyboards.
|
||||
|
||||
nowheelmouse=yes
|
||||
|
||||
This disables support for the wheel on mice that have it.
|
||||
(Normally, the wheel will scroll the selector menu on the
|
||||
right.)
|
||||
|
|
@ -358,27 +367,32 @@ Windows Users
|
|||
available at all.
|
||||
|
||||
nostampcontrols=yes
|
||||
|
||||
Some images in the Stamps tool can be mirrored, flipped, and/or
|
||||
have their size changed. This option disables the controls, and
|
||||
only provides the basic stamps.
|
||||
|
||||
nomagiccontrols=yes
|
||||
|
||||
Some Magic tools have the option of acting like a paintbrush, or
|
||||
affecting the entire canvas at once. This option disables the
|
||||
controls, and only provides the default functionality (usually
|
||||
paint-mode).
|
||||
|
||||
noshapecontrols=yes
|
||||
|
||||
Disable the control buttons shown when using the Shapes tool
|
||||
that allow changing how shapes are drawn — centered around the
|
||||
initial mouse click, or with a corner at the initial mouse
|
||||
click.
|
||||
|
||||
nolabel=yes
|
||||
|
||||
Disables the Label tool: the tool that allows text entry which
|
||||
can be edited later.
|
||||
|
||||
newcolorslast=yes
|
||||
|
||||
Places the blank color options in the New dialog at the end, so
|
||||
that any Starters and/or Templates are shown first.
|
||||
|
||||
|
|
@ -391,20 +405,24 @@ Windows Users
|
|||
rather than left-to-right.
|
||||
|
||||
mouse-accessibility=yes
|
||||
|
||||
In this mode, instead of clicking, dragging and releasing (e.g.,
|
||||
to draw), you click, move, and click again to end the motion.
|
||||
|
||||
onscreen-keyboard=yes
|
||||
|
||||
Presents a clickable on-screen keyboard when using the Text and
|
||||
Label tools.
|
||||
< b>Label tools.
|
||||
|
||||
onscreen-keyboard-layout=LAYOUTNAME
|
||||
|
||||
Selects the initial layout for the on-screen keyboard when using
|
||||
the Text and Label tools.
|
||||
Note: Using this option implies automatically
|
||||
onscreen-keyboard=yes, so setting both is redundant.
|
||||
|
||||
onscreen-keyboard-disable-change=yes
|
||||
|
||||
Disables the possibility for changing the layout of the
|
||||
on-screen keyboard when using the Text and Label tools, useful
|
||||
for simplifying things for the small children.
|
||||
|
|
@ -412,98 +430,121 @@ Windows Users
|
|||
onscreen-keyboard=yes, so setting both is redundant.
|
||||
|
||||
joystick-dev=N
|
||||
|
||||
Specify which joystick device should be used by Tux Paint.
|
||||
Default value is 0 (the first joystick).
|
||||
|
||||
joystick-slowness=SPEED
|
||||
|
||||
Sets a delay at each axis motion, allowing to slow the joystick.
|
||||
Allowed values are from 0 to 500. Default value is 15.
|
||||
|
||||
joystick-threshold=THRESHOLD
|
||||
|
||||
Sets the minimum level of axis motion to start moving the
|
||||
pointer. Allowed values are from 0 to 32766. Default value is
|
||||
3200.
|
||||
|
||||
joystick-maxsteps=STEPS
|
||||
|
||||
Sets the maximum pixels the pointer will move at once. Allowed
|
||||
values are from 1 to 7. Default value is 7.
|
||||
|
||||
joystick-hat-timeout=MILLISECONDS
|
||||
|
||||
Sets the delay after wich the pointer will start moving
|
||||
automatically if the hat is keeped pushed. Allowed values are
|
||||
from 0 to 3000. Default value is 1000.
|
||||
|
||||
joystick-hat-slowness=SPEED
|
||||
|
||||
Sets a delay at each automatic motion, allowing to slow the
|
||||
speed of the hat. Allowed values are from 0 to 500. Default
|
||||
value is 15.
|
||||
|
||||
joystick-btn-escape=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
used to generate a escape event. Useful to dismiss dialogs and
|
||||
quit.
|
||||
|
||||
joystick-btn-brush=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to select the brush tool.
|
||||
|
||||
joystick-btn-stamp=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to select the stamp tool.
|
||||
|
||||
joystick-btn-lines=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to select the lines tool.
|
||||
|
||||
joystick-btn-shapes=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to select the shapes tool.
|
||||
|
||||
joystick-btn-text=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to select the text tool.
|
||||
|
||||
joystick-btn-label=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to select the label tool.
|
||||
|
||||
joystick-btn-magic=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to select the magic tool.
|
||||
|
||||
joystick-btn-undo=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to invoke the undo tool.
|
||||
|
||||
joystick-btn-redo=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to select redo tool.
|
||||
|
||||
joystick-btn-eraser=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to select eraser tool.
|
||||
|
||||
joystick-btn-new=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to launch the dialog for creating a new drawing.
|
||||
|
||||
joystick-btn-open=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to launch the dialog for opening an existing drawing.
|
||||
|
||||
joystick-btn-save=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to save the drawing.
|
||||
|
||||
joystick-btn-pgsetup=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to launch the page setup dialog for printing.
|
||||
|
||||
joystick-btn-print=BUTTON NUMBER
|
||||
|
||||
Selects the joystick button number, as seen by SDL, that will be
|
||||
a shortcut to print.
|
||||
|
||||
joystick-buttons-ignore=BUTTON1,BUTTON2,...
|
||||
|
||||
A set of joystick button numbers, as seen by SDL, that should be
|
||||
ignored. Otherwise, unless they are used by one of the
|
||||
"joystick-btn-" options above, buttons will be seen as a mouse
|
||||
|
|
@ -656,33 +697,37 @@ Windows Users
|
|||
Example: datadir=/home/johnny/tuxpaint-data/
|
||||
|
||||
saveover=yes
|
||||
|
||||
This disables the "Save over the old version...?" prompt when
|
||||
saving an existing file. With this option, the older version
|
||||
will always be replaced by the new version, automatically.
|
||||
|
||||
saveover=new
|
||||
|
||||
This also disables the "Save over the old version...?" prompt
|
||||
when saving an existing file. This option, however, will always
|
||||
save a new file, rather than overwrite the older version.
|
||||
|
||||
saveover=ask
|
||||
|
||||
(This option is redundant, since this is the default.)
|
||||
|
||||
When saving an existing drawing, you will be first asked whether
|
||||
to save over the older version or not.
|
||||
(This option is redundant, since this is the default.) When
|
||||
saving an existing drawing, you will be first asked whether to
|
||||
save over the older version or not.
|
||||
|
||||
nosave=yes
|
||||
|
||||
This disables Tux Paint's ability to save files (and therefore
|
||||
disables the on-screen "Save" button). It can be used in
|
||||
situations where the program is only being used for fun, or in a
|
||||
test environment.
|
||||
|
||||
autosave=yes
|
||||
|
||||
This prevents Tux Paint from asking whether you want to save the
|
||||
current picture when quitting, and assumes you do.
|
||||
|
||||
startblank=yes
|
||||
|
||||
This causes Tux Paint to display a blank canvas when it first
|
||||
starts up, rather than loading the last image that was being
|
||||
edited.
|
||||
|
|
@ -1082,6 +1127,7 @@ Windows Users
|
|||
--autosave
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
|
||||
These enable or correspond to the configuration file options
|
||||
described above.
|
||||
|
||||
|
|
@ -1123,6 +1169,7 @@ Windows Users
|
|||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
|
||||
These options can be used to override any settings made in the
|
||||
configuration file. (If the option isn't set in the
|
||||
configuration file(s), no overriding option is necessary.)
|
||||
|
|
@ -1157,23 +1204,29 @@ Command-Line Informational Options
|
|||
|
||||
--version
|
||||
--verbose-version
|
||||
|
||||
Display the version number and date of the copy of Tux Paint
|
||||
you are running. The "--verbose-version" also lists what
|
||||
compile-time options were set. (See INSTALL and FAQ).
|
||||
|
||||
--copying
|
||||
|
||||
Show brief license information about copying Tux Paint.
|
||||
|
||||
--usage
|
||||
|
||||
Display the list of available command-line options.
|
||||
|
||||
--help
|
||||
|
||||
Display brief help on using Tux Paint.
|
||||
|
||||
--lang help
|
||||
|
||||
Display a list of available languages in Tux Paint.
|
||||
|
||||
--joystick-dev list
|
||||
|
||||
Display list of attached joysticks available to Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -127,14 +127,18 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
Run the program in full screen mode, rather than in a window. </dd>
|
||||
<p>
|
||||
Run the program in full screen mode, rather than in a window. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>fullscreen=native</b></code>
|
||||
<code><b>fullscreen=native</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Run the program in full screen mode. Additionally, assume the screen's current resolution (set by the operating system). </dd>
|
||||
<p>
|
||||
Run the program in full screen mode. Additionally, assume the screen's current resolution (set by the operating system). </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>windowsize=<i>SIZE</i></b></code>
|
||||
|
|
@ -209,14 +213,18 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
Disable sound effects. (Note: Pressing <b>[Alt]</b> + <b>[S]</b> cannot be used to reenable sounds if they were disabled using this option.) </dd>
|
||||
<p>
|
||||
Disable sound effects. (Note: Pressing <b>[Alt]</b> + <b>[S]</b> cannot be used to reenable sounds if they were disabled using this option.) </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nostereo=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Disable stereo panning support. (Useful for users with hearing impairment in one ear, or places where a single speaker or headphone is being used.) </dd>
|
||||
<p>
|
||||
Disable stereo panning support. (Useful for users with hearing impairment in one ear, or places where a single speaker or headphone is being used.) </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>noquit=yes</b></code>
|
||||
|
|
@ -238,14 +246,18 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
Disable the printing feature. </dd>
|
||||
<p>
|
||||
Disable the printing feature. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>printdelay=<i>SECONDS</i></b></code>
|
||||
<code><b>printdelay=<i>SECONDS</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Restrict printing so that printing can occur only once every <i>SECONDS</i> seconds. </dd>
|
||||
<p>
|
||||
Restrict printing so that printing can occur only once every <i>SECONDS</i> seconds. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>printcommand=<i>COMMAND</i></b></code>
|
||||
|
|
@ -369,14 +381,18 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
Disable the rotation step of the 'Shape' tool. Click, drag and release is all that will be needed to draw a shape. </dd>
|
||||
<p>
|
||||
Disable the rotation step of the 'Shape' tool. Click, drag and release is all that will be needed to draw a shape. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>uppercase=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
All text will be rendered only in uppercase (e.g., "Brush" will be "BRUSH"). Useful for children who can read, but who have only learned uppercase letters so far. </dd>
|
||||
<p>
|
||||
All text will be rendered only in uppercase (e.g., "Brush" will be "BRUSH"). Useful for children who can read, but who have only learned uppercase letters so far. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>grab=yes</b></code>
|
||||
|
|
@ -407,7 +423,9 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
This disables support for the wheel on mice that have it. (Normally, the wheel will scroll the selector menu on the right.) </dd>
|
||||
<p>
|
||||
This disables support for the wheel on mice that have it. (Normally, the wheel will scroll the selector menu on the right.) </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nobuttondistinction=yes</b></code>
|
||||
|
|
@ -495,35 +513,45 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
Some images in the <b>Stamps</b> tool can be mirrored, flipped, and/or have their size changed. This option disables the controls, and only provides the basic stamps. </dd>
|
||||
<p>
|
||||
Some images in the <b>Stamps</b> tool can be mirrored, flipped, and/or have their size changed. This option disables the controls, and only provides the basic stamps. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nomagiccontrols=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Some <b>Magic</b> tools have the option of acting like a paintbrush, or affecting the entire canvas at once. This option disables the controls, and only provides the default functionality (usually paint-mode). </dd>
|
||||
<p>
|
||||
Some <b>Magic</b> tools have the option of acting like a paintbrush, or affecting the entire canvas at once. This option disables the controls, and only provides the default functionality (usually paint-mode). </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>noshapecontrols=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Disable the control buttons shown when using the <b>Shapes</b> tool that allow changing how shapes are drawn — centered around the initial mouse click, or with a corner at the initial mouse click. </dd>
|
||||
<p>
|
||||
Disable the control buttons shown when using the <b>Shapes</b> tool that allow changing how shapes are drawn — centered around the initial mouse click, or with a corner at the initial mouse click. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nolabel=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Disables the <b>Label</b> tool: the tool that allows text entry which can be edited later. </dd>
|
||||
<p>
|
||||
Disables the <b>Label</b> tool: the tool that allows text entry which can be edited later. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>newcolorslast=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Places the blank color options in the <b>New</b> dialog at the end, so that any Starters and/or Templates are shown first. </dd>
|
||||
<p>
|
||||
Places the blank color options in the <b>New</b> dialog at the end, so that any Starters and/or Templates are shown first. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>mirrorstamps=yes</b></code>
|
||||
|
|
@ -538,194 +566,249 @@
|
|||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>mouse-accessibility=yes</b></code>
|
||||
<code><b>mouse-accessibility=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
In this mode, instead of clicking, dragging and releasing (e.g., to draw), you click, move, and click again to end the motion. </dd>
|
||||
<p>
|
||||
In this mode, instead of clicking, dragging and releasing (e.g., to draw), you click, move, and click again to end the motion. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>onscreen-keyboard=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <b>Label</b> tools. </dd>
|
||||
<p>
|
||||
Presents a clickable on-screen keyboard when using the <b>Text</b> and <
|
||||
b>Label</b> tools. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>onscreen-keyboard-layout=<i>LAYOUTNAME</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the initial layout for the on-screen keyboard when using the <b>Text</b> and <b>Label</b> tools.<br> Note: Using this option implies automatically <b>onscreen-keyboard=yes</b>, so setting both is redundant. </dd>
|
||||
<p>
|
||||
Selects the initial layout for the on-screen keyboard when using the <b>Text</b> and <b>Label</b> tools.<br> Note: Using this option implies automatically <b>onscreen-keyboard=yes</b>, so setting both is redundant. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>onscreen-keyboard-disable-change=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Disables the possibility for changing the layout of the on-screen keyboard when using the <b>Text</b> and <b>Label</b> tools, useful for simplifying things for the small children.<br>
|
||||
Note: Using this option implies automatically <b>onscreen-keyboard=yes</b>, so setting both is redundant. </dd>
|
||||
<p>
|
||||
Disables the possibility for changing the layout of the on-screen keyboard when using the <b>Text</b> and <b>Label</b> tools, useful for simplifying things for the small children.<br>
|
||||
Note: Using this option implies automatically <b>onscreen-keyboard=yes</b>, so setting both is redundant. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-dev=<i>N</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick). </dd>
|
||||
<p>
|
||||
Specify which joystick device should be used by Tux Paint. Default value is 0 (the first joystick). </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-slowness=<i>SPEED</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15. </dd>
|
||||
<p>
|
||||
Sets a delay at each axis motion, allowing to slow the joystick. Allowed values are from 0 to 500. Default value is 15. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-threshold=<i>THRESHOLD</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200. </dd>
|
||||
<p>
|
||||
Sets the minimum level of axis motion to start moving the pointer. Allowed values are from 0 to 32766. Default value is 3200. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-maxsteps=<i>STEPS</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7. </dd>
|
||||
<p>
|
||||
Sets the maximum pixels the pointer will move at once. Allowed values are from 1 to 7. Default value is 7. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-hat-timeout=<i>MILLISECONDS</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000. </dd>
|
||||
<p>
|
||||
Sets the delay after wich the pointer will start moving automatically if the hat is keeped pushed. Allowed values are from 0 to 3000. Default value is 1000. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-hat-slowness=<i>SPEED</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15. </dd>
|
||||
<p>
|
||||
Sets a delay at each automatic motion, allowing to slow the speed of the hat. Allowed values are from 0 to 500. Default value is 15. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-escape=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be used to generate a escape event. Useful to dismiss dialogs and quit. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-brush=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the brush tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the brush tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-stamp=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the stamp tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the stamp tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-lines=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the lines tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the lines tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-shapes=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the shapes tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the shapes tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-text=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the text tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the text tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-label=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the label tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the label tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-magic=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the magic tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select the magic tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-undo=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to invoke the undo tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to invoke the undo tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-redo=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select redo tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select redo tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-eraser=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select eraser tool. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to select eraser tool. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-new=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for creating a new drawing. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for creating a new drawing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-open=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for opening an existing drawing. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the dialog for opening an existing drawing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-save=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to save the drawing. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to save the drawing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-pgsetup=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the page setup dialog for printing. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to launch the page setup dialog for printing. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-btn-print=<i>BUTTON NUMBER</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to print. </dd>
|
||||
<p>
|
||||
Selects the joystick button number, as seen by SDL, that will be a shortcut to print. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>joystick-buttons-ignore=<i>BUTTON1,BUTTON2,...</i></b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
A set of joystick button numbers, as seen by SDL, that should be ignored. Otherwise, unless they are used by one of the "<code>joystick-btn-</code>" options above, buttons will be seen as a mouse left-click. </dd>
|
||||
<p>
|
||||
A set of joystick button numbers, as seen by SDL, that should be ignored. Otherwise, unless they are used by one of the "<code>joystick-btn-</code>" options above, buttons will be seen as a mouse left-click. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>stampsize=<i>SIZE</i></b></code>
|
||||
|
|
@ -889,14 +972,18 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
This disables the "<i>Save over the old version...?</i>" prompt when saving an existing file. With this option, the older version will always be replaced by the new version, automatically. </dd>
|
||||
<p>
|
||||
This disables the "<i>Save over the old version...?</i>" prompt when saving an existing file. With this option, the older version will always be replaced by the new version, automatically. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>saveover=new</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
This also disables the "<i>Save over the old version...?</i>" prompt when saving an existing file. This option, however, will always save a new file, rather than overwrite the older version. </dd>
|
||||
<p>
|
||||
This also disables the "<i>Save over the old version...?</i>" prompt when saving an existing file. This option, however, will always save a new file, rather than overwrite the older version. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>saveover=ask</b></code>
|
||||
|
|
@ -905,29 +992,35 @@
|
|||
<dd>
|
||||
<p>
|
||||
<i>(This option is redundant, since this is the default.)</i>
|
||||
</p>
|
||||
When saving an existing drawing, you will be first asked whether to save over the older version or not. </dd>
|
||||
When saving an existing drawing, you will be first asked whether to save over the older version or not. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>nosave=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
This disables Tux Paint's ability to save files (and therefore disables the on-screen "Save" button). It can be used in situations where the program is only being used for fun, or in a test environment. </dd>
|
||||
<p>
|
||||
This disables Tux Paint's ability to save files (and therefore disables the on-screen "Save" button). It can be used in situations where the program is only being used for fun, or in a test environment. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>autosave=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
This prevents Tux Paint from asking whether you want to save the current picture when quitting, and assumes you do. </dd>
|
||||
<p>
|
||||
This prevents Tux Paint from asking whether you want to save the current picture when quitting, and assumes you do. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>startblank=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
This causes Tux Paint to display a blank canvas when it first starts up, rather than loading the last image that was being edited. </dd>
|
||||
<p>
|
||||
This causes Tux Paint to display a blank canvas when it first starts up, rather than loading the last image that was being edited. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>colorfile=<i>FILENAME</i></b></code>
|
||||
|
|
@ -2624,7 +2717,9 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
These enable or correspond to the configuration file options described above.
|
||||
<p>
|
||||
These enable or correspond to the configuration file options described above. </p>
|
||||
|
||||
<hr size="1"
|
||||
noshade
|
||||
width="50%">
|
||||
|
|
@ -2670,7 +2765,9 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
These options can be used to override any settings made in the configuration file. (If the option isn't set in the configuration file(s), no overriding option is necessary.)
|
||||
<p>
|
||||
These options can be used to override any settings made in the configuration file. (If the option isn't set in the configuration file(s), no overriding option is necessary.) </p>
|
||||
|
||||
<hr size="1"
|
||||
noshade
|
||||
width="50%">
|
||||
|
|
@ -2721,42 +2818,54 @@
|
|||
</dt>
|
||||
|
||||
<dd>
|
||||
Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ). </dd>
|
||||
<p>
|
||||
Display the version number and date of the copy of Tux Paint you are running. The "--verbose-version" also lists what compile-time options were set. (See INSTALL and FAQ). </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>--copying</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Show brief license information about copying Tux Paint. </dd>
|
||||
<p>
|
||||
Show brief license information about copying Tux Paint. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>--usage</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Display the list of available command-line options. </dd>
|
||||
<p>
|
||||
Display the list of available command-line options. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>--help</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Display brief help on using Tux Paint. </dd>
|
||||
<p>
|
||||
Display brief help on using Tux Paint. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>--lang help</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Display a list of available languages in Tux Paint. </dd>
|
||||
<p>
|
||||
Display a list of available languages in Tux Paint. </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>--joystick-dev list</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
Display list of attached joysticks available to Tux Paint. </dd>
|
||||
<p>
|
||||
Display list of attached joysticks available to Tux Paint. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue