180+ Adobe Dreamweaver Shortcut Keys Download in PDF & Excel File

A more feature-rich HTML web and programming editor, Adobe Dreamweaver is an application for creating web pages. To create and edit web pages, the application offers a WYSIWYG (what you see is what you get) interface. HTML, XML, CSS, and JavaScript are just a few of the markup languages that Dreamweaver supports. English, Spanish, French, German, Japanese, Chinese (both simplified and traditional), Italian, Russian, and many more human languages are supported.

In 1997, Macromedia created and released the first version of Dreamweaver. Dreamweaver’s development was maintained by Adobe after it acquired Macromedia in 2005, which also owned the rights to the software. Dreamweaver’s extensive feature set makes it a flexible web editing tool that can be used to create both large and extremely simple websites.

The Adobe Creative Cloud software package includes Dreamweaver. An Adobe subscription is necessary to use Dreamweaver under licence. Users have the option of purchasing a Creative Cloud subscription, which includes all Adobe apps in the Creative Cloud suite, for $52.99 per month, or a Dreamweaver-only subscription for $20.99 per month.

Unique Characteristics:

  • Dreamweaver already sets itself apart from other visual-based code editors by being a part of the Adobe creative ecosystem. Only Adobe could provide the resources and benefits that Dreamweaver has access to. However, these are the two defining characteristics:
  • Visual Interface That Is Simple to Use
  • Strong Built-in Code Editor There Is No Perfect Solution

Overview of Dreamweaver’s pricing

Dreamweaver provides a variety of plans for the individual user as a subscription-based program. The annual cost of the prepaid package with just one app, 100GB of cloud storage, Adobe Portfolio, Fonts, and Spark is $239.88.

You’ll have to pay $599.88 per year for the all-apps option, which includes the complete set of 20+ creative programs like Photoshop CC, Illustrator CC, and Adobe XD CC.

Features of Dreamweaver:

  • Dreamweaver’s features make it a flexible web editing tool. A few of these features include the following:
  • Extensible Markup Language (XML), Active Server Pages (ASP), PHP, Cascading Style Sheets (CSS), HTML, JSP, and many other web and programming languages are supported by Dreamweaver.

Conclusion

  • Both MAC OS and Windows-based operating systems are compatible with Dreamweaver.
  • You may design utilizing code and graphic elements in Dreamweaver.
  • We can utilize and test all of the well-known content management systems, including Drupal, WordPress, and Joomla, using Dreamweaver. You may observe how your page is being used.
  • You can get coding assistance from Dreamweaver.

A tool created specifically for quick and efficient web construction is called Dreamweaver. It makes it simple for you to build your own websites and host them on servers.

Adobe Dreamweaver software is used for web design software to provide an intuitive visual interface for making and editing HTML websites and mobile apps, with help of this shortcut you can quickly work on your document. The following list includes the most helpful shortcuts.

Adobe Dreamweaver Shortcut Keys List

 

Coding shortcuts

ActionMacWindows
Quick EditCommand + ECtrl + E
Quick DocCommand + KCtrl + K
Open/Add Line AboveCommand + Shift + EnterCtrl + Shift + Enter
Show Parameter HintCtrl + ,Ctrl + ,
Multi-cursor column / Rectangular selectionOpt + Click + DragAlt + Click + Drag
Multi-cursor discontiguous selectionCommand + ClickCtrl + Click
Show code hintsCtrl + SpaceCtrl + Space
Select ChildCommand + ]Ctrl + ]
Go to LineCommand + ,Ctrl + G
Select Parent TagCommand + [Ctrl + [
Collapse SelectionCommand + Shift + CCtrl + Shift + C
Collapse Outside SelectionCommand + Opt + CCtrl + Alt + C
Expand SelectionCommand + Shift + ECtrl + Shift + E
Collapse Full TagCommand + Shift + JCtrl + Shift + J
Collapse Outside Full TagCommand + Opt + JCtrl + Alt + J
Expand AllCommand + Opt + ECtrl + Alt + E
Indent CodeCommand + Shift + >Ctrl + Shift + >
Outdent CodeCommand + Shift + <Ctrl + Shift + <
Balance BracesCommand + ‘Ctrl + ‘
Code NavigatorCommand + Opt + NCtrl + Alt + N
Delete word leftCommand + DeleteCtrl + Backspace
Delete word rightCommand + Fn + DeleteCtrl + Delete
Select line upShift + UpShift + Up
Select line downShift + DownShift + Down
Character select leftShift + LeftShift + Left
Character select rightShift + RightShift + Right
Select to page upShift + Fn + PgUpShift + PgUp
Select to page downShift + Fn + PgDnShift + PgDn
Move word leftOpt + LeftCtrl + Left
Move word rightOpt + RightCtrl + Right
Move to start of current lineCommand + LeftAlt + Left
Move to end of current lineCommand + RightAlt + Right
Toggle line commentCommand + /Ctrl + /
Toggle block comment (for PHP and JS files)Command + Opt + /Ctrl + Shift + /
Duplicate line selectionCommand + DCtrl + D
Delete line (s)Command + Shift + DCtrl + Shift + D
Jump to definition (JS files)Command + JCtrl + J
Select word rightOpt + Shift + RightCtrl + Shift + Right
Select word leftOpt + Shift + LeftCtrl + Shift + Left
Move to top of fileCommand + Fn + LeftCtrl + Home
Move to end of fileCommand + Fn + RightCtrl + End
Select to start of fileCommand + Shift + Fn + LeftCtrl + Shift + Home
Select to end of fileCommand + Shift + Fn + RightCtrl + Shift + End
Go to Source CodeCommand + Opt + `Ctrl + Alt + `
Full ScreenCommand + Ctrl + FNot applicable
Close WindowCommand + WCtrl + W
Quit ApplicationCommand + QCtrl + Q
Quick Tag EditorCommand + TCtrl + T
Go to Next WordCommand + RightCtrl + Right
Go to Previous WordCommand + LeftCtrl + Left
Go to Previous Paragraph (Design View)Command + UpCtrl + Up
Go to Next Paragraph (Design View)Command + DownCtrl + Down
Select Until Next WordCommand + Shift + RightCtrl + Shift + Right
Select from Previous WordCommand + Shift + LeftCtrl + Shift + Left
Select from Previous ParagraphCommand + Shift + UpCtrl + Shift + Up
Select Until Next ParagraphCommand + Shift + DownCtrl + Shift + Down
Move to next property paneCommand + Opt + Fn + DownCtrl + Alt + PgDn
Move to previous property paneCommand + Opt + Fn + UpCtrl + Alt + PgUp
New in same windowCommand + Shift + NCtrl + Shift + N
Exit ParagraphCommand + ReturnCtrl + Return
Next DocumentCommand + `Ctrl + Tab
Previous DocumentCommand + Shift + `Ctrl + Shift + Tab
Surround with #Command + Shift + 3Ctrl + Shift + 3

Refactoring shortcuts

ActionMacWindows
RenameCommand + Opt + RCtrl + Alt + R
Extract to VariableCommand + Alt + VCtrl + Alt + V
Extract to FunctionCommand + Alt + MCtrl + Alt + M
Files Panel shortcuts
ActionMacWindows
New FileCommand + Shift + NCtrl + Shift + N
New FolderCommand + Opt + Shift + NCtrl + Alt + Shift + N

Find and replace keyboard shortcuts

Windows
Find in Current DocumentCommand + FCtrl + F
Find and Replace in FilesCommand + Shift + FCtrl + Shift + F
Replace in Current DocumentCommand + Alt + FCtrl + H
Find NextCommand + GF3
Find PreviousCommand + Shift + GShift + F3
Find All and SelectCommand + Ctrl + GCtrl + Shift + F3
Add Next Match to SelectionCtrl + Command + RCtrl + R
Skip and Add Next Match to SelectionCtrl + Command + Opt + RCtrl + Alt + R

Insert shortcuts

ActionMacWindows
Insert ImageCommand + Opt + ICtrl + Alt + I
Insert HTML5 VideoCommand + Opt + Shift + VCtrl + Alt + Shift + V
Insert Animated CompositionCommand + Opt + Shift + ECtrl + Alt + Shift + E
Insert Flash SWFCommand + Opt + FCtrl + Alt + F
Insert Line BreakShift + ReturnShift + Return
Non-breaking space (&nbsp)Command + Shift + SpaceCtrl + Shift + Space
CSS shortcuts
ActionMacWindows
Compile CSS PreprocessorsF9F9
Add CSS selector or property which ever panel is in focusCommand + Opt + Shift + =Ctrl + Alt + Shift + =
Add CSS selectorCommand + Opt + SCtrl + Alt + S
Add CSS propertyCommand + Opt + PCtrl + Alt + P

Shortcuts for Guides, Grids, and Rulers (in Design View)

ActionMacWindows
Show GuidesCommand + ;Ctrl + ;
Lock GuidesCommand + Opt + ;Ctrl + Alt + ;
Snap to GuidesCommand + Shift + ;Ctrl + Shift + ;
Guides Snap to ElementsCommand + Shift + GCtrl + Shift + G
Show GridCommand + Opt + GCtrl + Alt + G
Snap to GridCommand + Opt + Shift + GCtrl + Alt + Shift + G
Show RulersCommand + Opt + RCtrl + Alt + R

Preview shortcuts

ActionMacWindows
Real-time Preview in Primary BrowserOpt + F12F12
Preview in Secondary BrowserShift + F12Shift + F12
View-specific shortcuts
ActionMacWindows
Freeze JavaScript (Live View)F6F6
Hide Live View DisplaysCtrl + Command + HCtrl + Alt + H
Switch ViewsCtrl + `Ctrl + `
Inspect (Live View)Opt + Shift + 11Alt + Shift + F11
Hide all visual aids (Design View)Command + Shift + ICtrl + Shift + I
Toggle between Design and Live ViewCommand + Shift + F11Ctrl + Shift + F11

Windows shortcuts

ActionMacWindows
PreferencesCommand + UCtrl + U
Show PanelsF4F4
BehaviorsShift + F4Shift + F4
Code InspectorOpt + F10F10
CSS DesignerCommand + F11Shift + F11
DOMCommand + F7Ctrl + F7
FilesF8F8
InsertCommand + F2Ctrl + F2
PropertiesCommand + F3Ctrl + F3
OutputShift + F6Shift + F6
SearchF7F7
SnippetsNot applicableShift + F9
Dreamweaver Online HelpF1F1

Text shortcuts

ActionMacWindows
IndentCommand + Opt + ]Ctrl + Alt + ]
OutdentCommand + Opt + [Ctrl + Alt + [
BoldCommand + BCtrl + B
ItalicCommand + ICtrl + I
Spell CheckShift + F7Shift + F7
Remove LinkCommand + Shift + LCtrl + Shift + L

Magnification shortcuts

ActionMacWindows
Zoom in (Design and Live View)Command + =Ctrl + =
Zoom Out (Design and Live View)Command + –Ctrl + –
100%Command + 0Ctrl + 0
50%Command + Opt + 5Ctrl + Alt + 5
200%Command + Opt + 2Ctrl + Alt + 2
300%Command + Opt + 3Ctrl + Alt + 3
Fit SelectionCommand + Opt + 0Ctrl + Alt + 0
Fit AllCommand + Shift + 0Ctrl + Shift + 0
Fit WidthCommand + Opt + Shift + 0Ctrl + Alt + Shift + 0
Increase Font SizeCommand + +Ctrl + +
Decrease Font SizeCommand + –Ctrl + –
Restore Font SizeCommand + 0Ctrl + 0

Table shortcuts

ActionMacWindows
Insert TableCommand + Opt + TCtrl + Alt + T
Merge CellsCommand + Opt + MCtrl + Alt + M
Split CellCommand + Opt + Shift + TCtrl + Alt + Shift + T
Insert RowCommand + MCtrl + M
Insert ColumnCommand + Shift + ACtrl + Shift + A
Delete RowCommand + Shift + MCtrl + Shift + M
Delete ColumnCommand + Shift + –Ctrl + Shift + –
Increase Column SpanCommand + Shift + ]Ctrl + Shift + ]
Decrease Column SpanCommand + Shift + [Ctrl + Shift + [

Site Management shortcuts

ActionMacWindows
Get FileCmd + Shift + BCtrl + Alt + D
Check out FileOpt + Shift + Command + DCtrl + Alt + Shift + D
Put FileCmd + Shift + UCtrl + Shift + U
Check in FileOpt + Shift + Command + UCtrl + Alt + Shift + U
Check Links SitewideCommand + F8Ctrl + F8
Show Page TitlesCommand + Shift + TCtrl + Shift + T

Thank you for reading, If you liked this article, then definitely share it with your friends on social media, so that they too can get this information.

Download Button पर  Click करके PDF फ़ाइल डाउनलोड करें

Download Button पर  Click करके Excel फ़ाइल डाउनलोड करें

Related Articles:

Leave a Comment