From 400a4faa1acfa676c97d1a7f7e20e92a860bef09 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Tue, 6 May 2025 15:23:52 -0400 Subject: [PATCH] agent: Add missing Linux keybindings (#30032) This PR updates the default Linux keybindings to align with changes made to the macOS bindings in #29943. Release Notes: - N/A --- assets/keymaps/default-linux.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 9742234d7cf89dc985327b9482c7c3e9ff71471b..bd09f57f9cb81960d641c4e1d5f1ab8289dc1f11 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -237,11 +237,14 @@ "save": "workspace::Save", "ctrl->": "assistant::QuoteSelection", "ctrl-<": "assistant::InsertIntoEditor", - "ctrl-alt-/": "agent::ToggleModelSelector", "shift-enter": "assistant::Split", "ctrl-r": "assistant::CycleMessageRole", "enter": "assistant::ConfirmCommand", - "alt-enter": "editor::Newline" + "alt-enter": "editor::Newline", + "ctrl-k c": "assistant::CopyCode", + "ctrl-g": "search::SelectNextMatch", + "ctrl-shift-g": "search::SelectPreviousMatch", + "ctrl-k l": "agent::OpenRulesLibrary" } }, { @@ -258,7 +261,8 @@ "ctrl-shift-o": "agent::ToggleNavigationMenu", "ctrl-shift-i": "agent::ToggleOptionsMenu", "shift-escape": "agent::ExpandMessageEditor", - "ctrl-alt-e": "agent::RemoveAllContext" + "ctrl-alt-e": "agent::RemoveAllContext", + "ctrl-shift-e": "project_panel::ToggleFocus" } }, {