is there a way to get the key binding for undo command programmatically from plugin?

Answered
0
1 comment

Action ID is "$Undo" (com.intellij.openapi.actionSystem.IdeActions#ACTION_UNDO)

Use com.intellij.openapi.keymap.KeymapUtil#getPrimaryShortcut and related methods to query assigned shortcuts

0

Please sign in to leave a comment.