Skip to content

Commit f2b6036

Browse files
committed
add a default key binding shift ctrl alt u
1 parent 6f80059 commit f2b6036

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)