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 18:22:25 -03:00 committed by GitHub
parent 10a4760f90
commit f1e6b144e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
}
},
{