fix(curriculum): include macOS and Windows formatting shortcuts (#61432)

Co-authored-by: antonio <antonio@antonios-Mac-mini.local>
This commit is contained in:
Antonio Pierro
2025-07-30 12:52:33 +02:00
committed by GitHub
parent 4cd1a753fc
commit f34a99520c
@@ -29,7 +29,7 @@ With this knowledge, and maybe a little practice, you are well on your way to be
## --text--
Which keyboard shortcut is used to run the configured formatter on the currently opened file in VS Code?
Which Windows keyboard shortcut is used to run the configured formatter on the currently opened file in VS Code?
## --answers--
@@ -65,7 +65,7 @@ The lecture mentions a specific shortcut for formatting the current file.
## --text--
What function does the keyboard shortcut `Ctrl + Shift + K` perform in VS Code?
What function does the keyboard shortcut `Ctrl + Shift + K` (Windows/Linux) or `Cmd + Shift + K` (macOS) perform in VS Code?
## --answers--
@@ -101,7 +101,7 @@ The lecture describes a shortcut for removing a line of code.
## --text--
Which keyboard shortcut opens the command palette in VS Code?
Which Windows keyboard shortcut opens the command palette in VS Code?
## --answers--