diff --git a/content/docs/BestPractices/keyboard-shortcuts/index.md b/content/docs/BestPractices/keyboard-shortcuts/index.md index e31bd87f..9a9a081b 100644 --- a/content/docs/BestPractices/keyboard-shortcuts/index.md +++ b/content/docs/BestPractices/keyboard-shortcuts/index.md @@ -14,17 +14,18 @@ This is a selection of the community's favorites (more to come). **Windows** -| Shortcut | Context | Description | +| What | Where | How | |---|---|---| -| CTRL + Backspace | Editor | Delete word | +| Delete word | Editor | CTRL + Backspace | + **VS Code** -| Shortcut | Context | Description | +| What | Where | How | |---|---|---| -| ALT + | Editor | Switch Tab | -| ALT + | Go To Definition | Go Back / Forward | -| ALT + | Editor | Move Line Up/Down | -| ALT + SHIFT + | Editor | Copy Line Below/Above | -| CTRL + X | Editor | Delete Line | +| Switch Tab | Editor | ALT + | +| Move Line Up/Down | Editor | ALT + | +| Copy Line Below/Above | Editor | ALT + SHIFT + | +| Delete Line | Editor | CTRL + X (without selection) | +| Go Back / Forward | Go To Definition | ALT + |