Platform Hotkeys
Hotkeys are keyboard shortcuts that allow users to execute commands or actions quickly and efficiently, without having to use a mouse or trackpad. This documentation provides a list of hotkeys available in the Iotellect platform.
Web UI Expression Editor
Hotkeys available in the expression editor of the Web UI.
Shortcut | Action | Behavior |
---|---|---|
Shift + Tab | Decrease Indent | Decreases the indentation of the selected lines |
Alt + Down | Move Lines Down | Move the selected lines down |
Alt + Up | Move Lines Up | Move the selected lines up |
Alt + Shift + Down | Copies Line Down | Copies the selected lines down |
Alt + Shift + Up | Copies Line Up | Copies the selected lines up |
Ctrl + X | Cut | Cuts selected text |
Ctrl + C | Copy | Copies selected text |
Ctrl + V | Paste | Pastes selected text |
Insert | Toggle Mode | Toggles between insert and overwrite mode |
Ctrl + D | Delete Line | Deletes the current or selected lines |
Ctrl + Enter | Evaluate Expression | Evaluates the expression being edited |
Ctrl + Z | Undo | Undoes the last action performed |
Ctrl + Y | Redo | Redoes the last action performed |
Ctrl + K | Next Occurrence | Finds the word at the caret position and selects the next occurrence of it |
Ctrl + Shift + K | Previous Occurrence | Finds the word at the caret position and selects the prior occurrence of it |
Desktop Client Expression Editor
Hotkeys available in the expression editor of the desktop client.
Shortcut | Action | Behavior |
---|---|---|
Shift + Tab | Decrease Indent | Decreases the indentation of the selected lines |
Alt + Down | Move Lines Down | Move the selected lines down |
Alt + Up | Move Lines Up | Move the selected lines up |
Ctrl + X | Cut | Cuts selected text |
Ctrl + C | Copy | Copies selected text |
Ctrl + V | Paste | Pastes selected text |
Insert | Toggle Mode | Toggles between insert and overwrite mode |
Ctrl + D | Delete Line | Deletes the current or selected lines |
Ctrl + J | Join Line | Concatenates the current line with the next line |
Ctrl + Enter | Evaluate Expression | Evaluates the expression being edited |
Ctrl + Z | Undo | Undoes the last action performed |
Ctrl + Y | Redo | Redoes the last action performed |
Ctrl + K | Next Occurrence | Finds the word at the caret position and selects the next occurrence of it |
Ctrl + Shift + K | Previous Occurrence | Finds the word at the caret position and selects the prior occurrence of it |
Was this page helpful?