Cleaned up title image. Fix mouse-pointer (cursor) shape inconsistencies.
Added "--noshortcuts" option.
This commit is contained in:
parent
6a6f300909
commit
1c68ae37ce
7 changed files with 114 additions and 34 deletions
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>June 14, 2002 - September 3, 2003</p>
|
||||
<p>June 14, 2002 - September 11, 2003</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -344,6 +344,15 @@ New Breed Software</p>
|
|||
<b>[Ctrl]-[Escape]</b>, etc. This is especially useful in
|
||||
fullscreen mode.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>noshortcuts=yes</b></code></dt>
|
||||
<dd>
|
||||
<p>This disable keyboard shortcuts (e.g., <b>[Ctrl]-[S]</b> for save,
|
||||
<b>[Ctrl]-[N]</b> for a new image, etc.)</p>
|
||||
|
||||
<p>This is useful to prevent unwanted commands from being activated
|
||||
by children who aren't experienced with keyboards.</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>nowheelmouse=yes</b></code></dt>
|
||||
<dd>
|
||||
|
|
@ -635,6 +644,7 @@ New Breed Software</p>
|
|||
--printcfg<br>
|
||||
--simpleshapes<br>
|
||||
--uppercase<br>
|
||||
--noshortcuts<br>
|
||||
--grab<br>
|
||||
--keyboard<br>
|
||||
--nooutlines<br>
|
||||
|
|
@ -659,6 +669,7 @@ New Breed Software</p>
|
|||
--noprintcfg<br>
|
||||
--complexshapes<br>
|
||||
--mixedcase<br>
|
||||
--shortcuts<br>
|
||||
--dontgrab<br>
|
||||
--mouse<br>
|
||||
--outlines<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue