Keyboard listener

I asked this a while back but don't remember the response...

Is there anyway to listen for key presses to an editor? I've been playing
around with the InputMap/ActionMap. Is that the right direction or is there
something simpler?

--
Jordan Zimmerman
Altura International
Catalog City


0
1 comment
Avatar
Permanently deleted user

No, this is not right way to listen to key events in editor.
Instead, you'd to override TypedActionHandler for typing events and any
particular other action if you're interested there.

--

Best regards,
Maxim Shafirov
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"


"Jordan Zimmerman" <jordanz@altura.com> wrote in message
news:atoc2n$cuv$1@is.intellij.net...

I asked this a while back but don't remember the response...

>

Is there anyway to listen for key presses to an editor? I've been playing
around with the InputMap/ActionMap. Is that the right direction or is

there

something simpler?

>

--
Jordan Zimmerman
Altura International
Catalog City

>
>


0

Please sign in to leave a comment.