Re: Turn of the "Ding" ; sound when user presses enter
Thomas 'PointedEars' Lahn schreef:
jiayanxiang wrote:
>Is there some way to programmaticall y turn off the "Ding" sound when
>the user presses Enter in a text field?
>
Fortunately not. If it could be turned off it could also be turned on ...
>
lol. :-)
Well jiayanxiang, you COULD play an (annoying) wav file when the user
presses enter.
Attach an eventlistener to the objects that should make sound when enter
is pressed.
Comment