Trap keys in EditorTextField 已回答 Permanently deleted user 创建于 2016年07月14日 08:26 I have a EditorTextField component. I would like to trap when the user presses a key to implement my own shortcuts.I tried using "addKeyListener" but it doesn't seems to work Any clues ?
You can create an action and register component-specific shortcuts for it - see AnAction.registerCustomShortcutSet().