Git: Add hotkey to open file from changes list (#25500)

Release Notes:

- N/A
This commit is contained in:
João Marcos
2025-02-24 21:22:25 +00:00
committed by GitHub
parent 10a4760f90
commit f1e6b144e8
+2 -1
View File
@@ -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"
}
},
{