diff --git a/content/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts.md b/content/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts.md index cf34ff73d021..5afbc4a9bb4a 100644 --- a/content/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts.md +++ b/content/desktop/installing-and-configuring-github-desktop/overview/keyboard-shortcuts.md @@ -16,52 +16,52 @@ GitHub Desktop keyboard shortcuts on macOS | Keyboard shortcut | Description |-----------|------------ -|, | Go to Preferences -|H | Hide the {% data variables.product.prodname_desktop %} application -|H | Hide all other applications -|Q | Quit {% data variables.product.prodname_desktop %} -|F | Toggle full screen view -|0 | Reset zoom to default text size -|= | Zoom in for larger text and graphics -|- | Zoom out for smaller text and graphics -|I | Toggle Developer Tools +|Command+, | Go to Preferences +|Command+H | Hide the {% data variables.product.prodname_desktop %} application +|Option+Command+H | Hide all other applications +|Command+Q | Quit {% data variables.product.prodname_desktop %} +|Control+Command+F | Toggle full screen view +|Command+0 | Reset zoom to default text size +|Command+= | Zoom in for larger text and graphics +|Command+- | Zoom out for smaller text and graphics +|Option+Command+I | Toggle Developer Tools ## Repositories | Keyboard shortcut | Description |-----------|------------ -|N | Add a new repository -|O | Add a local repository -|O | Clone a repository from {% data variables.product.prodname_dotcom %} -|T | Show a list of your repositories -|P | Push the latest commits to {% data variables.product.prodname_dotcom %} -|P | Pull down the latest changes from {% data variables.product.prodname_dotcom %} -| | Remove an existing repository -|G | View the repository on {% data variables.product.prodname_dotcom %} -|` | Open repository in your preferred terminal tool -|F | Show the repository in Finder -|A | Open the repository in your preferred editor tool -|I | Create an issue on {% data variables.product.prodname_dotcom %} +|Command+N | Add a new repository +|Command+O | Add a local repository +|Shift+Command+O | Clone a repository from {% data variables.product.prodname_dotcom %} +|Command+T | Show a list of your repositories +|Command+P | Push the latest commits to {% data variables.product.prodname_dotcom %} +|Shift+Command+P | Pull down the latest changes from {% data variables.product.prodname_dotcom %} +|Command+Delete | Remove an existing repository +|Shift+Command+G | View the repository on {% data variables.product.prodname_dotcom %} +|Control+` | Open repository in your preferred terminal tool +|Shift+Command+F | Show the repository in Finder +|Shift+Command+A | Open the repository in your preferred editor tool +|Command+I | Create an issue on {% data variables.product.prodname_dotcom %} ## Branches | Keyboard shortcut | Description |-----------|------------ -|1 | Show all your changes before committing -|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 -|D | Delete the current branch -|U | Update from default branch -|B | Compare to an existing branch -|M | Merge into current branch -|H | Show or hide stashed changes -|C | Compare branches on {% data variables.product.prodname_dotcom %} -|R | Show the current pull request on {% data variables.product.prodname_dotcom %} +|Command+1 | Show all your changes before committing +|Command+2 | Show your commit history +|Command+B | Show all your branches +|Command+G | Go to the commit summary field +|Command+Enter | Commit changes when summary or description field is active +|Space| Select or deselect all highlighted files +|Shift+Command+N | Create a new branch +|Shift+Command+R | Rename the current branch +|Shift+Command+D | Delete the current branch +|Shift+Command+U | Update from default branch +|Shift+Command+B | Compare to an existing branch +|Shift+Command+M | Merge into current branch +|Control+H | Show or hide stashed changes +|Shift+Command+C | Compare branches on {% data variables.product.prodname_dotcom %} +|Command+R | Show the current pull request on {% data variables.product.prodname_dotcom %} {% endmac %} @@ -73,48 +73,48 @@ GitHub Desktop keyboard shortcuts on Windows | Keyboard shortcut | Description |-----------|------------ -|Ctrl, | Go to Options +|Ctrl+, | Go to Options |F11 | Toggle full screen view -|Ctrl0 | Reset zoom to default text size -|Ctrl= | Zoom in for larger text and graphics -|Ctrl- | Zoom out for smaller text and graphics -|CtrlShiftI | Toggle Developer Tools +|Ctrl+0 | Reset zoom to default text size +|Ctrl+= | Zoom in for larger text and graphics +|Ctrl+- | Zoom out for smaller text and graphics +|Ctrl+Shift+I | Toggle Developer Tools ## Repositories | Keyboard Shortcut | Description |-----------|------------ -|CtrlN | Add a new repository -|CtrlO | Add a local repository -|CtrlShiftO | Clone a repository from {% data variables.product.prodname_dotcom %} -|CtrlT | Show a list of your repositories -|CtrlP | Push the latest commits to {% data variables.product.prodname_dotcom %} -|CtrlShiftP | Pull down the latest changes from {% data variables.product.prodname_dotcom %} -|CtrlDelete | Remove an existing repository -|CtrlShiftG | View the repository on {% data variables.product.prodname_dotcom %} -|Ctrl` | Open repository in your preferred command line tool -|CtrlShiftF | Show the repository in Explorer -|CtrlShiftA | Open the repository in your preferred editor tool -|CtrlI | Create an issue on {% data variables.product.prodname_dotcom %} +|Ctrl+N | Add a new repository +|Ctrl+O | Add a local repository +|Ctrl+Shift+O | Clone a repository from {% data variables.product.prodname_dotcom %} +|Ctrl+T | Show a list of your repositories +|Ctrl+P | Push the latest commits to {% data variables.product.prodname_dotcom %} +|Ctrl+Shift+P | Pull down the latest changes from {% data variables.product.prodname_dotcom %} +|Ctrl+Delete | Remove an existing repository +|Ctrl+Shift+G | View the repository on {% data variables.product.prodname_dotcom %} +|Ctrl+` | Open repository in your preferred command line tool +|Ctrl+Shift+F | Show the repository in Explorer +|Ctrl+Shift+A | Open the repository in your preferred editor tool +|Ctrl+I | Create an issue on {% data variables.product.prodname_dotcom %} ## Branches | Keyboard shortcut | Description |-----------|------------ -|Ctrl1 | Show all your changes before committing -|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 -|CtrlShiftD | Delete the current branch -|CtrlShiftU | Update from default branch -|CtrlShiftB | Compare to an existing branch -|CtrlShiftM | Merge into current branch -|CtrlH | Show or hide stashed changes -|CtrlShiftC | Compare branches on {% data variables.product.prodname_dotcom %} -|CtrlR | Show the current pull request on {% data variables.product.prodname_dotcom %} +|Ctrl+1 | Show all your changes before committing +|Ctrl+2 | Show your commit history +|Ctrl+B | Show all your branches +|Ctrl+G | Go to the commit summary field +|Ctrl+Enter | Commit changes when summary or description field is active +|Space| Select or deselect all highlighted files +|Ctrl+Shift+N | Create a new branch +|Ctrl+Shift+R | Rename the current branch +|Ctrl+Shift+D | Delete the current branch +|Ctrl+Shift+U | Update from default branch +|Ctrl+Shift+B | Compare to an existing branch +|Ctrl+Shift+M | Merge into current branch +|Ctrl+H | Show or hide stashed changes +|Ctrl+Shift+C | Compare branches on {% data variables.product.prodname_dotcom %} +|Ctrl+R | Show the current pull request on {% data variables.product.prodname_dotcom %} {% endwindows %}