Read any key pressed.

Im writting plugin which reacts when user press key. Using 

TypedHandlerDelegate, BackspaceHandlerDelegate and EnterHandlerDelegateAdapter 

I can do this for character keys, backspace and enter, but i need it to react to every key. 
Is there simple way to react to every key? Or do I have to override more handlers?
But then i could not find any handler for some of the keys.

0
1 comment

If you need a low-level handler that will process every key event, you can use IdeEventQueue.addDispatcher.

0

Please sign in to leave a comment.