Skip to content

Keyboard shortcuts

Here are the essential keyboard shortcuts you can use in Jux to improve your workflow.

Keyboard shortcuts

Essential Shortcuts

ShortcutAction
⌘ + cCopy - Copies the selected element or content to the clipboard.
⌘ + vPaste - Pastes the copied content from the clipboard. See below for more
⌘ + dDuplicate Source - Duplicates the selected element or block.
shift + dWrap with Div - Wraps the selected content in a <div> element.

Selection Shortcuts

ShortcutAction
⌘ + clickDeep Select - Selects a nested element inside a parent component.
escSelect None - Deselects any selected element.
enterSelect Children - Selects the child elements of the current selection.
shift + enterSelect Parent - Selects the parent element of the current selection.

These shortcuts help streamline your design process by allowing quick navigation and manipulation of elements within the editor.

Paste mechanics

When you paste in Jux, the system checks the properties of the copied element and applies the right rules to the new object.

For example:

  • If you copy a source component and make changes, pasting it will create a new instance that still follows the original source component.
  • If you copy an instance with certain properties selected, pasting it will keep those same property selections.