From edf3344932577fc34dfb33687f98a9742a325196 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 12 May 2022 20:23:13 +0100 Subject: [PATCH] Add markdown tag for SHIFT key --- docs/ArchitectureLearningJourney.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ArchitectureLearningJourney.md b/docs/ArchitectureLearningJourney.md index 8969a3349..459070dee 100644 --- a/docs/ArchitectureLearningJourney.md +++ b/docs/ArchitectureLearningJourney.md @@ -47,7 +47,7 @@ The following diagram shows the events which occur and how data flows from the r ![Diagram showing how news resources are displayed on the For You screen](images/architecture-2-example.png "Diagram showing how news resources are displayed on the For You screen") -Here's what's happening in each step. The easiest way to find the associated code is to load the project into Android Studio and search for the text in the Code column (handy shortcut: tap SHIFT twice). +Here's what's happening in each step. The easiest way to find the associated code is to load the project into Android Studio and search for the text in the Code column (handy shortcut: tap ⇧ SHIFT twice).