|
35 | 35 | </group> |
36 | 36 | <!-- TODO: q.openchat will eventually be in amazonq, aws.toolkit.q.sign.in will eventually be in core. --> |
37 | 37 | <action id="q.openchat" class="software.aws.toolkits.jetbrains.services.amazonq.QOpenPanelAction"> |
38 | | - <keyboard-shortcut keymap="$default" first-keystroke="meta alt Q" /> |
| 38 | + <keyboard-shortcut keymap="$default" first-keystroke="control alt Q" /> |
39 | 39 | </action> |
40 | 40 |
|
41 | 41 | <group id="aws.toolkit.q.sign.in"> |
|
55 | 55 |
|
56 | 56 | <action id="aws.toolkit.jetbrains.core.services.cwc.commands.ExplainCodeAction" |
57 | 57 | class="software.aws.toolkits.jetbrains.services.cwc.commands.ExplainCodeAction"> |
58 | | - <keyboard-shortcut keymap="$default" first-keystroke="meta alt E" /> |
| 58 | + <keyboard-shortcut keymap="$default" first-keystroke="control alt E" /> |
59 | 59 | </action> |
60 | 60 |
|
61 | 61 | <action id="aws.toolkit.jetbrains.core.services.cwc.commands.RefactorCodeAction" |
62 | 62 | class="software.aws.toolkits.jetbrains.services.cwc.commands.RefactorCodeAction"> |
63 | | - <keyboard-shortcut keymap="$default" first-keystroke="meta alt U" /> |
| 63 | + <keyboard-shortcut keymap="$default" first-keystroke="control alt U" /> |
64 | 64 | </action> |
65 | 65 |
|
66 | 66 | <action id="aws.toolkit.jetbrains.core.services.cwc.commands.FixCodeAction" |
67 | 67 | class="software.aws.toolkits.jetbrains.services.cwc.commands.FixCodeAction"> |
68 | | - <keyboard-shortcut keymap="$default" first-keystroke="meta alt Y" /> |
| 68 | + <keyboard-shortcut keymap="$default" first-keystroke="control alt Y" /> |
69 | 69 | </action> |
70 | 70 |
|
71 | 71 | <action id="aws.toolkit.jetbrains.core.services.cwc.commands.OptimizeCodeAction" |
72 | 72 | class="software.aws.toolkits.jetbrains.services.cwc.commands.OptimizeCodeAction"> |
73 | | - <keyboard-shortcut keymap="$default" first-keystroke="meta alt A" /> |
| 73 | + <keyboard-shortcut keymap="$default" first-keystroke="control alt A" /> |
74 | 74 | </action> |
75 | 75 |
|
76 | 76 | <action id="aws.toolkit.jetbrains.core.services.cwc.commands.GenerateUnitTestsAction" |
77 | 77 | class="software.aws.toolkits.jetbrains.services.cwc.commands.GenerateUnitTestsAction"> |
78 | | - <keyboard-shortcut keymap="$default" first-keystroke="meta alt T" /> |
| 78 | + <keyboard-shortcut keymap="$default" first-keystroke="control alt T" /> |
79 | 79 | </action> |
80 | 80 |
|
81 | 81 | <action id="aws.toolkit.jetbrains.core.services.cwc.commands.SendToPromptAction" |
82 | 82 | class="software.aws.toolkits.jetbrains.services.cwc.commands.SendToPromptAction"> |
83 | | - <keyboard-shortcut keymap="$default" first-keystroke="meta alt S" /> |
| 83 | + <keyboard-shortcut keymap="$default" first-keystroke="control alt S" /> |
84 | 84 | </action> |
85 | 85 |
|
86 | 86 | <action id="aws.toolkit.jetbrains.core.services.cwc.inline.openChat" |
|
0 commit comments