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
file
Shortcut
New shortcut
Ctrl + N
Open file
Ctrl + O
Search Bridge
Ctrl + Alt + O
Close Bridge
Ctrl + W
Close all
Ctrl + Shift + W
Save
Ctrl + S
Save as
Ctrl + Shift + S
Print
Ctrl + P
Preferences
Ctrl + U
Preview in browser
F12 / Alt + F12
Check links
Shift + F8
Exit
Ctrl + Q
View / Edit
View / Edit
Shortcut
Zoom in
Ctrl + +
Zoom out
Ctrl + -
Zoom in / out
Ctrl + mouse wheel
Paste with options
Ctrl + Shift + V
Search
Ctrl + F
Continue search in selection
Shift + F3
Continue search
F3
Change view
Ctrl + #
Show rulers
Ctrl + Alt + R
Show guides
Ctrl + Shift + #
Live view
Alt + F11
Undo
Ctrl + Z
Repeat
Ctrl + Y
Show grid
Ctrl + Alt + G
Align to grid
Ctrl + Shift + Alt + G
Show HTML header
Ctrl + Shift + H
Advanced table mode
Alt + F6
Hide all
Ctrl + Shift + I
Stop JavaScript
F6
Play plug-ins
Ctrl + Alt + P
Stop plug-ins
Ctrl + Alt + X
Design view
Design view
Shortcut
Quick Tag Editor
Ctrl + T
Code Navigator
Ctrl + Alt + Click
Refresh design view
F5
Pixel width for guides
Ctrl
Source code & design
Action
Shortcut
No text formatting
Ctrl + 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
Bold
Ctrl + B
Italic
Ctrl + I
Working in source code
Action
Shortcut
Code help
Ctrl + Spacebar
Go to line
Ctrl + G
Surround marked selection with #
Ctrl + Shift + 3
Remove left standing word
Ctrl + Backspace
Remove a word on the right
Ctrl + Del
Select line above
Shift + up arrow key
Select line below
Shift + down arrow key
Select character on the left
Shift + left arrow key
Select character on the right
Shift + right arrow key
Select whole page to bottom
Shift + image below
Select whole page up to top
Shift + image above
Jump next word to the left
Ctrl + left arrow key
Jump next word to the right
Ctrl + right arrow key
Select left word
Ctrl + Shift + left arrow key
Select word on the right
Ctrl + Shift + right arrow key
Jump to the beginning of the line
Pos1 / arrow diagonally top left
Jump to end of line
End / arrow diagonally down right
Select to the beginning of the line
Shift + Pos1
Select to end of line
Shift + End
Jump to line number 1
Ctrl + Pos1
Jump to last line number
Ctrl + End
Insert
Action
Shortcut
Picture
Ctrl + Alt + I
Table
Ctrl + Alt + T
Space ( )
Ctrl + Shift + Space
Line break (<br />)
Shift + Enter
Insert hyperlink
Ctrl + L
Remove hyperlink
Ctrl + Shift + L
Tag selection
Ctrl + E
SWF file
Ctrl + Alt + F
Named anchor point
Ctrl + Alt + A
Editable area for templates
Ctrl + Alt + V
Window
Window
Shortcut
AP elements
F2
Bindings
Ctrl + F10
Code fragments
Shift + F9
Code inspector
F10 / Alt + F10
CSS styles
Shift + F11
Databases
Ctrl + Shift + F10
Files
F8 / Ctrl + Shift + F
Properties
Ctrl + F3
Paste
Ctrl + F2
Hide window
F4
Frames
Shift + F2
Components
Ctrl + F7
Server behavior
Ctrl + F9
Search
F7
Tag inspector
F9 / Alt + Shift + F9
Behavior
Shift + F4
History
Shift + F10
Working with tables
Action
Shortcut
Select cell individually
Ctrl + click
Select table
Ctrl + A 2x
Insert row
Ctrl + M
Insert row Version II
Tab in last cell
Insert column
Ctrl + Shift + A
Delete row
Ctrl + Shift + M
Delete column
Ctrl + Shift + -
Merge cells
Ctrl + Shift + Alt + M
Split cells
Ctrl + 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
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.