feature<PopupPanel>: add hotkey ESC to close current popup panel

This commit is contained in:
leo 2021-09-17 18:00:18 +08:00
parent b134876f8b
commit 468d0e6f25
5 changed files with 20 additions and 0 deletions

View file

@ -34,6 +34,7 @@ namespace SourceGit.Views {
new Keymap("CTRL + F", "Search"),
new Keymap("F5", "Refresh"),
new Keymap("SPACE", "ToggleStage"),
new Keymap("ESC", "CancelPopup"),
};
}