Skip to content

Commit 001ec4a

Browse files
The shortcut conflicts with Idea Ultimate defaults #234 (#235)
1 parent e58e52c commit 001ec4a

File tree

1 file changed

+1
-1
lines changed
  • utbot-intellij/src/main/resources/META-INF

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
description="Cover code with auto-generated tests">
2222
<add-to-group group-id="ProjectViewPopupMenu"/>
2323
<add-to-group group-id="GenerateGroup" anchor="after" relative-to-action="JavaGenerateGroup1"/>
24-
<keyboard-shortcut keymap="$default" first-keystroke="control alt U"/>
24+
<keyboard-shortcut keymap="$default" first-keystroke="alt shift U"/>
2525
<keyboard-shortcut keymap="$default" first-keystroke="alt U" second-keystroke="alt T"/>
2626
</action>
2727
</actions>

0 commit comments

Comments
 (0)