Skip to content

Commit 0de56fe

Browse files
author
Jia Liu
committed
feat: change default shortcut of inlay complete code
1 parent 710e945 commit 0de56fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/222/main/resources/META-INF/autodev-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
class="cc.unitmesh.devti.actions.InlayCompleteCodeAction"
227227
text="Inlay Complete Code"
228228
description="Inlay complete code!" >
229-
<keyboard-shortcut keymap="$default" first-keystroke="control PERIOD"/>
229+
<keyboard-shortcut keymap="$default" first-keystroke="alt PERIOD"/>
230230
<add-to-group group-id="ShowIntentionsGroup" relative-to-action="ShowIntentionActions" anchor="after"/>
231231
</action>
232232
<action id="cc.unitmesh.devti.disposeInlayCompleteCode"

src/233/main/resources/META-INF/autodev-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
class="cc.unitmesh.devti.actions.InlayCompleteCodeAction"
225225
text="Inlay Complete Code"
226226
description="Inlay complete code!" >
227-
<keyboard-shortcut keymap="$default" first-keystroke="control PERIOD"/>
227+
<keyboard-shortcut keymap="$default" first-keystroke="alt PERIOD"/>
228228
<add-to-group group-id="ShowIntentionsGroup" relative-to-action="ShowIntentionActions" anchor="after"/>
229229
</action>
230230
<action id="cc.unitmesh.devti.disposeInlayCompleteCode"

0 commit comments

Comments
 (0)