added section for keyboard shortcuts
This commit is contained in:
parent
f1dd5b3ef1
commit
77fde44ae4
1 changed files with 30 additions and 0 deletions
30
content/docs/BestPractices/keyboard-shortcuts/index.md
Normal file
30
content/docs/BestPractices/keyboard-shortcuts/index.md
Normal 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 |
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue