From 268bab55d5a174659bfd0d6cda03dc04d0e210b6 Mon Sep 17 00:00:00 2001 From: Steve Sawczyn Date: Tue, 10 Mar 2026 00:34:18 -0500 Subject: [PATCH 1/2] Documentation should be updated to reflect Mac substitution of CMD for CTRL where Windows shortcuts are mentioned Fixes #183 --- docs/00-pre-workshop-setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/00-pre-workshop-setup.md b/docs/00-pre-workshop-setup.md index 57e0f6b..453b9ea 100644 --- a/docs/00-pre-workshop-setup.md +++ b/docs/00-pre-workshop-setup.md @@ -442,6 +442,9 @@ If you open Feature Preview and neither **"New Issues Experience"** nor **"New F - Press `Left Arrow + Right Arrow` simultaneously to toggle Quick Nav - With Quick Nav on: `H` = next heading, `L` = next link, `B` = next button (same as NVDA/JAWS browse mode keys) +#### Quick note about VS Code keyboard commands as they relate to the Mac + +Throughout this documentation, Windows keyboard shortcuts for VS Code are frequently referenced. In general, these keyboard shorccuts work on the Mac, however, Mac users should substitute `Command` whenever `ctrl` is referenced. For example, Windows users might use the keyboard shortcut `CTRL+SHFT+P` to open the command palet. On the Mac, this keyboard shortcut would be `CMD+SHFT+P`. ### Browser Recommendations Summary From adc98be2e5eae54adf90970d6b36b222563a1ab3 Mon Sep 17 00:00:00 2001 From: GitHub Workshop Bot Date: Thu, 12 Mar 2026 18:21:26 -0700 Subject: [PATCH 2/2] fix: correct typos and standardize keyboard shortcut formatting --- docs/00-pre-workshop-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/00-pre-workshop-setup.md b/docs/00-pre-workshop-setup.md index 453b9ea..0cad171 100644 --- a/docs/00-pre-workshop-setup.md +++ b/docs/00-pre-workshop-setup.md @@ -442,9 +442,9 @@ If you open Feature Preview and neither **"New Issues Experience"** nor **"New F - Press `Left Arrow + Right Arrow` simultaneously to toggle Quick Nav - With Quick Nav on: `H` = next heading, `L` = next link, `B` = next button (same as NVDA/JAWS browse mode keys) -#### Quick note about VS Code keyboard commands as they relate to the Mac +#### A note for Mac users about keyboard shortcuts -Throughout this documentation, Windows keyboard shortcuts for VS Code are frequently referenced. In general, these keyboard shorccuts work on the Mac, however, Mac users should substitute `Command` whenever `ctrl` is referenced. For example, Windows users might use the keyboard shortcut `CTRL+SHFT+P` to open the command palet. On the Mac, this keyboard shortcut would be `CMD+SHFT+P`. +Throughout this documentation, Windows keyboard shortcuts for VS Code are frequently referenced. In general, these keyboard shortcuts work on the Mac, however, Mac users should substitute `Command` whenever `Ctrl` is referenced. For example, Windows users might use the keyboard shortcut `Ctrl+Shift+P` to open the Command Palette. On the Mac, this keyboard shortcut would be `Command+Shift+P`. ### Browser Recommendations Summary