We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f80059 commit f2b6036Copy full SHA for f2b6036
src/main/resources/META-INF/plugin.xml
@@ -35,8 +35,9 @@
35
36
<actions>
37
<action class="org.overengineer.inlineproblems.actions.EnableInlineProblemsAction"
38
- id="org.overengineer.inlineproblems.actions.EnableInlineProblemsAction"
39
- />
+ id="org.overengineer.inlineproblems.actions.EnableInlineProblemsAction">
+ <keyboard-shortcut first-keystroke="shift ctrl alt u" keymap="$default"/>
40
+ </action>
41
<action class="org.overengineer.inlineproblems.actions.ShowErrorsAction"
42
id="org.overengineer.inlineproblems.actions.ShowErrorsAction"
43
/>
0 commit comments