Sha256: f7cff1faff3380289423f084ced91f80b7546f631dc5e1d482f939f4e1d9ee3a

Contents?: true

Size: 1.49 KB

Versions: 3

Compression:

Stored size: 1.49 KB

Contents

# Shortcut keys

## Tree Editor

Key                     | Description
----------------------- | ------------------------------------------------
Alt+Arrows              | Move the caret up/down/left/right between fields
Ctrl+Shift+Arrow Up/Down| Select multiple fields
Shift+Alt+Arrows        | Move current field or selected fields up/down/left/right
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


## 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
statixite-1.0.2 vendor/assets/bower_components/jsoneditor/docs/shortcut_keys.md
statixite-1.0.1 vendor/assets/bower_components/jsoneditor/docs/shortcut_keys.md
statixite-1.0.0 vendor/assets/bower_components/jsoneditor/docs/shortcut_keys.md