Commit 17a50f4e authored by Oleg Taratukhin's avatar Oleg Taratukhin Committed by intellij-monorepo-bot
Browse files

[llm|completion] LLM-2164 change shortcut for one-line accept

(cherry picked from commit 8e67af0a7c650ed49e2f4b8e1650203957505e5f)

IJ-CR-129415

GitOrigin-RevId: 55cf91b7b6bdaa0e7d9be803b0a7a7877d722611
parent bb612fc2
Branches unavailable Tags unavailable
Showing with 9 additions and 0 deletions
+9 -0
......@@ -107,6 +107,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"ctrl alt C", "IntroduceConstant", "org.jetbrains.r.rendering.chunk.RunChunkAction"},
{"ctrl alt ENTER", "EditorStartNewLineBefore", "QuickActionPopup", "org.jetbrains.r.actions.DebugSelection"},
{"ctrl alt F", "IntroduceField", "ShowFilterPopup"},
{"ctrl alt RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "Forward"},
{"ctrl alt U", "ShowUmlDiagramPopup", "ChangesView.UnshelveSilently"},
{"shift DELETE", "$Cut", "Maven.Uml.Exclude"},
{"shift ENTER", "CollapseExpandableComponent", "Console.TableResult.EditValueMaximized", "DatabaseView.PropertiesAction",
......@@ -184,6 +185,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"ctrl alt LEFT", "EmmetPreviousEditPoint", "ResizeToolWindowLeft"},
{"ctrl alt RIGHT", "EmmetNextEditPoint", "ResizeToolWindowRight"},
{"ctrl alt UP", "GotoPrevElementUnderCaretUsage", "ResizeToolWindowUp"},
{"ctrl meta RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "Diff.ApplyLeftSide"},
{"meta 1", "ActivateProjectToolWindow", "FileChooser.GotoHome", "DuplicatesForm.SendToLeft"},
{"meta 2", "ActivateBookmarksToolWindow", "FileChooser.GotoProject", "DuplicatesForm.SendToRight"},
{"meta 3", "ActivateFindToolWindow", "FileChooser.GotoModule"},
......@@ -221,6 +223,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"control shift LEFT", "Diff.PrevChange", "PreviousEditorTab"},
{"control shift RIGHT", "Diff.NextChange", "NextEditorTab"},
{"ctrl SPACE", "ChangesView.SetDefault", "CodeCompletion"},
{"ctrl meta RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "Diff.ApplyLeftSide"},
{"meta 1", "ActivateProjectToolWindow", "FileChooser.GotoHome", "DuplicatesForm.SendToLeft"},
{"meta 2", "ActivateBookmarksToolWindow", "FileChooser.GotoProject", "DuplicatesForm.SendToRight"},
{"meta 3", "ActivateFindToolWindow", "FileChooser.GotoModule"},
......@@ -298,6 +301,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"ctrl alt ENTER", "ReformatCode", "org.jetbrains.r.actions.DebugSelection"},
{"ctrl alt F", "ActivateStructureToolWindow", "ShowFilterPopup"},
{"ctrl alt R", "Diff.ApplyLeftSide", "Refresh"},
{"ctrl alt RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "EditorSelectWord"},
{"ctrl alt W", "ActivateWebToolWindow", "Vcs.UpdateProject"},
{"shift F5", "Graph.ApplyCurrentLayout", "Stop"},
{"shift alt ENTER", "AIAssistant.Editor.AcceptMultiLineCompletion", "JupyterDebugAction", "ToggleFullScreen"},
......@@ -335,6 +339,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"shift meta alt R", "ChooseRunConfiguration", "ForceRefresh"},
{"ctrl alt F", "ActivateStructureToolWindow", "EditorNextWord", "ShowFilterPopup"},
{"meta alt ENTER", "QuickActionPopup", "ReformatCode", "org.jetbrains.r.actions.DebugSelection"},
{"meta alt RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "EditorSelectWord"},
{"shift meta L", "EditorDeleteLine", "Jdbc.OpenConsole.New", "rspec.LetIntroduce"},
{"shift alt ENTER", "AIAssistant.Editor.AcceptMultiLineCompletion", "JupyterDebugAction", "ToggleFullScreen"},
{"shift alt F11", "FindUsagesInFile", "HighlightUsagesInFile"},
......@@ -398,6 +403,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"control W", "CloseActiveTab", "Terminal.DeletePreviousWord"},
{"control alt DOWN", "Console.TableResult.NextPage", "EditorDuplicateLines"},
{"control alt E", "Console.History.Browse", "ExecuteInPyConsoleAction", "PerforceDirect.Edit", "ToggleFindInSelection"},
{"control alt RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "PreviousTab"},
{"ctrl 1", "DuplicatesForm.SendToLeft", "FileChooser.GotoHome", "ShowIntentionActions"},
{"ctrl L", "GotoLine", "Terminal.ClearBuffer"},
{"shift alt D", "hg4idea.QFold", "Debug"},
......@@ -481,6 +487,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"meta alt C", "ChangeSignature", "org.jetbrains.r.rendering.chunk.RunChunkAction"},
{"meta alt DOWN", "Console.TableResult.NextPage", "EditorDuplicateLines"},
{"meta alt I", "Inline", "RMarkdownNewChunk"},
{"meta alt RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "NextTab"},
{"shift ctrl DOWN", "EditorUnSelectWord", "ShowContent"},
{"shift meta K", "Vcs.Push", "FindPrevious"},
{"shift meta R", "GotoFile", "WebInspector.Browser.Refresh"},
......@@ -552,6 +559,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"meta V", "EditorPasteSimple", "Terminal.Paste", "JupyterNotebookPasteCellCommandModeAction"},
{"meta alt DOWN", "Console.TableResult.NextPage", "GotoDeclaration"},
{"meta alt G", "DatabaseView.SqlGenerator", "FindWordAtCaret", "org.jetbrains.plugins.ruby.rails.actions.generators.GeneratorsPopupAction"},
{"meta alt RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "NextTab"},
{"shift ENTER", "CollapseExpandableComponent", "Console.TableResult.EditValueMaximized", "EditorSplitLine",
"ExpandExpandableComponent", "NotebookRunCellSelectBelowAction", "OpenInRightSplit", "RConsoleNextLineAction"},
{"shift ctrl DOWN", "EditorCloneCaretBelow", "ShowContent"},
......@@ -578,6 +586,7 @@ public abstract class KeymapsTestCase extends KeymapsTestCaseBase {
{"meta alt E", "Console.History.Browse", "GotoNextElementUnderCaretUsage", "PerforceDirect.Edit"},
{"meta alt I", "Move", "RMarkdownNewChunk"},
{"meta alt UP", "Console.TableResult.PreviousPage", "NotebookSelectCellAboveAction", "PreviousOccurence"},
{"meta alt RIGHT", "AIAssistant.Editor.AcceptOneLineCompletion", "NextTab"},
{"shift alt SEMICOLON", "ForceStepInto", SECOND_STROKE},
{"shift meta T", "ReopenClosedTab", "ServiceView.ShowServices"},
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment