From 8b472f9c1a17cdeca7102bcce73af8a0a4dc1464 Mon Sep 17 00:00:00 2001 From: Steve Ward Date: Tue, 15 Dec 2020 12:20:48 -0500 Subject: [PATCH] Add shortcut for committing in GitHub Desktop (#16970) Co-authored-by: Laura Coursen --- .../keyboard-shortcuts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/desktop/installing-and-configuring-github-desktop/keyboard-shortcuts.md b/content/desktop/installing-and-configuring-github-desktop/keyboard-shortcuts.md index 65d9855c81..e4faef6567 100644 --- a/content/desktop/installing-and-configuring-github-desktop/keyboard-shortcuts.md +++ b/content/desktop/installing-and-configuring-github-desktop/keyboard-shortcuts.md @@ -51,6 +51,7 @@ GitHub Desktop keyboard shortcuts on macOS |2 | Show your commit history |B | Show all your branches |G | Go to the commit summary field +|Enter | Commit changes when summary or description field is active |space| Select or deselect all highlighted files |N | Create a new branch |R | Rename the current branch @@ -104,6 +105,7 @@ GitHub Desktop keyboard shortcuts on Windows |Ctrl2 | Show your commit history |CtrlB | Show all your branches |CtrlG | Go to the commit summary field +|CtrlEnter | Commit changes when summary or description field is active |space| Select or deselect all highlighted files |CtrlShiftN | Create a new branch |CtrlShiftR | Rename the current branch