Is there a way to prevent the error beep sound from playing when
typing certain characters in a table view? I've binded the Return key
in the keyboard up handler. My code runs as expected, but the
application beeps whenever the Return or other keys (i.e. left, right
arrow) are pressed.
Any suggestions on how to prevent this from happening? Thanks!