mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-07 13:56:29 +02:00
add website as monorepo package and migrate to 11ty :)
This commit is contained in:
22
packages/website/docs/keyboard-shortcuts.md
Normal file
22
packages/website/docs/keyboard-shortcuts.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: 'Keyboard shortcuts'
|
||||
---
|
||||
|
||||
| Action | Shortcut |
|
||||
| --------------------------------------------------- | ---------------------- |
|
||||
| Command palette - Commands | `Ctrl/⌘ + Shift + P` |
|
||||
| Command palette - Switch files | `Ctrl/⌘ + P` |
|
||||
| Refresh preview | `Ctrl/⌘ + Shift + 5` |
|
||||
| Save current creations | `Ctrl/⌘ + S` |
|
||||
| Open list of saved creations | `Ctrl/⌘ + O` |
|
||||
| Clear console (works when console input is focused) | `Ctrl + L` |
|
||||
| Close saved creations panel & modals | `Esc` |
|
||||
| Find | `Ctrl/⌘ + F` |
|
||||
| Select next match | `Ctrl/⌘ + G` |
|
||||
| Select previous match | `Ctrl/⌘ + Shift + G` |
|
||||
| Find & replace | `Ctrl/⌘ + Opt/Alt + F` |
|
||||
| Realign code | `Shift + Tab` |
|
||||
| Indent code right | `Ctrl/⌘ + ]` |
|
||||
| Indent code left | `Ctrl/⌘ + [` |
|
||||
| Emmet code completion [Read more](https://emmet.io) | `Tab` |
|
||||
| Single line comment | `Ctrl/⌘ + /` |
|
Reference in New Issue
Block a user