mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 07:12:53 +01:00
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
69 lines
5.9 KiB
Markdown
69 lines
5.9 KiB
Markdown
---
|
|
title: Key Bindings
|
|
hide_title: true
|
|
---
|
|
|
|
# Key Bindings
|
|
|
|
At the moment it is not possible to change the Shortcuts. The feature is on the roadmap to allow rebinding and potentially add shortcuts which we are not on by default.
|
|
|
|
:::info
|
|
|
|
Some of these shortcuts might change in future versions.
|
|
|
|
:::
|
|
|
|
## Keyboard Shortcuts Reference
|
|
|
|
<div className="ndl-table-35-65">
|
|
|
|
### Editor
|
|
|
|
| Key | Description |
|
|
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
|
| CtrlCmd + F | Focus the search panel allowing you to search in the project. |
|
|
| CtrlCmd + Shift + X | (Advanced) Refresh the viewer and node library, this is useful when working with modules. |
|
|
| CtrlCmd + Shift + E | (Advanced) Export Component. |
|
|
| CtrlCmd + Shift + P | Open Parse Dashboard for the active Cloud Service. |
|
|
| CtrlCmd + P | Open Parse Dashboard in the default browser for the active Cloud Service. |
|
|
| CtrlCmd + Shift + R | Open the DevTools for the cloud functions. |
|
|
| CtrlCmd + L | Focus the preview address bar. |
|
|
|
|
### Preview
|
|
|
|
| Key | Description |
|
|
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
|
| CtrlCmd + R | Refresh the preview window. |
|
|
| CtrlCmd + D | Open the DevTools for the preview window. |
|
|
| CtrlCmd + T | Toggle between Design and Preview mode for the preview window. |
|
|
|
|
### Node Graph
|
|
|
|
| Key | Description |
|
|
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
|
| Space | Enter pan mode when down. |
|
|
| Arrow Up | Nudge the selected nodes up. |
|
|
| Arrow Down | Nudge the selected nodes down. |
|
|
| Arrow Left | Nudge the selected nodes left. |
|
|
| Arrow Right | Nudge the selected nodes right. |
|
|
| CtrlCmd + C | Copy the selected nodes. |
|
|
| CtrlCmd + V | Paste the selected nodes. |
|
|
| CtrlCmd + X | Cut the selected nodes. |
|
|
| CtrlCmd + Backspace | Delete the selected nodes. |
|
|
| CtrlCmd + Delete | Delete the selected nodes. |
|
|
| CtrlCmd + Z | Undo the last change. |
|
|
| CtrlCmd + Shift + Z | Redo the last change. |
|
|
| CtrlCmd + US_OPEN_SQUARE_BRACKET | Navigate back. |
|
|
| CtrlCmd + US_CLOSE_SQUARE_BRACKET | Navigate forward. |
|
|
| CtrlCmd + US_SLASH | Add a comment. |
|
|
| F1 | Open documentation for the currently selected node name. |
|
|
| Enter or F2 | Rename the currently selected node name. |
|
|
|
|
### Code Editor
|
|
|
|
| Key | Description |
|
|
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
|
| CtrlCmd + S | Save the code. (In some senarios this will also run the code) |
|
|
|
|
</div>
|