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
| Action | Windows | Mac |
|---|---|---|
| Bold | Ctrl + B | Command + B |
| Italic | Ctrl + I | Command + I |
| Undo | Ctrl + Z | Command + Z |
| Redo | Ctrl + Y | Command + Shift + Z |
| Cut | Ctrl + X | Command + X |
| Copy | Ctrl + C | Command + C |
| Paste | Ctrl + V | Command + V |
| Select All | Ctrl + A | Command + A |
| Indent | Ctrl + Alt + ] | Command + Option + ] |
| Outdent | Ctrl + Alt + [ | Command + Option + [ |
| Spell Check | Shift + F7 | Shift + F7 |
| Remove Link | Ctrl + Shift + L | Command + Shift + L |
| Quick Edit (CSS inline) | Ctrl + E | Command + E |
| Toggle Line Comment | Ctrl + / | Command + / |
| Preview in Browser (Primary) | F12 | F12 |
| Preview in Browser (Secondary) | Ctrl + F12 | Command + F12 |
File Shortcuts
| Action | Windows | Mac |
|---|---|---|
| New Document | Ctrl + N | Command + N |
| Open File | Ctrl + O | Command + O |
| Open in Frame | Ctrl + Shift + O | Command + Shift + O |
| Close | Ctrl + W | Command + W |
| Close All | Ctrl + Shift + W | Command + Shift + W |
| Save | Ctrl + S | Command + S |
| Save As | Ctrl + Shift + S | Command + Shift + S |
| Save All | Ctrl + Alt + S | Command + Option + S |
| Print Code | Ctrl + P | Command + P |
| Exit / Quit | Ctrl + Q | Command + Q |
Document Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Switch to Code View | Ctrl + ` | Command + ` |
| Switch to Design View | Ctrl + ` | Command + ` |
| Switch to Split View | Ctrl + Alt + ` | Command + Option + ` |
| Live View toggle | Alt + Shift + F11 | Option + Shift + F11 |
| Refresh Design View | F5 | F5 |
| Head Content | Ctrl + Shift + H | Command + Shift + H |
| New in Same Window | Ctrl + Shift + N | Command + Shift + N |
| Next Document Tab | Ctrl + Tab | Command + Tab |
| Previous Document Tab | Ctrl + Shift + Tab | Command + Shift + Tab |
| Go to Source Code | Ctrl + Alt + ‘ | Command + Option + ‘ |
| Quick Tag Editor | Ctrl + T | Command + T |
| Select Parent Tag | Ctrl + [ | Command + [ |
| Select Child Tag | Ctrl + ] | Command + ] |
Coding Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Go to Line | Ctrl + G | Command + G |
| Show Code Hints | Ctrl + Spacebar | Command + Spacebar |
| Show Parameter Hint | Ctrl + Shift + Spacebar | Command + Shift + Spacebar |
| Quick Doc | Ctrl + K | Command + K |
| Open / Add Line Above | Ctrl + Shift + Enter | Command + Shift + Return |
| Collapse Selection | Ctrl + Shift + C | Command + Shift + C |
| Collapse Outside Selection | Ctrl + Alt + C | Command + Option + C |
| Expand Selection | Ctrl + Shift + E | Command + Shift + E |
| Collapse Full Tag | Ctrl + Shift + J | Command + Shift + J |
| Collapse Outside Full Tag | Ctrl + Alt + J | Command + Option + J |
| Expand All | Ctrl + Alt + E | Command + Option + E |
| Indent Code | Ctrl + Shift + > | Command + Shift + > |
| Outdent Code | Ctrl + Shift + < | Command + Shift + < |
| Balance Braces | Ctrl + ‘ | Command + ‘ |
| Code Navigator | Ctrl + Alt + N | Command + Option + N |
| Delete Word Left | Ctrl + Backspace | Command + Backspace |
| Delete Word Right | Ctrl + Delete | Command + Delete |
| Move Word Left | Ctrl + Left Arrow | Command + Left Arrow |
| Move Word Right | Ctrl + Right Arrow | Command + Right Arrow |
| Move to Line Start | Alt + Left Arrow | Option + Left Arrow |
| Move to Line End | Alt + Right Arrow | Option + Right Arrow |
| Move to File Top | Ctrl + Home | Command + Home |
| Move to File End | Ctrl + End | Command + End |
| Select Line Up | Shift + Up Arrow | Shift + Up Arrow |
| Select Line Down | Shift + Down Arrow | Shift + Down Arrow |
| Select Character Left | Shift + Left Arrow | Shift + Left Arrow |
| Select Character Right | Shift + Right Arrow | Shift + Right Arrow |
| Select Word Left | Ctrl + Shift + Left Arrow | Command + Shift + Left Arrow |
| Select Word Right | Ctrl + Shift + Right Arrow | Command + Shift + Right Arrow |
| Select to File Start | Ctrl + Shift + Home | Command + Shift + Home |
| Select to File End | Ctrl + Shift + End | Command + Shift + End |
| Select to Page Up | Shift + Page Up | Shift + Page Up |
| Select to Page Down | Shift + Page Down | Shift + Page Down |
| Go to Previous Paragraph | Ctrl + Up Arrow | Command + Up Arrow |
| Go to Next Paragraph | Ctrl + Down Arrow | Command + Down Arrow |
| Select from Previous Paragraph | Ctrl + Shift + Up Arrow | Command + Shift + Up Arrow |
| Select to Next Paragraph | Ctrl + Shift + Down Arrow | Command + Shift + Down Arrow |
| Toggle Block Comment | Ctrl + Shift + / | Command + Shift + / |
| Duplicate Line / Selection | Ctrl + D | Command + D |
| Delete Line | Ctrl + Shift + D | Command + Shift + D |
| Jump to Definition | Ctrl + J | Command + J |
| Move to Next Property Pane | Ctrl + Alt + Page Down | Command + Option + Page Down |
| Move to Previous Property Pane | Ctrl + Alt + Page Up | Command + Option + Page Up |
Find Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Find in Current Document | Ctrl + F | Command + F |
| Find Next | F3 | F3 |
| Find Previous | Shift + F3 | Shift + F3 |
| Find and Replace (Current Doc) | Ctrl + H | Command + H |
| Find and Replace in Files | Ctrl + Shift + F | Command + Shift + F |
| Find All and Select | Ctrl + Shift + F3 | Command + Shift + F3 |
| Add Next Match to Selection | Ctrl + R | Command + R |
| Skip and Add Next Match | Ctrl + Alt + R | Command + Option + R |
| Replace in Current Document | Ctrl + H | Command + H |
CSS Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Compile CSS Preprocessors | F9 | F9 |
| Add CSS Selector | Ctrl + Alt + S | Command + Option + S |
| Add CSS Property | Ctrl + Alt + P | Command + Option + P |
Tables Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Insert Table | Ctrl + Alt + T | Command + Option + T |
| Merge Cells | Ctrl + Alt + M | Command + Option + M |
| Split Cell | Ctrl + Alt + Shift + T | Command + Option + Shift + T |
| Insert Row | Ctrl + M | Command + M |
| Insert Column | Ctrl + Shift + A | Command + Shift + A |
| Delete Row | Ctrl + Shift + M | Command + Shift + M |
| Delete Column | Ctrl + Shift + – | Command + Shift + – |
| Increase Column Span | Ctrl + Shift + ] | Command + Shift + ] |
| Decrease Column Span | Ctrl + Shift + [ | Command + Shift + [ |
Insert Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Insert Image | Ctrl + Alt + I | Command + Option + I |
| Insert HTML5 Video | Ctrl + Alt + Shift + V | Command + Option + Shift + V |
| Insert Animated Composition | Ctrl + Alt + Shift + E | Command + Option + Shift + E |
| Insert Flash SWF | Ctrl + Alt + F | Command + Option + F |
| Insert Line Break | Shift + Enter | Shift + Return |
| Insert Non-Breaking Space | Ctrl + Shift + Spacebar | Command + Shift + Spacebar |
| Insert Snippet | Shift + F9 | Shift + F9 |
Site Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Get File from Server | Ctrl + Alt + D | Command + Option + D |
| Check Out File | Ctrl + Alt + Shift + D | Command + Option + Shift + D |
| Put File to Server | Ctrl + Shift + U | Command + Shift + U |
| Check In File | Ctrl + Alt + Shift + U | Command + Option + Shift + U |
| Check Links Sitewide | Ctrl + F8 | Command + F8 |
| Show Page Titles | Ctrl + Shift + T | Command + Shift + T |
Guides Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Show Guides | Ctrl + ; | Command + ; |
| Lock Guides | Ctrl + Alt + ; | Command + Option + ; |
| Snap to Guides | Ctrl + Shift + ; | Command + Shift + ; |
| Guides Snap to Elements | Ctrl + Shift + G | Command + Shift + G |
| Show Grid | Ctrl + Alt + G | Command + Option + G |
| Snap to Grid | Ctrl + Alt + Shift + G | Command + Option + Shift + G |
| Show Rulers | Ctrl + Alt + R | Command + Option + R |
Magnify Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Zoom In | Ctrl + + | Command + + |
| Zoom Out | Ctrl + – | Command + – |
| 50% Zoom | Ctrl + Alt + 5 | Command + Option + 5 |
| 100% Zoom | Ctrl + 0 | Command + 0 |
| 200% Zoom | Ctrl + Alt + 2 | Command + Option + 2 |
| 300% Zoom | Ctrl + Alt + 3 | Command + Option + 3 |
| Fit Selection | Ctrl + Alt + 0 | Command + Option + 0 |
| Fit All | Ctrl + Shift + 0 | Command + Shift + 0 |
| Fit Width | Ctrl + Alt + Shift + 0 | Command + Option + Shift + 0 |
| Increase Font Size | Ctrl + + | Command + + |
| Decrease Font Size | Ctrl + – | Command + – |
| Restore Font Size | Ctrl + 0 | Command + 0 |
Window Shortcuts
| Action | Windows | Mac |
|---|---|---|
| Show / Hide All Panels | F4 | F4 |
| Show Properties Panel | Ctrl + F3 | Command + F3 |
| Show CSS Designer | Shift + F11 | Shift + F11 |
| Show Files Panel | F8 | F8 |
| Show Assets Panel | F11 | F11 |
| Show Snippets Panel | Shift + F9 | Shift + F9 |
| Show Insert Panel | Ctrl + F2 | Command + F2 |
| Show Results Panel | F7 | F7 |
| Show Code Inspector | F10 | F10 |
| Show Behaviors Panel | Shift + F4 | Shift + F4 |
| Show History Panel | Shift + F10 | Shift + F10 |
| Show Layers Panel | F2 | F2 |
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:
- Click the “+” button in the Shortcuts column
- Click inside the “Press Key” field
- Press the key combination you want to assign (e.g. Ctrl + Shift + X)
- Dreamweaver will warn you if that combination is already in use
- 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:
- Open Edit > Keyboard Shortcuts again
- Click the “Export Set as HTML” button (third icon at the top)
- 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:





