I have an application thats, example of a auto typer.
I want to have shortcut key to trigger an event, so when I press the shortcut key anywhere without focusing on the application it still call the event.
For example, f12 is my shortcut key, when i press f12, it will trigger the event, this will happen when I'm focus the form or not.
Is that possible in Java Application?.