Files
xod/docs/reference/shortcuts
2017-10-20 15:08:03 +03:00
..

title
title
Mouse and Keyboard Shortcuts

Mouse and Keyboard Shortcuts

For shortcuts the following convention is used:

  • C — platform-neutral keyboard input;
  • Ctrl+C — PC-only keyboard input;
  • ⌘ C — Mac-only keyboard input;
  • Click — mouse input.

Project management

Shortcut Action
Ctrl+N | ⌘ N New patch
Ctrl+Shift+N | ⇧⌘ N New project
Ctrl+S | ⌘ S Save project
Ctrl+O | ⌘ O Open project

Patch editing

The shortcuts in the table below are active when the patch board is in focus.

Shortcut Action
Ctrl+C | ⌘ C Copy selected entities (nodes, links, comments) to the clipboard
Ctrl+X | ⌘ X Cut selected entities to the clipboard
Ctrl+V | ⌘ V Paste from the clipboard
Ctrl+Z | ⌘ Z Undo the last action
Ctrl+Shift+Z | ⇧⌘ Z Redo the action undone
Delete | Backspace | Delete selected entities
Escape Select none
Middle + Drag | Space+Left + Drag Pan the patch board
I | Double-click Insert a node (invoke the quick search)

Project browser

Shortcut Action
Drag-n-drop Add a node to the patch
Double-click Open the node as a patch in new tab

View

Shortcut Action
H Toggle the help bar
Ctrl+Shift+= | ⌘ + Zoom in
Ctrl+- | ⌘ - Zoom out
Ctrl+0 | ⌘ 0 Default zoom
Ctrl+Shift+I | ⌥⌘ I Open Electron/Browser developer tools
Ctrl+H Toggle Redux developer tools (development builds only)