From f1e6b144e88a6bb7718ab11fe62e92c91d1c4950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= Date: Mon, 24 Feb 2025 18:22:25 -0300 Subject: [PATCH] Git: Add hotkey to open file from changes list (#25500) Release Notes: - N/A --- assets/keymaps/default-linux.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 4fc002c1d91673a616383f4a00bcd1c10fcbd1b7..1b4a3c9523747c4f4f952871873982257745ee30 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -722,7 +722,8 @@ "tab": "git_panel::FocusEditor", "shift-tab": "git_panel::FocusEditor", "escape": "git_panel::ToggleFocus", - "ctrl-enter": "git::Commit" + "ctrl-enter": "git::Commit", + "alt-enter": "menu::SecondaryConfirm" } }, {