Defining shortcuts in plugin.xml Follow
How does one define a shortcut for a plugin in their plugin.xml?
I had the following inside my <![CDATA[ element but IDEA spat the dummy
saying it wasn't expected:
]]>
The DTD validated the XML fine...
Please sign in to leave a comment.
The shortcut strings is likely to be in format parseble by KeyStroke.getKeyStroke, namely, in your example
'control' should be spelled as 'ctrl'