Added joystick options to man page and HTML version of OPTIONS doc.
(NOTE: OPTIONS.txt is generated from html/OPTIONS.html)
This commit is contained in:
parent
7041da207d
commit
4bd433cbc0
4 changed files with 48 additions and 20 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
|
|
||||||
June 17, 2002 - May 25, 2011
|
June 17, 2002 - May 28, 2011
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
@ -99,8 +99,13 @@ $Id$
|
||||||
http://pippin.gimp.org/plug-ins/gluas/
|
http://pippin.gimp.org/plug-ins/gluas/
|
||||||
|
|
||||||
Mouse accessibility code and keyboard access
|
Mouse accessibility code and keyboard access
|
||||||
Ankit Choudary <ankit.goaldecided@gmail.com>
|
Ankit Choudary <ankit.goaldecided@gmail.com>, as part of GSOC 2010,
|
||||||
as part of GSOC 2010.
|
with integration and fixes by Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||||
|
|
||||||
|
Joystick control
|
||||||
|
Ankit Choudary <ankit.goaldecided@gmail.com>, as part of GSOC 2010,
|
||||||
|
with integration and fixes by Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||||
|
|
||||||
|
|
||||||
* Graphics
|
* Graphics
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Options Documentation
|
||||||
bill@newbreedsoftware.com
|
bill@newbreedsoftware.com
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
April 15, 2011
|
May 28, 2011
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -378,17 +378,18 @@ Windows Users
|
||||||
Presents a clickable on-screen keyboard when using the Text
|
Presents a clickable on-screen keyboard when using the Text
|
||||||
and Label tools.
|
and Label tools.
|
||||||
|
|
||||||
joystick-slowness=number
|
joystick-slowness=SPEED
|
||||||
Sets a delay at each axis motion, allowing to slow the joystick.
|
Sets a delay at each axis motion, allowing to slow the
|
||||||
Allowed values are 0 to 500. Default value is 15.
|
joystick. Allowed values are 0 to 500. Default value is 15.
|
||||||
|
|
||||||
joystick-threshold
|
joystick-threshold=THRESHOLD
|
||||||
Sets the minimum level of axis motion to start moving the pointer.
|
Sets the minimum level of axis motion to start moving the
|
||||||
Allowed values are from 0 to 32766. Default value is 3200.
|
pointer. Allowed values are from 0 to 32766. Default value is
|
||||||
|
3200.
|
||||||
|
|
||||||
joystick-maxsteps
|
joystick-maxsteps=STEPS
|
||||||
Sets the maximum pixels the pointer will move at once.
|
Sets the maximum pixels the pointer will move at once. Allowed
|
||||||
Allowed values are from 1 to 7. Default value is 7.
|
values are from 1 to 7. Default value is 7.
|
||||||
|
|
||||||
stampsize=SIZE
|
stampsize=SIZE
|
||||||
|
|
||||||
|
|
@ -772,7 +773,8 @@ Windows Users
|
||||||
--noquit
|
--noquit
|
||||||
--noprint
|
--noprint
|
||||||
--printdelay=SECONDS
|
--printdelay=SECONDS
|
||||||
--printcfg --altprintnever
|
--printcfg
|
||||||
|
--altprintnever
|
||||||
--altprintalways
|
--altprintalways
|
||||||
--papersize=PAPERSIZE
|
--papersize=PAPERSIZE
|
||||||
--nolockfile
|
--nolockfile
|
||||||
|
|
@ -791,9 +793,6 @@ Windows Users
|
||||||
--nolabel
|
--nolabel
|
||||||
--mouse-accessibility
|
--mouse-accessibility
|
||||||
--onscreen-keyboard
|
--onscreen-keyboard
|
||||||
--joystick-slowness
|
|
||||||
--joystick-threshold
|
|
||||||
--joystick-maxsteps
|
|
||||||
--sysfonts
|
--sysfonts
|
||||||
--alllocalefonts
|
--alllocalefonts
|
||||||
--mirrorstamps
|
--mirrorstamps
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||||
|
|
||||||
|
|
||||||
<p>April 15, 2011</p>
|
<p>May 28, 2011</p>
|
||||||
|
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
|
@ -472,6 +472,24 @@ New Breed Software</p>
|
||||||
<b>Label</b> tools.
|
<b>Label</b> tools.
|
||||||
</dd>
|
</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 0 to 500. Default value is 15.
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
<dt><code><b>stampsize=<i>SIZE</i></b></code></dt>
|
<dt><code><b>stampsize=<i>SIZE</i></b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>Use this option to force Tux Paint to set the starting size of
|
<p>Use this option to force Tux Paint to set the starting size of
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" tuxpaint.1 - 2011.04.15
|
.\" tuxpaint.1 - 2011.05.28
|
||||||
.TH TUXPAINT 1 "15 April 2011" "0.9.22" "Tux Paint"
|
.TH TUXPAINT 1 "28 May 2011" "0.9.22" "Tux Paint"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
|
|
||||||
|
|
@ -67,6 +67,12 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||||
.br
|
.br
|
||||||
[\-\-onscreen-keyboard]
|
[\-\-onscreen-keyboard]
|
||||||
.br
|
.br
|
||||||
|
[\-\-joystick-slowness=\fISPEED\fP]
|
||||||
|
.br
|
||||||
|
[\-\-joystick-threshold=\fITHRESHOLD\fP]
|
||||||
|
.br
|
||||||
|
[\-\-joystick-maxsteps=\fISTEPS\fP]
|
||||||
|
.br
|
||||||
[\-\-stampsize=\fISIZE\fP]
|
[\-\-stampsize=\fISIZE\fP]
|
||||||
.br
|
.br
|
||||||
[\-\-keyboard]
|
[\-\-keyboard]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue