Added [Alt]+[S] key sequence to mute/unmute sound effects.
(Does not override "--nosound" option!)
This commit is contained in:
parent
d5930c6874
commit
688f4d24fb
6 changed files with 64 additions and 20 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>October 2, 2005</p>
|
||||
<p>November 12, 2005</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -119,7 +119,8 @@ New Breed Software</p>
|
|||
|
||||
<dt><code><b>nosound=yes</b></code></dt>
|
||||
<dd>
|
||||
Disable sound effects.
|
||||
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>
|
||||
|
||||
<dt><code><b>noquit=yes</b></code></dt>
|
||||
|
|
|
|||
|
|
@ -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 - October 14, 2005</p>
|
||||
<p>June 14, 2002 - November 12, 2005</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -868,6 +868,21 @@ New Breed Software</p>
|
|||
|
||||
<br clear=all>
|
||||
</dd>
|
||||
|
||||
<dt><b>Sound Muting</b></dt>
|
||||
<dd>
|
||||
<p>There is no on-screen control button at this time, but
|
||||
by pressing <b>[Alt]</b> + <b>[S]</b>, sound effects
|
||||
can be disabled and re-enabled (muted and unmuted) while the
|
||||
program is running.</p>
|
||||
|
||||
<p>Note that if sounds are completely disabled
|
||||
(e.g., by unselecting "Enable Sound Effects" in
|
||||
<i>Tux Paint Config</i> or running <i>Tux Paint</i>
|
||||
with the "<code>--nosound</code>" command-line option),
|
||||
the <b>[Alt]</b> + <b>[S]</b> key sequence has no
|
||||
effect. (i.e., it cannot be used to turn on sounds when the
|
||||
parent/teach wants them disabled.)</p>
|
||||
</dl>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue