2014-07-29 03:00:41 +08:00
|
|
|
# Shortcut keys
|
|
|
|
|
2015-01-23 17:39:12 +08:00
|
|
|
## Tree Editor
|
|
|
|
|
2014-07-29 03:00:41 +08:00
|
|
|
Key | Description
|
|
|
|
----------------------- | ------------------------------------------------
|
|
|
|
Alt+Arrows | Move the caret up/down/left/right between fields
|
2016-01-12 20:26:12 +08:00
|
|
|
Ctrl+Shift+Arrow Up/Down| Select multiple fields
|
2016-01-02 04:15:13 +08:00
|
|
|
Shift+Alt+Arrows | Move current field or selected fields up/down/left/right
|
2014-07-29 03:00:41 +08:00
|
|
|
Ctrl+D | Duplicate field
|
|
|
|
Ctrl+Del | Remove field
|
|
|
|
Ctrl+Enter | Open link when on a field containing an url
|
|
|
|
Ctrl+Ins | Insert a new field with type auto
|
|
|
|
Ctrl+Shift+Ins | Append a new field with type auto
|
|
|
|
Ctrl+E | Expand or collapse field
|
|
|
|
Alt+End | Move the caret to the last field
|
|
|
|
Ctrl+F | Find
|
|
|
|
F3, Ctrl+G | Find next
|
|
|
|
Shift+F3, Ctrl+Shift+G | Find previous
|
|
|
|
Alt+Home | Move the caret to the first field
|
|
|
|
Ctrl+M | Show actions menu
|
|
|
|
Ctrl+Z | Undo last action
|
|
|
|
Ctrl+Shift+Z | Redo
|
2015-01-23 17:39:12 +08:00
|
|
|
|
|
|
|
|
|
|
|
## Code Editor
|
|
|
|
|
|
|
|
The code editor is powered by [Ace Editor](http://ace.c9.io/). This editor's
|
|
|
|
shortcut keys are described here:
|
|
|
|
|
|
|
|
https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts
|
|
|
|
|
|
|
|
Additionally, there are shortcut keys to format/compact the code:
|
|
|
|
|
|
|
|
Key | Description
|
|
|
|
----------------------- | ------------------------------------------------
|
|
|
|
Ctrl+\ | Format JSON data, set proper indentation
|
|
|
|
Ctrl+Shift+\ | Compact JSON data, remove all whitespace
|