Back to Jsoneditor

Shortcut keys

docs/shortcut_keys.md

10.4.31.5 KB
Original Source

Shortcut keys

Tree Editor

KeyDescription
Alt+ArrowsMove the caret up/down/left/right between fields
Ctrl+Shift+Arrow Up/DownSelect multiple fields
Shift+Alt+ArrowsMove current field or selected fields up/down/left/right
Ctrl+DDuplicate field
Ctrl+DelRemove field
Ctrl+EnterOpen link when on a field containing an url
Ctrl+InsInsert a new field with type auto
Ctrl+Shift+InsAppend a new field with type auto
Ctrl+EExpand or collapse field
Alt+EndMove the caret to the last field
Ctrl+FFind
F3, Ctrl+GFind next
Shift+F3, Ctrl+Shift+GFind previous
Alt+HomeMove the caret to the first field
Ctrl+MShow actions menu
Ctrl+ZUndo last action
Ctrl+Shift+ZRedo

Code Editor

The code editor is powered by Ace Editor. 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:

KeyDescription
Ctrl+IFormat JSON data, set proper indentation
Ctrl+Shift+ICompact JSON data, remove all whitespace