How To Master HighLevel Keyboard Shortcuts: Advanced Workflow Guide
Master HighLevel keyboard shortcuts to build and audit automations faster. This guide covers essential commands for navigating the Advanced Workflow Builder, duplicating complex branches, and using diagnostic toggles to streamline your agency's workflow management.
If you build automations and workflows inside HighLevel (GHL), keyboard shortcuts will save you hours. These shortcuts let you navigate complex workflow maps, copy and move branches, toggle useful overlays, and perform bulk edits without hunting through menus. Below is a practical, organized guide to the Advanced Workflow Builder shortcuts, how to use them, and tips for agency setups and scaling your automation library.
The Complete Operating System for Growth
Join over 60,000+ agencies and businesses using HighLevel to capture more leads and close more deals. Start your trial today and get instant access to the Nexus Hub resources.
Claim Your Free Trial & BonusesWhere to start: open the Advanced Builder and shortcut menu
First, switch to the Advanced Builder from the top-left of the workflows area. Once you are in the advanced canvas, click the keyboard icon in the top-left to reveal the built-in shortcut reference. That menu lists shortcuts by category, which I break down below with examples and best-practice uses.
Essential shortcuts: quick toggles and canvas navigation
These are the shortcuts you will use most often for moving around and inspecting your workflow at a glance.
- Arrow keys — Move to the next or previous node. When you hit a branched action such as wait timers or if/else, use the down or up arrows to toggle between branches.
- Command/Control + Shift + S — Toggle Stats View. This overlays stats for individual actions so you can quickly audit performance across the workflow.
- Shift + A — Toggle Workflow AI off (useful if you want to hide AI suggestions or overlays).
- Shift + + / Shift + - — Zoom in and out of the canvas for a closer look or a broader view.
- Shift + W — Open the workflow switcher to jump to another workflow without leaving the builder.
- Shift + E — Highlight errors on the canvas so you can find and fix broken logic quickly.
- Shift + V — Open Version History to review or restore earlier versions of the workflow.
Tip: On Windows use Ctrl where the guide lists Command. Also make sure the canvas is focused (click an empty spot on the canvas) before using navigation shortcuts.
Editing shortcuts: copy, cut, paste and duplicate efficiently
Editing shortcuts are where you get exponential speed gains when building or cloning automations.
- Command/Control + X — Cut selected node immediately (no confirmation dialog). Use this for quick cleanup.
- Command/Control + C — Copy a single node.
- Command/Control + Shift + C — Copy all actions from the selected node onward. Ideal for copying entire branches or repeating a sequence of actions across workflows.
- Command/Control + V — Paste copied nodes. You can paste repeatedly to duplicate a sequence multiple times.
- Command/Control + Shift + X — Cut/delete all actions from the selected node onward. Use carefully—this removes a block of actions instantly.
Use the "copy from here onward" shortcut whenever you want to duplicate onboarding sequences, multi-step follow-ups, or complex tag/tagging logic across multiple campaigns. It keeps structure intact and saves the time of manually dragging each action.
Viewing controls: zoom and fit view
Manage canvas visibility with these fast view shortcuts:
- Shift + + / Shift + - — Zoom in and out.
- 0 — Zoom to 100% (actual size).
- 1 — Fit view (auto-zoom to show the entire workflow on screen).
Fit view is especially helpful when you inherit a workflow built by someone else and need a quick map of the entire logic. Zoom 100% to edit precise connections and label text without distortion.
Navigational shortcuts: move through branches and select chunks
When a workflow grows, moving or editing entire upstream/downstream sections is critical. These navigation shortcuts make that painless.
- Arrow keys — Step forward and backward through nodes. If a node branches, use down/up to switch branches.
- Shift + Arrow — Select all upstream or downstream nodes from the current node. This is the fastest way to move a sequence of actions as a group.
Example: select a trigger, hit Shift + Right Arrow to select everything that follows, then move the group to cleanly reorganize or drag it to a new position.
Tool shortcuts: panels, delete, undo, and select all
These are small but high-impact shortcuts for general canvas control.
- Delete key — Delete a selected node. This prompts a confirmation dialog so you don’t lose work by accident.
- Tab — Open the Actions panel on the right to add actions to the canvas quickly.
- Shift + Tab — Open the Triggers panel so you can drag triggers to the canvas.
- Command/Control + Backspace — Delete all actions from the selected node onward without the confirmation dialog.
- Command/Control + Z — Undo the last action (works across most editor changes).
- Command/Control + A — Select the entire workflow. Useful for bulk moving and arranging.
Note the difference between Delete and Command/Control + Backspace. Delete prompts a confirmation, which is safer for one-offs. Use the backspace shortcut for quick, intentional bulk deletions when you know exactly what you’re removing.
Practical examples and workflow patterns
Shortcuts are most useful when applied to common workflow patterns. Here are practical scenarios where they speed up real work.
1. Cloning a nurture sequence across clients
- Open the source workflow and select the first node of the nurture sequence.
- Press Command/Control + Shift + C to copy all actions from that node onward.
- Open the destination workflow and paste with Command/Control + V.
- Adjust messaging or delay times, then run a test to confirm behavior.
This preserves branching logic, tags, and conditional waits so you don’t rebuild the sequence manually.
The Complete Operating System for Growth
Join over 60,000+ agencies and businesses using HighLevel to capture more leads and close more deals. Start your trial today and get instant access to the Nexus Hub resources.
Claim Your Free Trial & Bonuses2. Reorganizing a large automation
- Click an empty spot to focus the canvas, then select the node where the section begins.
- Press Shift + Right Arrow to select downstream actions.
- Use drag-and-drop to reposition the entire block or use cut/paste shortcuts to move between workflows.
For visual cleanup, hit 1 to fit the entire workflow into view, then use the arrow keys to step through nodes for spot edits.
3. Debugging and hardening automations
- Toggle Shift + E to surface errors that might be causing logic failures.
- Open Shift + V to inspect version history and restore a working snapshot if needed.
- Use Command/Control + Z to revert recent changes while you test fixes.
Switch on Stats View (Command/Control + Shift + S) to see action-level performance and identify dropout points for optimization.
Tips and best practices for agencies and scaling
If you run an agency or manage many client automations, these workflow habits will keep things tidy and repeatable.
- Standardize templates: Build core blueprint workflows (onboarding, lead nurture, winback) and store them in a template library. Use the copy-from-here onward shortcut to quickly clone core logic into a client’s account.
- Label nodes clearly: Short, consistent names for actions make keyboard navigation and selection intuitive when you rely on arrow key stepping.
- Use version history proactively: Before large edits, create a named version snapshot so you can restore quickly if a change introduces issues.
- Document changes: Add a note or maintain an internal changelog when you bulk update a workflow. That helps with client transparency and troubleshooting.
- Train your team: Encourage developers and team members to learn the top 8–10 shortcuts first (arrow keys, copy/paste, select all, stats view). Short daily practice sessions will pay off fast.
Troubleshooting shortcuts
If a shortcut doesn’t work:
- Confirm you are in the Advanced Builder and the canvas is focused (click an empty space).
- Check whether a text field is active; shortcuts will be ignored while typing in an input or editor.
- Try the Ctrl key on Windows where Command is listed for Mac keyboards.
- Test in a different browser or clear cache if the canvas behaves inconsistently. Browser extensions can sometimes interfere with global keyboard shortcuts.
Quick reference: keyboard shortcut cheat sheet
- Navigation: Arrow keys (next / previous), Up/Down (branch navigation)
- Select: Shift + Arrow (select upstream/downstream), Command/Control + A (select all)
- Copy / Cut / Paste: Cmd/Ctrl + C, Cmd/Ctrl + X, Cmd/Ctrl + V
- Copy onward: Cmd/Ctrl + Shift + C
- Cut onward: Cmd/Ctrl + Shift + X
- Stats view: Cmd/Ctrl + Shift + S
- Workflow switcher: Shift + W
- Errors: Shift + E
- Version history: Shift + V
- Zoom: Shift + + / Shift + - (Zoom), 0 (100%), 1 (Fit view)
- Panels: Tab (Actions), Shift + Tab (Triggers)
- Delete onward: Cmd/Ctrl + Backspace
- Undo: Cmd/Ctrl + Z
- Delete (with confirmation): Delete key
Where to go next
If you want hands-on support, consider starting a free trial of HighLevel to practice these shortcuts inside your own CRM and automation environment. For agencies, the Nexus Hub community and template library are excellent resources for ready-made workflow blueprints and implementation support.
FAQ
How do I access the keyboard shortcuts inside the Advanced Builder?
Click the keyboard icon in the top-left of the Advanced Builder canvas to view the built-in shortcut menu. Make sure you are in the Advanced Builder mode from the top-left of the workflows area before accessing the icon.
Do these shortcuts work on Windows and Mac?
Yes. Mac uses the Command key while Windows uses Ctrl for the same shortcuts. Most other keys and modifier combinations remain the same. If a shortcut does not respond, ensure the canvas is focused and no text input is active.
How do I copy an entire branch or sequence?
Select the first node of the sequence and press Command/Control + Shift + C to copy all actions from that node onward. Then paste where you want with Command/Control + V.
What is the safest way to remove nodes without losing work?
Use the Delete key for a confirmation dialog when removing single nodes. For bulk removal, Command/Control + Shift + X or Command/Control + Backspace will delete onward immediately. Use Version History (Shift + V) to restore previous states if needed.
Why are my shortcuts not working sometimes?
Common reasons include the builder not being in Advanced mode, the canvas not being focused, or a text field being active. Browser extensions and OS-level keyboard shortcuts can also interfere. Try focusing the canvas or using a different browser.
How can I quickly find errors in a complex workflow?
Press Shift + E to highlight errors across the workflow. Combine this with Version History (Shift + V) and Stats View (Command/Control + Shift + S) to diagnose and roll back problematic changes.
Mastering these keyboard shortcuts will help you build HighLevel automations faster and with fewer errors. Practice the ones you use most often until they become second nature. If you need templates or community help, look into the Nexus Hub and consider starting a free trial to explore HighLevel hands-on.
The Complete Operating System for Growth
Join over 60,000+ agencies and businesses using HighLevel to capture more leads and close more deals. Start your trial today and get instant access to the Nexus Hub resources.
Claim Your Free Trial & Bonuses