Skip to content

Commit

Permalink
fixup! FormCommit: Replace OnKeyUp & ProcessCmdKey with Hotkeys
Browse files Browse the repository at this point in the history
Comment redundant hotkeys
  • Loading branch information
mstv committed Mar 17, 2022
1 parent e4920d9 commit abe3612
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions GitUI/CommandsDialogs/FormCommit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -673,12 +673,12 @@ internal enum Command
AddSelectionToCommitMessage = 16,
CreateBranch = 17,
Refresh = 18,
SelectNext = 19,
SelectNext2 = 20,
SelectNext3 = 21,
SelectPrevious = 22,
SelectPrevious2 = 23,
SelectPrevious3 = 24,
SelectNext = 19, // Ctrl+N
SelectNext2 = 20, // Alt+Down
SelectNext3 = 21, // Alt+Right
SelectPrevious = 22, // Ctrl+P
SelectPrevious2 = 23, // Alt+Up
SelectPrevious3 = 24, // Alt+Left
}

private string GetShortcutKeyDisplayString(Command cmd)
Expand Down

0 comments on commit abe3612

Please sign in to comment.