From d5ae9e8c1e97cc0ea8d558bc48d8a415a074f6a9 Mon Sep 17 00:00:00 2001
From: Aaron Christy <71267862+aaron-tdouble@users.noreply.github.com>
Date: Mon, 22 Feb 2021 14:23:51 -0500
Subject: [PATCH] Add keyboard shortcut for toggling annotations
Ability to toggle annotations was added as part of https://github.com/github/special-projects/issues/89
---
content/github/getting-started-with-github/keyboard-shortcuts.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/github/getting-started-with-github/keyboard-shortcuts.md b/content/github/getting-started-with-github/keyboard-shortcuts.md
index 26090a8dae63..66c0cdd97c29 100644
--- a/content/github/getting-started-with-github/keyboard-shortcuts.md
+++ b/content/github/getting-started-with-github/keyboard-shortcuts.md
@@ -64,6 +64,7 @@ For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirr
|w | Switch to a new branch or tag
|y | Expand a URL to its canonical form. For more information, see "[Getting permanent links to files](/articles/getting-permanent-links-to-files)."
|i | Show or hide comments on diffs. For more information, see "[Commenting on the diff of a pull request](/articles/commenting-on-the-diff-of-a-pull-request)."
+|a | Show or hide annotations on diffs
|b | Open blame view. For more information, see "[Tracing changes in a file](/articles/tracing-changes-in-a-file)."
### Comments