mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:10:43 +07:00
[code gen] LLM-16461: Remove keyboard shortcut for AIPopupChat
(cherry picked from commit 0abf84cb9fe94c042f9eb1f97e2496c6add85ebd) GitOrigin-RevId: 8f8d426099472ea9ae6c25a2d927fcdcdb034e11
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ebf156ed54
commit
e5103aaf34
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user