[code gen] LLM-16461: Remove keyboard shortcut for AIPopupChat

(cherry picked from commit 0abf84cb9fe94c042f9eb1f97e2496c6add85ebd)

GitOrigin-RevId: 8f8d426099472ea9ae6c25a2d927fcdcdb034e11
This commit is contained in:
Helena Klause
2025-04-17 17:14:01 +02:00
committed by intellij-monorepo-bot
parent ebf156ed54
commit e5103aaf34
2 changed files with 0 additions and 4 deletions

View File

@@ -1310,7 +1310,4 @@
<action id="ResetIdeScaleAction">
<keyboard-shortcut first-keystroke="shift alt 0"/>
</action>
<action id="AIAssistant.Chat.AIPopupChat">
<keyboard-shortcut first-keystroke="control shift alt BACK_SLASH"/>
</action>
</keymap>

View File

@@ -596,7 +596,6 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"meta alt RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "NextTab"},
{"shift alt SEMICOLON", "ForceStepInto", SECOND_STROKE},
{"shift meta T", "ReopenClosedTab", "ServiceView.ShowServices"},
{"shift meta alt BACK_SLASH","AIAssistant.Chat.AIPopupChat", "ToggleTemporaryLineBreakpoint"}
})
);
// @formatter:on