update<Hotkeys>: add STAGE/UNSTAGE hotkey description

This commit is contained in:
leo 2021-07-14 15:15:44 +08:00
parent 62c182f5ca
commit c1a2914660
3 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ namespace SourceGit.Views {
new Keymap("CTRL + [1-9]", "SwitchTo"),
new Keymap("CTRL + F", "Search"),
new Keymap("F5", "Refresh"),
new Keymap("SPACE", "ToggleStage"),
};
}