diff --git a/content/docs/BestPractices/keyboard-shortcuts/index.md b/content/docs/BestPractices/keyboard-shortcuts/index.md new file mode 100644 index 00000000..e31bd87f --- /dev/null +++ b/content/docs/BestPractices/keyboard-shortcuts/index.md @@ -0,0 +1,30 @@ +--- +title: "Keyboard Shortcuts" +tags: ["AL","Productivity"] +categories: ["Best Practice"] +--- + +_Created by Christian Lenz, Described by Christian Lenz_ + +## Description + +To increase developer productivity while coding, use keyboard shortcuts that are available in the specific context to execute actions faster. + +This is a selection of the community's favorites (more to come). + +**Windows** + +| Shortcut | Context | Description | +|---|---|---| +| CTRL + Backspace | Editor | Delete word | + +**VS Code** + +| Shortcut | Context | Description | +|---|---|---| +| 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 | +