From ef29a1322e42cff2f40846dbd9df95b5467abc63 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Wed, 16 Apr 2014 10:30:10 +0100 Subject: [PATCH] Add keyboard screenshot example --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0afcae..d0579ce 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,9 @@ When on a repository page, keyboard shortcuts allow you to navigate easily. - Pressing `l` will edit labels on existing Issues. - Pressing `y` **when looking at a file** (e.g. `https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.md`) will change your URL to one which, in effect, freezes the page you are looking at. If this code changes, you will still be able to see what you saw at that current time. -To see all of the shortcuts for the current page press `?`. +To see all of the shortcuts for the current page press `?`: + +![Keyboard shortcuts](http://i.imgur.com/y5ZfNEm.png) [*Read more about using the Command Bar.*](https://help.github.com/articles/using-the-command-bar)