From e421f12ac1e8c0e0512fae45e21429eaa11c3faf Mon Sep 17 00:00:00 2001 From: Koen Verheyen Date: Tue, 20 Feb 2018 14:57:34 +0100 Subject: [PATCH] Added keyboard shortcut for Mac. --- VS-Code-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VS-Code-Instructions.md b/VS-Code-Instructions.md index d93ae4a..0ae1a70 100644 --- a/VS-Code-Instructions.md +++ b/VS-Code-Instructions.md @@ -4,7 +4,7 @@ Add `"editor.fontLigatures": true` to `settings.json`: -To open `settings.json`, from the `File` menu choose `Preferences`, `Settings` or use keyboard shortcut Ctrl+,. Then paste the following lines and save the file. +To open `settings.json`, from the `File` menu choose `Preferences`, `Settings` or use keyboard shortcut Ctrl+, (Cmd+, on Mac). Then paste the following lines and save the file. ```json "editor.fontFamily": "Fira Code", "editor.fontLigatures": true