Skip to content

Commit f58228f

Browse files
committed
add a default key binding shift ctrl alt u
1 parent 3f45631 commit f58228f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535

3636
<actions>
3737
<action class="org.overengineer.inlineproblems.actions.EnableInlineProblemsAction"
38-
id="org.overengineer.inlineproblems.actions.EnableInlineProblemsAction"
39-
/>
38+
id="org.overengineer.inlineproblems.actions.EnableInlineProblemsAction">
39+
<keyboard-shortcut first-keystroke="shift ctrl alt u" keymap="$default"/>
40+
</action>
4041
<action class="org.overengineer.inlineproblems.actions.ShowErrorsAction"
4142
id="org.overengineer.inlineproblems.actions.ShowErrorsAction"
4243
/>

0 commit comments

Comments
 (0)