Skip to content

Commit 1303b46

Browse files
committed
change force accept to shift+tab and remove opt+ enter
1 parent 2cb9b39 commit 1303b46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/resources/META-INF/plugin-codewhisperer.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@
106106
<action id="codewhisperer.inline.force.accept"
107107
class="software.aws.toolkits.jetbrains.services.codewhisperer.actions.CodeWhispererForceAcceptAction"
108108
text="Force Accept the Current Inline Suggestion" description="Force accept the current inline suggestion">
109-
<keyboard-shortcut keymap="$default" first-keystroke="alt TAB"/>
110-
<keyboard-shortcut keymap="$default" first-keystroke="alt ENTER"/>
109+
<keyboard-shortcut keymap="$default" first-keystroke="shift TAB"/>
111110
</action>
112111

113112
<group id="aws.toolkit.codewhisperer.toolbar.security">

0 commit comments

Comments
 (0)