Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-gui: bind CTRL/CMD+numpad ENTER to do_commit
CTRL/CMD+ENTER is bound to do_commit, but this did not apply for the (numpad ENTER) key. To enable CTRL/CMD+ENTER and CTRL/CMD+(numpad ENTER) to yield the same behaviour, CTRL/CMD+(numpad enter) has also been bound to do_commit. Signed-off-by: Birger Skogeng Pedersen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information