Skip to content

Commit e120665

Browse files
committed
keybinding change
1 parent 1303b46 commit e120665

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
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="shift TAB"/>
109+
<keyboard-shortcut keymap="Mac OS X" first-keystroke="alt TAB"/>
110+
<keyboard-shortcut keymap="Mac OS X 10.5+" first-keystroke="alt TAB"/>
111+
<keyboard-shortcut keymap="$default" first-keystroke="alt ENTER"/>
110112
</action>
111113

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

0 commit comments

Comments
 (0)