# Shortcuts

{% hint style="info" %}
To enable support you must add bottom line into your AppModule imports. Package `ng-keyboard-shortcuts` is already listed as peer dependecy by JSF.

```
KeyboardShortcutsModule.forRoot(),
```

{% endhint %}

### General shortcuts

| Keyboard shortcut  | Description             |
| ------------------ | ----------------------- |
| `ctrl + s`         | Save.                   |
| `ctrl + shift + s` | Save as.                |
| `del`              | Delete selected layout. |

### Layout shortcuts

| Keyboard shortcut | Description                                        |
| ----------------- | -------------------------------------------------- |
| `ctrl + c`        | Copy selected layout.                              |
| `ctrl + v`        | Paste copied layout into selected layout as child. |
| `ctrl + x`        | Cut selected layout.                               |
| `ctrl + d`        | Duplicate selected layout.                         |
