How can I make my B4J application responsive to a hotkey when the program does not have focus.
i.e when another program is active, I want my application to get focus from a hotkey from B4J code.
May be that a timer will be running or is there another way? for example shift+ctrl triggers the app.
Thanks I was read the post but did not find how to use it as a hotkey. Maybe I missed something!! in C sharp I solved it by checking the keystroke by async in a timer.
I have no clue how to do the same in Java (B4J).