1
0
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:
Kushagra Gour
2019-03-14 18:33:44 +05:30
parent 8fc5a3c4e7
commit 07be86c313
52 changed files with 4688 additions and 2083 deletions

View 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/⌘ + /` |