Shortcuts Suggestion

Hello in the instruction section we have only the shortcuts that work on windows, can somebody guide me on where I find the same for MAC

Hi, I haven’t found it myself online but with the help of Google Gemini it translated the windows page.

If you could confirm the quality I could ask to add to the docs :slight_smile:

n8n keyboard shortcuts translated for macOS users, using standard Mac key names and symbols (where ⌘ = Command, βŒ₯ = Option, ⇧ = Shift, :leftwards_arrow_with_hook: = Return, ⌫ = Delete/Backspace, ⌦ = Forward Delete):

Keyboard shortcuts and controls

Workflow controls

  • Cmd + Option + n (⌘βŒ₯n): create new workflow

  • Cmd + o (⌘o): open workflow

  • Cmd + s (⌘s): save the current workflow

  • Cmd + z (⌘z): undo

  • Cmd + Shift + z (β‡§βŒ˜z): redo

  • Cmd + Return (βŒ˜β†©) or Cmd + Enter: execute workflow

Canvas

  • Move the canvas

    • Cmd + Left Mouse Button + drag (⌘ + Click + Drag): move node view

    • Cmd + Middle mouse button + drag (⌘ + Middle Click + Drag): move node view (Note: Middle click might require specific mouse hardware/configuration)

    • Space + drag: move node view

    • Middle mouse button + drag: move node view (Note: Middle click might require specific mouse hardware/configuration)

    • Two fingers drag on trackpad/touch screen: move node view

  • Canvas zoom

    • + or =: zoom in

    • - or _: zoom out

    • 0: reset zoom level

    • 1: zoom to fit workflow

    • Cmd + Mouse wheel scroll (⌘ + Scroll): zoom in/out

    • Pinch gesture on trackpad: zoom in/out

Nodes on the canvas

  • Cmd + a (⌘a): select all nodes

  • Cmd + v (⌘v): paste nodes

  • Shift + s (⇧s): add sticky note

With one or more nodes selected in canvas

  • ArrowDown (↓): select sibling node below the current one

  • ArrowLeft (←): select node left of the current one

  • ArrowRight (β†’): select node right of the current one

  • ArrowUp (↑): select sibling node above the current one

  • Cmd + c (⌘c): copy

  • Cmd + x (⌘x): cut

  • D: deactivate

  • Delete (⌫) or Fn + Delete (⌦ for forward delete): delete

  • Return (:leftwards_arrow_with_hook:) or Enter: open

  • F2 (possibly Fn + F2): rename (Note: You might need to press Fn depending on your System Preferences > Keyboard settings for F-keys)

  • P: pin data in node. Refer to Data pinning for more information.

  • Shift + ArrowLeft (⇧←): select all nodes left of the current one

  • Shift + ArrowRight (⇧→): select all nodes right of the current one

Node panel

  • Tab (β‡₯): open the Node Panel

  • Return (:leftwards_arrow_with_hook:) or Enter: insert selected node into workflow

  • Escape (esc): close Node panel

Node panel categories

  • Return (:leftwards_arrow_with_hook:) or Enter: insert node into workflow, collapse/expand category, open subcategory

  • ArrowRight (β†’): expand category, open subcategory

  • ArrowLeft (←): collapse category, close subcategory view

Within nodes

  • =: in an empty parameter input, this switches to expressions mode.
1 Like

sure man let me check

1 Like