is there a way to get the key binding for undo command programmatically from plugin?
Answered
Please sign in to leave a 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