Skip to content

Instantly share code, notes, and snippets.

@jrsconfitto
Last active April 3, 2023 08:16
Show Gist options
  • Save jrsconfitto/3873283 to your computer and use it in GitHub Desktop.
Save jrsconfitto/3873283 to your computer and use it in GitHub Desktop.
GitHub for Windows Keyboard Shortcuts

Keyboard shortcuts for GHfW

Here's a listing of all the GHfW keyboard stuff that i can think of. Now i know them after writing this, but i figured it would be nice to have these documentated somewhere.

Rant: i dont know why people say that Windows users dont like using the keyboard for everything. That's certainly not true for me. Though, that may be the case from using Unix in college.

All screens

You can use Alt shortcuts. Hold down Alt and you'll see the underlines. Menus brought up this way have j & k navigations! Try it on the tools menu.

Main screen turn on

  • a: add new repo
  • r: refresh
  • t: tools menu
  • j: next repo down
  • k: next repo up
  • g: goes to the top and then iterates through each repo
  • <-: contracts the repos bar
  • ->: expands the repos bar

Repo screen

  • w: branches
  • t: tools
  • j: next commit down
  • k: next commit up
  • g: goes to the top and then iterates through each repo
  • <-: contracts the diffs panel
  • ->: expands the diffs panel

Alt + Left Arrow: back to the main screen

GHfW version 1.0.56.0

@jrsconfitto
Copy link
Author

Wow! i had no idea there were comments here. i guess i don't get notifications for these? i'll try to update the gist with these comments.

Also, ~ will launch the git shell.

@barsh
Copy link

barsh commented Apr 24, 2017

Most of the information here is now incorrect. I've started a repo to help with keeping this information current https://github.com/barsh/github-desktop-shortcut-keys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment