How to override built-in action's key mapping?
Answered
Currently, if I have an action in my plugin which has a key mapping which is already used by a built-in Action in IDEA, it is ignored. How to override the built-in action with my action?
Please sign in to leave a comment.
You may try using the KeymapManager to remove existing shortcut:
Thank you! This works!