I have a custom textfield class that extends the JTextField class in Swing.
I need to find a way to disable the default actions for Ctrl-A (select all), Ctrl-H (backspace) etc, so that the window containing the textfield can map these shortcuts to whatever it wants.
Any help would be greatly appreciated.