Complete Dreamweaver Shortcut Keys (Windows & Mac) — 2026 Cheat Sheet

Adobe Dreamweaver keyboard shortcuts are key combinations that trigger commands directly in the Dreamweaver interface without using the menu bar. They work across all major versions of Dreamweaver including CS5, CS6, and Creative Cloud (CC), and are available on both Windows and Mac operating systems.

Dreamweaver includes 140+ default keyboard shortcuts covering code editing, CSS design, table management, file handling, find and replace, and site management. Every shortcut can also be fully customized via Edit > Keyboard Shortcuts (Windows) or Dreamweaver > Keyboard Shortcuts (Mac).

Dreamweaver Shortcuts: Quick Facts

  • Total default shortcuts: 140+
  • Available on: Windows and Mac
  • Versions supported: CS5, CS6, CC, CC 2024
  • Categories: Coding, CSS, Tables, Find & Replace, Insert, Site Management, Guides & Grids, Magnification, Navigation
  • Custom shortcuts: Yes fully customizable via Edit > Keyboard Shortcuts
  • Shortcut sets: Dreamweaver Default, HomeSite style, BBEdit style
  • PDF available: Yes free download on this page

Read More: Best Adobe Dreamweaver Alternatives & Competitors

What is the shortcut to insert a table in Dreamweaver?

The shortcut to insert a table in Adobe Dreamweaver is Ctrl + Alt + T on Windows and Command + Option + T on Mac. This instantly opens the Insert Table dialog box without going through the Insert menu.

What is the shortcut for Find and Replace in Dreamweaver?

To find and replace text in the current document, use Ctrl + H (Windows) or Command + H (Mac). To find and replace across all files in your site, use Ctrl + Shift + F (Windows) or Command + Shift + F (Mac).

How do I switch between Code view and Design view in Dreamweaver?

Press Ctrl + ** (backtick, Windows) or **Command + (Mac) to toggle between Code view and Design view in Dreamweaver. To open Split view (both panels side by side), use Ctrl + Alt + ** (Windows) or **Command + Option + (Mac).

What is the shortcut for spell check in Dreamweaver?

The spell check shortcut in Dreamweaver is Shift + F7 on both Windows and Mac. This runs a spell check on the entire current document.

Most Used Adobe Dreamweaver Shortcut Keys

ActionWindowsMac
BoldCtrl + BCommand + B
ItalicCtrl + ICommand + I
UndoCtrl + ZCommand + Z
RedoCtrl + YCommand + Shift + Z
CutCtrl + XCommand + X
CopyCtrl + CCommand + C
PasteCtrl + VCommand + V
Select AllCtrl + ACommand + A
IndentCtrl + Alt + ]Command + Option + ]
OutdentCtrl + Alt + [Command + Option + [
Spell CheckShift + F7Shift + F7
Remove LinkCtrl + Shift + LCommand + Shift + L
Quick Edit (CSS inline)Ctrl + ECommand + E
Toggle Line CommentCtrl + /Command + /
Preview in Browser (Primary)F12F12
Preview in Browser (Secondary)Ctrl + F12Command + F12

File Shortcuts

ActionWindowsMac
New DocumentCtrl + NCommand + N
Open FileCtrl + OCommand + O
Open in FrameCtrl + Shift + OCommand + Shift + O
CloseCtrl + WCommand + W
Close AllCtrl + Shift + WCommand + Shift + W
SaveCtrl + SCommand + S
Save AsCtrl + Shift + SCommand + Shift + S
Save AllCtrl + Alt + SCommand + Option + S
Print CodeCtrl + PCommand + P
Exit / QuitCtrl + QCommand + Q

Document Shortcuts

ActionWindowsMac
Switch to Code ViewCtrl + `Command + `
Switch to Design ViewCtrl + `Command + `
Switch to Split ViewCtrl + Alt + `Command + Option + `
Live View toggleAlt + Shift + F11Option + Shift + F11
Refresh Design ViewF5F5
Head ContentCtrl + Shift + HCommand + Shift + H
New in Same WindowCtrl + Shift + NCommand + Shift + N
Next Document TabCtrl + TabCommand + Tab
Previous Document TabCtrl + Shift + TabCommand + Shift + Tab
Go to Source CodeCtrl + Alt + ‘Command + Option + ‘
Quick Tag EditorCtrl + TCommand + T
Select Parent TagCtrl + [Command + [
Select Child TagCtrl + ]Command + ]

Coding Shortcuts

ActionWindowsMac
Go to LineCtrl + GCommand + G
Show Code HintsCtrl + SpacebarCommand + Spacebar
Show Parameter HintCtrl + Shift + SpacebarCommand + Shift + Spacebar
Quick DocCtrl + KCommand + K
Open / Add Line AboveCtrl + Shift + EnterCommand + Shift + Return
Collapse SelectionCtrl + Shift + CCommand + Shift + C
Collapse Outside SelectionCtrl + Alt + CCommand + Option + C
Expand SelectionCtrl + Shift + ECommand + Shift + E
Collapse Full TagCtrl + Shift + JCommand + Shift + J
Collapse Outside Full TagCtrl + Alt + JCommand + Option + J
Expand AllCtrl + Alt + ECommand + Option + E
Indent CodeCtrl + Shift + >Command + Shift + >
Outdent CodeCtrl + Shift + <Command + Shift + <
Balance BracesCtrl + ‘Command + ‘
Code NavigatorCtrl + Alt + NCommand + Option + N
Delete Word LeftCtrl + BackspaceCommand + Backspace
Delete Word RightCtrl + DeleteCommand + Delete
Move Word LeftCtrl + Left ArrowCommand + Left Arrow
Move Word RightCtrl + Right ArrowCommand + Right Arrow
Move to Line StartAlt + Left ArrowOption + Left Arrow
Move to Line EndAlt + Right ArrowOption + Right Arrow
Move to File TopCtrl + HomeCommand + Home
Move to File EndCtrl + EndCommand + End
Select Line UpShift + Up ArrowShift + Up Arrow
Select Line DownShift + Down ArrowShift + Down Arrow
Select Character LeftShift + Left ArrowShift + Left Arrow
Select Character RightShift + Right ArrowShift + Right Arrow
Select Word LeftCtrl + Shift + Left ArrowCommand + Shift + Left Arrow
Select Word RightCtrl + Shift + Right ArrowCommand + Shift + Right Arrow
Select to File StartCtrl + Shift + HomeCommand + Shift + Home
Select to File EndCtrl + Shift + EndCommand + Shift + End
Select to Page UpShift + Page UpShift + Page Up
Select to Page DownShift + Page DownShift + Page Down
Go to Previous ParagraphCtrl + Up ArrowCommand + Up Arrow
Go to Next ParagraphCtrl + Down ArrowCommand + Down Arrow
Select from Previous ParagraphCtrl + Shift + Up ArrowCommand + Shift + Up Arrow
Select to Next ParagraphCtrl + Shift + Down ArrowCommand + Shift + Down Arrow
Toggle Block CommentCtrl + Shift + /Command + Shift + /
Duplicate Line / SelectionCtrl + DCommand + D
Delete LineCtrl + Shift + DCommand + Shift + D
Jump to DefinitionCtrl + JCommand + J
Move to Next Property PaneCtrl + Alt + Page DownCommand + Option + Page Down
Move to Previous Property PaneCtrl + Alt + Page UpCommand + Option + Page Up

Find Shortcuts

ActionWindowsMac
Find in Current DocumentCtrl + FCommand + F
Find NextF3F3
Find PreviousShift + F3Shift + F3
Find and Replace (Current Doc)Ctrl + HCommand + H
Find and Replace in FilesCtrl + Shift + FCommand + Shift + F
Find All and SelectCtrl + Shift + F3Command + Shift + F3
Add Next Match to SelectionCtrl + RCommand + R
Skip and Add Next MatchCtrl + Alt + RCommand + Option + R
Replace in Current DocumentCtrl + HCommand + H

CSS Shortcuts

ActionWindowsMac
Compile CSS PreprocessorsF9F9
Add CSS SelectorCtrl + Alt + SCommand + Option + S
Add CSS PropertyCtrl + Alt + PCommand + Option + P

Tables Shortcuts

ActionWindowsMac
Insert TableCtrl + Alt + TCommand + Option + T
Merge CellsCtrl + Alt + MCommand + Option + M
Split CellCtrl + Alt + Shift + TCommand + Option + Shift + T
Insert RowCtrl + MCommand + M
Insert ColumnCtrl + Shift + ACommand + Shift + A
Delete RowCtrl + Shift + MCommand + Shift + M
Delete ColumnCtrl + Shift + –Command + Shift + –
Increase Column SpanCtrl + Shift + ]Command + Shift + ]
Decrease Column SpanCtrl + Shift + [Command + Shift + [

Insert Shortcuts

ActionWindowsMac
Insert ImageCtrl + Alt + ICommand + Option + I
Insert HTML5 VideoCtrl + Alt + Shift + VCommand + Option + Shift + V
Insert Animated CompositionCtrl + Alt + Shift + ECommand + Option + Shift + E
Insert Flash SWFCtrl + Alt + FCommand + Option + F
Insert Line BreakShift + EnterShift + Return
Insert Non-Breaking SpaceCtrl + Shift + SpacebarCommand + Shift + Spacebar
Insert SnippetShift + F9Shift + F9

Site Shortcuts

ActionWindowsMac
Get File from ServerCtrl + Alt + DCommand + Option + D
Check Out FileCtrl + Alt + Shift + DCommand + Option + Shift + D
Put File to ServerCtrl + Shift + UCommand + Shift + U
Check In FileCtrl + Alt + Shift + UCommand + Option + Shift + U
Check Links SitewideCtrl + F8Command + F8
Show Page TitlesCtrl + Shift + TCommand + Shift + T

Guides Shortcuts

ActionWindowsMac
Show GuidesCtrl + ;Command + ;
Lock GuidesCtrl + Alt + ;Command + Option + ;
Snap to GuidesCtrl + Shift + ;Command + Shift + ;
Guides Snap to ElementsCtrl + Shift + GCommand + Shift + G
Show GridCtrl + Alt + GCommand + Option + G
Snap to GridCtrl + Alt + Shift + GCommand + Option + Shift + G
Show RulersCtrl + Alt + RCommand + Option + R

Magnify Shortcuts

ActionWindowsMac
Zoom InCtrl + +Command + +
Zoom OutCtrl + –Command + –
50% ZoomCtrl + Alt + 5Command + Option + 5
100% ZoomCtrl + 0Command + 0
200% ZoomCtrl + Alt + 2Command + Option + 2
300% ZoomCtrl + Alt + 3Command + Option + 3
Fit SelectionCtrl + Alt + 0Command + Option + 0
Fit AllCtrl + Shift + 0Command + Shift + 0
Fit WidthCtrl + Alt + Shift + 0Command + Option + Shift + 0
Increase Font SizeCtrl + +Command + +
Decrease Font SizeCtrl + –Command + –
Restore Font SizeCtrl + 0Command + 0

Window Shortcuts

ActionWindowsMac
Show / Hide All PanelsF4F4
Show Properties PanelCtrl + F3Command + F3
Show CSS DesignerShift + F11Shift + F11
Show Files PanelF8F8
Show Assets PanelF11F11
Show Snippets PanelShift + F9Shift + F9
Show Insert PanelCtrl + F2Command + F2
Show Results PanelF7F7
Show Code InspectorF10F10
Show Behaviors PanelShift + F4Shift + F4
Show History PanelShift + F10Shift + F10
Show Layers PanelF2F2

How to Customize Keyboard Shortcuts in Dreamweaver

Adobe Dreamweaver lets you create fully custom keyboard shortcut sets a feature most users never discover. If you’re switching from VS Code, Brackets, or BBEdit, you can remap Dreamweaver’s shortcuts to match what you already know. Here’s exactly how to do it.

Step 1 – Open the Keyboard Shortcuts Editor

Windows: Go to Edit > Keyboard Shortcuts
Mac: Go to Dreamweaver > Keyboard Shortcuts
This opens the Keyboard Shortcuts dialog box, which shows your current active shortcut set.

Step 2 – Choose a Starting Shortcut Set

At the top of the dialog, you’ll see a “Current Set” dropdown. Dreamweaver includes three built-in sets to choose from:

  • Dreamweaver Standard: the default set used throughout this guide
  • HomeSite/BBEdit: for users coming from those editors
  • Macromedia Standard: legacy set from pre-Adobe Dreamweaver versions

Select whichever set is closest to what you want, then duplicate it before editing (see Step 3).

Step 3 – Duplicate the Set Before Editing

Never edit a built-in shortcut set directly. Click the Duplicate Set button (the copy icon at the top of the dialog) and give your new set a name for example “My Custom Set.” This protects the original defaults so you can always revert.

Step 4 – Find the Command You Want to Remap

Use the “Commands” dropdown to filter by category:

  • Menu Commands: shortcuts for menu items like File, Edit, View
  • Code Editing: shortcuts used inside the code editor
  • Document: shortcuts for document-level actions
  • Site: shortcuts for site panel actions
  • Snippets: shortcuts to trigger saved code snippets

Click any command in the list to see its currently assigned shortcut on the right.

Step 5 – Assign a New Shortcut

With your command selected:

  1. Click the “+” button in the Shortcuts column
  2. Click inside the “Press Key” field
  3. Press the key combination you want to assign (e.g. Ctrl + Shift + X)
  4. Dreamweaver will warn you if that combination is already in use
  5. Click “Change” to confirm

Step 6 – Save and Apply

Click OK to close the dialog. Your new shortcut set is now active and your custom shortcuts work immediately no restart needed.

Step 7 – Export Your Shortcut Set as HTML (Optional)

To save a reference copy of your custom shortcut set:

  1. Open Edit > Keyboard Shortcuts again
  2. Click the “Export Set as HTML” button (third icon at the top)
  3. Save the HTML file you can open it in any browser and print it as a personal cheat sheet

Final Thoughts on Dreamweaver Shortcut Keys

If there’s one habit that separates slow Dreamweaver users from fast ones, it’s this: they stopped reaching for the menu bar.

The shortcuts on this page cover everything from inserting a table in one keystroke (Ctrl + Alt + T) to finding and replacing code across your entire site (Ctrl + Shift + F) to collapsing and expanding code blocks without touching your mouse. Once these become muscle memory, you’ll wonder how you ever worked without them.

A few shortcuts worth making your first priority if you’re just getting started:

  • Ctrl + E (Quick Edit) – edit CSS inline without leaving your HTML file
  • Ctrl + / (Toggle Line Comment) – comment and uncomment code instantly
  • Ctrl + Shift + F (Find and Replace in Files) – find anything across your whole site
  • Ctrl + Alt + T (Insert Table) – the most-searched Dreamweaver shortcut for a reason
  • F4 (Show/Hide All Panels) – instantly clean up your workspace when you need focus

And remember if none of the default shortcuts feel natural to you, Dreamweaver lets you remap every single one via Edit > Keyboard Shortcuts. You can match your existing muscle memory from VS Code, BBEdit, or HomeSite in under five minutes.

READ NEXT:

Pratik

Pratik is the founder of Tutorial Tactic and a productivity tools specialist with 15 years of hands-on experience in Google Workspace, Microsoft Office, and software automation. He has published over 1,500 guides on keyboard shortcuts, software commands, how-to tutorials and workflow optimization, helping readers across the US and India work faster with the tools they use every day. Tutorial Tactic was founded in 2021 with one goal: cut through the noise and give readers exactly what they need fast, verified, and beginner-friendly.
Back to top button