Is there a way to set a button key event in Java so that Alt does not have to be pressed. For example, when this is used setMnemonic(KeyEvent.VK_DELETE)
it is required for Alt + Delete to be pressed in the application. How can I get around this? Thanks.
I would take a look at the key bindings tutorial. You can specify any KeyStroke
to perform any Action
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With