In the dynamic world of web design, Adobe Dreamweaver is an indispensable tool for developers and designers. But to truly realize the full potential of this powerful software, keyboard shortcuts are a key element.

Keyboard shortcuts in Dreamweaver are far more than just handy shortcuts. They are a bridge to working faster and more efficiently. These shortcuts allow you to complete complex tasks with just a few keystrokes, increasing productivity and saving valuable time. They allow you to switch smoothly between different functions and views without having to navigate through cumbersome menus. This leads to a more seamless and intuitive workflow, which is a great advantage, especially when working to tight deadlines.

In this article, you'll learn how to optimize your web design and development processes with the most important Dreamweaver keyboard shortcuts. Whether you're a beginner or a seasoned pro, these commands will fundamentally improve your work in Dreamweaver. Ready to take your web design skills to the next level? Let's dive into the world of Dreamweaver shortcuts!

Table of Contents

File

fileShortcut
New shortcutCtrl + N
Open fileCtrl + O
Search BridgeCtrl + Alt + O
Close BridgeCtrl + W
Close allCtrl + Shift + W
SaveCtrl + S
Save asCtrl + Shift + S
PrintCtrl + P
PreferencesCtrl + U
Preview in browserF12 / Alt + F12
Check linksShift + F8
ExitCtrl + Q

View / Edit

View / EditShortcut
Zoom inCtrl + +
Zoom outCtrl + -
Zoom in / outCtrl + mouse wheel
Paste with optionsCtrl + Shift + V
SearchCtrl + F
Continue search in selectionShift + F3
Continue searchF3
Change viewCtrl + #
Show rulersCtrl + Alt + R
Show guidesCtrl + Shift + #
Live viewAlt + F11
UndoCtrl + Z
RepeatCtrl + Y
Show gridCtrl + Alt + G
Align to gridCtrl + Shift + Alt + G
Show HTML headerCtrl + Shift + H
Advanced table modeAlt + F6
Hide allCtrl + Shift + I
Stop JavaScriptF6
Play plug-insCtrl + Alt + P
Stop plug-insCtrl + Alt + X

Design view

Design viewShortcut
Quick Tag EditorCtrl + T
Code NavigatorCtrl + Alt + Click
Refresh design viewF5
Pixel width for guidesCtrl

Source code & design

ActionShortcut
No text formattingCtrl + 0
Headline 1 - <h1>Ctrl + 1
Headline 3 - <h3>Ctrl + 3
Headline 6 - <h6>Ctrl + 6
Paragraph - <p>Ctrl + Shift + P
Left - <div align="left">Ctrl + Shift + Alt + L
Right - <div align="right">Ctrl + Shift + Alt + R
Centered - <div align="center">Ctrl + Shift + Alt + C
Justified - <div align="justify">Ctrl + Shift + Alt + J
BoldCtrl + B
ItalicCtrl + I

Working in source code

ActionShortcut
Code helpCtrl + Spacebar
Go to lineCtrl + G
Surround marked selection with #Ctrl + Shift + 3
Remove left standing wordCtrl + Backspace
Remove a word on the rightCtrl + Del
Select line aboveShift + up arrow key
Select line belowShift + down arrow key
Select character on the leftShift + left arrow key
Select character on the rightShift + right arrow key
Select whole page to bottomShift + image below
Select whole page up to topShift + image above
Jump next word to the leftCtrl + left arrow key
Jump next word to the rightCtrl + right arrow key
Select left wordCtrl + Shift + left arrow key
Select word on the rightCtrl + Shift + right arrow key
Jump to the beginning of the linePos1 / arrow diagonally top left
Jump to end of lineEnd / arrow diagonally down right
Select to the beginning of the lineShift + Pos1
Select to end of lineShift + End
Jump to line number 1Ctrl + Pos1
Jump to last line numberCtrl + End

Insert

ActionShortcut
PictureCtrl + Alt + I
TableCtrl + Alt + T
Space ( )Ctrl + Shift + Space
Line break (<br />)Shift + Enter
Insert hyperlinkCtrl + L
Remove hyperlinkCtrl + Shift + L
Tag selectionCtrl + E
SWF fileCtrl + Alt + F
Named anchor pointCtrl + Alt + A
Editable area for templatesCtrl + Alt + V

Window

WindowShortcut
AP elementsF2
BindingsCtrl + F10
Code fragmentsShift + F9
Code inspectorF10 / Alt + F10
CSS stylesShift + F11
DatabasesCtrl + Shift + F10
FilesF8 / Ctrl + Shift + F
PropertiesCtrl + F3
PasteCtrl + F2
Hide windowF4
FramesShift + F2
ComponentsCtrl + F7
Server behaviorCtrl + F9
SearchF7
Tag inspectorF9 / Alt + Shift + F9
BehaviorShift + F4
HistoryShift + F10

Working with tables

ActionShortcut
Select cell individuallyCtrl + click
Select tableCtrl + A 2x
Insert rowCtrl + M
Insert row Version IITab in last cell
Insert columnCtrl + Shift + A
Delete rowCtrl + Shift + M
Delete columnCtrl + Shift + -
Merge cellsCtrl + Shift + Alt + M
Split cellsCtrl + Alt + S

18 tips and tricks for Adobe Dreamweaver

  • You want to quickly transfer the open file to the server, if this is set up via Site, then press Ctrl +  + U.
  • There is an internal browser compatibility test in Dreamweaver that outputs all W3C-invalid errors and the browser compatibilities for all scripts. This function can be accessed via the document bar with the menu item Check page. Very helpful, so that you don't always have to call up your page with all browsers.
  • With Dreamweaver you can open and edit files directly from the server. This saves you having to upload files using the FTP client. Simply click in the Files (F8) => Manage sites window, then click on New and fill in all the details. The server content is then listed there and you can open the desired pages.
  • To make CSS backgrounds easier to recognize, you can activate CSS layout backgrounds in the View => Visual aids => CSS layout backgrounds menu. The individual blocks are now filled with a random color. However, these colors are only displayed in the design window.
  • The display size should not be changed if possible - the default setting is 100% - because otherwise the page will look too pixelated in the Dreamweaver display.
  • By default, up to 50 steps can be undone in the History layer panel. You can increase this value in the General tab of the Preferences (Ctrl + U).
  • It often happens that a new row is required in a table. To do this, simply click in the last cell at the bottom right and then press the tab key. If you need 10 or more new rows or columns, it makes sense to click right mouse button => Insert rows or columns.
  • To quickly hide or show all control panels, press the keyboard shortcut F4. Only the menu and the work window will then be displayed.
  • In Dreamweaver it is possible to search for and replace complete source code blocks. This is particularly useful if you want to replace more than just one line of code that occurs repeatedly.
  • 18 tips and tricks for Adobe Dreamweaver
  • To quickly select the entire content of a table () or a DIV (), click Ctrl + A twice in succession.
  • If you are working in the source code, you can quickly close the tags by choosing Window > Results > Review). The Firefox plug-in HTML Validator (http://users.skynet.be/mgueury/mozilla/) in conjunction with Firebug (http://getfirebug.com/) is also very practical.
  • Good places to go for Dreamweaver tutorials are: www.psd-tutorials.de, www.dreamworker.de and www.adobe.com/devnet/dreamweaver.
  • There are various plug-ins to extend Dreamweaver. You can also edit Joomla! based templates in Dreamweaver. See http://www.joomlaos.de.
274,342,963

Shortcuts for Adobe Dreamweaver - Keyboard shortcuts at a glance

Published on by Stefan Petri
Published on: From Stefan Petri
Together with his brother Matthias, Stefan Petri runs the popular specialist forum PSD-Tutorials.de and the e-learning platform TutKit.com, which focuses on the training and further education of digital professional skills.