diff --git a/mainui/settings/script-editor.md b/mainui/settings/script-editor.md new file mode 100644 index 0000000000..2ccf95f5dc --- /dev/null +++ b/mainui/settings/script-editor.md @@ -0,0 +1,18 @@ +--- +layout: documentation +title: Script Editor +--- + +# Script Editor + + +The script editor is used everywhere in the UI where some type of configuration file or source code has to be edited. +It provides syntax highlighting and auto-completion for code and Item names for multiple languages. + +When using the script editor, you might find the following shortcuts useful: + +- CtrlSpace: Trigger auto-completion. +- CtrlQ: Show documentation (for JavaScript only). +- ShiftTab: Indent less. +- Ctrl/ & Cmd/: Comment/Uncomment the current line. +