added section for keyboard shortcuts

This commit is contained in:
Christian Lenz 2022-09-08 00:15:59 +02:00
parent f1dd5b3ef1
commit 77fde44ae4

View file

@ -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 + <Arrow Left/Right> | Editor | Switch Tab |
| ALT + <Arrow Left/Right> | Go To Definition | Go Back / Forward |
| ALT + <Arrow Up/Down> | Editor | Move Line Up/Down |
| ALT + SHIFT + <Arrow Up/Down> | Editor | Copy Line Below/Above |
| CTRL + X | Editor | Delete Line |