I’m using jwerty plugin to handle keyboard events and I created a combination: “alt+a”.
It’s working well, event firing, but windows’s ding! Sound is coming. It’s so annoying.
How can I prevent it?
Here is the link, hear it yourself : http://jsfiddle.net/YShy9/3/
This happens because there is no access key defined for Alt-A. A quick solution is to add something like this to your HTML:
Here’s a Fiddle.