I would like to make a program that allows the user to type in a message. The message will be typed in a JTextField. I would like to make it so that when every key is pressed it will play a short sound. I have the sound file as an mp3, its a short beep.
I only want it to work for keys A - Z, 0 - 9, backspace, and space.
I know how I would do this with the enter key; an action listener. I don't know how to do this with every key that is pressed before hitting enter.