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.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue