Skip to content

Commit 38c32e7

Browse files
committed
add keyboard shortcut for open chat panel
1 parent 7f3b222 commit 38c32e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "add ctrl+alt+Q as keyboard shortcut for opening Q chat panel"
4+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
<reference id="aws.toolkit.open.q.window"/>
3535
</group>
3636
<!-- TODO: q.openchat will eventually be in amazonq, aws.toolkit.q.sign.in will eventually be in core. -->
37-
<action id="q.openchat" class="software.aws.toolkits.jetbrains.services.amazonq.QOpenPanelAction"/>
37+
<action id="q.openchat" class="software.aws.toolkits.jetbrains.services.amazonq.QOpenPanelAction">
38+
<keyboard-shortcut keymap="$default" first-keystroke="meta alt Q" />
39+
</action>
3840

3941
<group id="aws.toolkit.q.sign.in">
4042
<action id="q.sign.in" class="software.aws.toolkits.jetbrains.services.amazonq.explorerActions.SignInToQAction"/>

0 commit comments

Comments
 (0)