File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
core/resources/resources/software/aws/toolkits/resources Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2929
3030 <actions >
3131 <action id =" aws.toolkit.open.q.window" class =" software.aws.toolkits.jetbrains.services.amazonq.QRefreshPanelAction" />
32- <action id =" aws.toolkit.jetbrains.core.services.cwc.inline.openChat" class =" software.aws.toolkits.jetbrains.services.cwc.inline.OpenChatInputAction" >
33- <keyboard-shortcut keymap =" Mac OS X" first-keystroke =" meta I" />
34- <keyboard-shortcut keymap =" Mac OS X 10.5+" first-keystroke =" meta I" />
35- <keyboard-shortcut keymap =" $default" first-keystroke =" control I" />
36- </action >
3732 <group id =" aws.q.toolwindow.titleBar" popup =" false" compact =" true" >
3833 <reference id =" aws.toolkit.open.q.window" />
3934 </group >
8479 class =" software.aws.toolkits.jetbrains.services.cwc.commands.SendToPromptAction" >
8580 <keyboard-shortcut keymap =" $default" first-keystroke =" meta alt S" />
8681 </action >
82+
83+ <action id =" aws.toolkit.jetbrains.core.services.cwc.inline.openChat"
84+ class =" software.aws.toolkits.jetbrains.services.cwc.inline.OpenChatInputAction" >
85+ <keyboard-shortcut keymap =" Mac OS X" first-keystroke =" meta I" />
86+ <keyboard-shortcut keymap =" Mac OS X 10.5+" first-keystroke =" meta I" />
87+ <keyboard-shortcut keymap =" $default" first-keystroke =" control I" />
88+ </action >
8789 </group >
8890 </actions >
8991</idea-plugin >
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ action.aws.toolkit.jetbrains.core.services.cwc.commands.FixCodeAction.descriptio
2323action.aws.toolkit.jetbrains.core.services.cwc.commands.FixCodeAction.text = Fix Code
2424action.aws.toolkit.jetbrains.core.services.cwc.commands.GenerateUnitTestsAction.description = Generates unit tests for the selected code
2525action.aws.toolkit.jetbrains.core.services.cwc.commands.GenerateUnitTestsAction.text = Generate Tests (Beta)
26+ action.aws.toolkit.jetbrains.core.services.cwc.inline.openChat.text = Inline Chat
2627action.aws.toolkit.jetbrains.core.services.cwc.commands.OptimizeCodeAction.description = Optimizes the selected code
2728action.aws.toolkit.jetbrains.core.services.cwc.commands.OptimizeCodeAction.text = Optimize Code
2829action.aws.toolkit.jetbrains.core.services.cwc.commands.RefactorCodeAction.description = Refactors the selected code
You can’t perform that action at this time.
0 commit comments