Enter and Tab not recognized as character by TypedHandlerDelegate?
Answered
I'm using TypedHandlerDelegate to perform an some actions,
The keystrokes ENTER or TAB are not considered as characters.
override fun charTyped(c: Char, project: Project, editor: Editor, psiFiles: PsiFile)
Is there any workaround which recognizes ENTER or TAB as characters?
Please sign in to leave a comment.
To handle ENTER event, use
with the following Extension Point: