I need to stop the "Beep"

Hello Gurus,
I have this code in a textarea → keydown event:

If Keyboard.AsyncCommandKey Then
Select Case key.Asc
Case 99, 67 'c o C
Me.Copy
Case 86, 118 'v o V
Me.Paste
Case 97, 65 'a o A
Me.SelectAll
End
End

works great, but i have a “beep” sound every time. how can kindly ask xojo to “stop beeping”?!
Thank you all, and as always, i love all the information shared here!
Javier

Return True

1 Like

Greg, you are the man.
Thanks!