Git: Add hotkey to open file from changes list (#25500)
Release Notes: - N/A
This commit is contained in:
parent
10a4760f90
commit
f1e6b144e8
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue