Skip to content

Keyboard Shortcuts

Editor

ShortcutAction
Ctrl+SSave current file
Ctrl+ZUndo
Ctrl+Shift+ZRedo
Ctrl+/Toggle line comment
Ctrl+DSelect next occurrence
Ctrl+FFind
Ctrl+HFind and replace
Ctrl+GGo to line
Ctrl+Shift+KDelete line
Alt+Up/DownMove line up/down
Ctrl+Shift+Up/DownCopy line up/down
TabIndent / accept autocomplete
Shift+TabOutdent

Layout

ShortcutAction
Ctrl+BToggle primary sidebar
Ctrl+Shift+BToggle secondary sidebar
Ctrl+JToggle output panel
Ctrl+,Open settings
Ctrl+NNew file
Ctrl+1..Ctrl+9Focus editor group by index

Script Execution

ShortcutAction
Run buttonExecute current script
Stop buttonAbort running script

Autocomplete

The editor provides IntelliSense for the Muxit script API:

  • Type connector( to see available device names
  • Type await dev. to see properties and actions for a device
  • Type log. to see logging methods
  • Type script. to see lifecycle properties

Autocomplete is available for all .js files in the scripts/ directory.

Muxit — Hardware Orchestration Platform