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
|
|
@ -166,6 +166,10 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
* Gave Tux the Penguin a voice (e.g., during prompts)
|
||||
Voice: Daniel 'TuxthePenguin' Alston <supertuxfansite@gmail.com>
|
||||
|
||||
* Sound effects can be muted/unmuted while the program is running
|
||||
by pressing the [Alt]+[S] keys. (Note: does not enable sounds if
|
||||
"nosound" is set in configuration file or via command-line.)
|
||||
|
||||
* Printing improvements:
|
||||
----------------------
|
||||
* Now printing directly via Postscript.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
October 2, 2005
|
||||
November 12, 2005
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -83,7 +83,9 @@ Windows Users
|
|||
* 1600x1200
|
||||
|
||||
nosound=yes
|
||||
Disable sound effects.
|
||||
Disable sound effects. (Note: Pressing [Alt] + [S] cannot be
|
||||
used to reenable sounds if they were disabled using this
|
||||
option.)
|
||||
|
||||
noquit=yes
|
||||
|
||||
|
|
@ -606,7 +608,7 @@ Available Languages
|
|||
|---------------+---------------------+---------------------|
|
||||
|br_FR |Brezhoneg |Breton |
|
||||
|---------------+---------------------+---------------------|
|
||||
|ca_ES |Catal`a |Catalan |
|
||||
|ca_ES |Català |Catalan |
|
||||
|---------------+---------------------+---------------------|
|
||||
|cs_CZ |Cesky |Czech |
|
||||
|---------------+---------------------+---------------------|
|
||||
|
|
@ -622,17 +624,17 @@ Available Languages
|
|||
|---------------+---------------------+---------------------|
|
||||
|en_GB | |British English |
|
||||
|---------------+---------------------+---------------------|
|
||||
|es_ES |Espanol |Spanish |
|
||||
|es_ES |Español |Spanish |
|
||||
|---------------+---------------------+---------------------|
|
||||
|es_MX |Espanol-Mejicano |Mexican Spanish |
|
||||
|es_MX |Español-Mejicano |Mexican Spanish |
|
||||
|---------------+---------------------+---------------------|
|
||||
|eu_ES |Euskara |Basque |
|
||||
|---------------+---------------------+---------------------|
|
||||
|fi_FI |Suomi |Finnish |
|
||||
|---------------+---------------------+---------------------|
|
||||
|fr_FR |Franc,ais |French |
|
||||
|fr_FR |Français |French |
|
||||
|---------------+---------------------+---------------------|
|
||||
|ga_IE |G`aidhlig |Gaelic |
|
||||
|ga_IE |Gàidhlig |Gaelic |
|
||||
|---------------+---------------------+---------------------|
|
||||
|gl_ES |Galego |Galician |
|
||||
|---------------+---------------------+---------------------|
|
||||
|
|
@ -648,7 +650,7 @@ Available Languages
|
|||
|---------------+---------------------+---------------------|
|
||||
|id_ID |Bahasa Indonesia |Indonesian |
|
||||
|---------------+---------------------+---------------------|
|
||||
|is_IS |Islenska |Icelandic |
|
||||
|is_IS |Íslenska |Icelandic |
|
||||
|---------------+---------------------+---------------------|
|
||||
|it_IT |Italiano |Italian |
|
||||
|---------------+---------------------+---------------------|
|
||||
|
|
@ -660,7 +662,7 @@ Available Languages
|
|||
|---------------+---------------------+---------------------|
|
||||
|ms_MY | |Malay |
|
||||
|---------------+---------------------+---------------------|
|
||||
|nb_NO |Norsk (bokmaal) |Norwegian Bokmaal |
|
||||
|nb_NO |Norsk (bokmål) |Norwegian Bokmål |
|
||||
|---------------+---------------------+---------------------|
|
||||
|nn_NO |Norsk (nynorsk) |Norwegian Nynorsk |
|
||||
|---------------+---------------------+---------------------|
|
||||
|
|
@ -668,9 +670,9 @@ Available Languages
|
|||
|---------------+---------------------+---------------------|
|
||||
|pl_PL |Polski |Polish |
|
||||
|---------------+---------------------+---------------------|
|
||||
|pt_BR |Portuges Brazileiro |Brazilian Portuguese |
|
||||
|pt_BR |Portugês Brazileiro |Brazilian Portuguese |
|
||||
|---------------+---------------------+---------------------|
|
||||
|pt_PT |Portuges |Portuguese |
|
||||
|pt_PT |Portugês |Portuguese |
|
||||
|---------------+---------------------+---------------------|
|
||||
|ro_RO | |Romanian |
|
||||
|---------------+---------------------+---------------------|
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - October 14, 2005
|
||||
June 14, 2002 - November 12, 2005
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -625,6 +625,19 @@ Available Tools
|
|||
[Shift] + [Control] + [Escape] may be used to quit. (See the
|
||||
"Options" documentation.)
|
||||
|
||||
Sound Muting
|
||||
|
||||
There is no on-screen control button at this time, but by
|
||||
pressing [Alt] + [S], sound effects can be disabled and
|
||||
re-enabled (muted and unmuted) while the program is running.
|
||||
|
||||
Note that if sounds are completely disabled (e.g., by
|
||||
unselecting "Enable Sound Effects" in Tux Paint Config or
|
||||
running Tux Paint with the "--nosound" command-line option),
|
||||
the [Alt] + [S] key sequence has no effect. (i.e., it cannot
|
||||
be used to turn on sounds when the parent/teach wants them
|
||||
disabled.)
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Loading Other Pictures into Tux Paint
|
||||
|
|
|
|||
|
|
@ -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