Turn of the "Ding" sound when user presses enter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jiayanxiang

    Turn of the "Ding" sound when user presses enter

    Is there some way to programmaticall y turn off the "Ding" sound when
    the user presses Enter in a text field?
  • Thomas 'PointedEars' Lahn

    #2
    Re: Turn of the "Ding&quot ; sound when user presses enter

    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 ...


    PointedEars
    --
    realism: HTML 4.01 Strict
    evangelism: XHTML 1.0 Strict
    madness: XHTML 1.1 as application/xhtml+xml
    -- Bjoern Hoehrmann

    Comment

    • Erwin Moller

      #3
      Re: Turn of the "Ding&quot ; 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.

      Erwin Moller
      >
      PointedEars

      Comment

      Working...