1

1

ADOBE DREAMWEAVER CC Shortcuts:

DREAMWEAVER CC DOCUMENT EDITING SHORTCUTS

Select Dreamweaver > Keyboard Shortcuts (Mac), and Edit > Keyboard Shortcuts (Win) for a full listing of keyboard shortcuts in Dreamweaver

Function                                                       Mac OS                                                   Windows

Preview in Primary Browser                            Opt + F12                                                Alt + F12

Preview in Device Central                               Ctrl + Opt + F12                                       Ctrl + Alt + F12

Extract                                                       Cmd + K                                                   Ctrl + K

DOM                                                           Cmd + /                                                   Ctrl + /

Inspect                                                       Opt + Shif + F11                                       Alt + Shif + F11

Zoom In                                                     Cmd + =                                                  Ctrl + =

Zoom Out                                                   Cmd + -                                                   Ctrl + -

Quick Tag Editor                                          Cmd + T                                                   Ctrl + T

1

SHORTCUTS FOR CODE OPTIONS

Function                                                           Mac OS                             Windows

Check links sitewide                                           Shif + F8                           Shif + F8

Select Parent Tag                                              Cmd + [                             Ctrl + [

Select Child                                                      Cmd + ]                             Ctrl + ]

Go to Line                                                        Cmd + ,                             Ctrl + ,

Show code hints                                               Ctrl + space                       Ctrl + space

Live Search                                                      Cmd + Shif + F                   Ctrl + Shif + F

Balance braces                                                 Cmd + '                              Ctrl + ‘

Expand All                                                       Cmd + Opt + E                    Ctrl + Alt + E

Indent Code                                                    Cmd + Shif + >                   Ctrl + Shif + >

Outdent Code                                                  Cmd + Shif + <                   Ctrl + Shif + <

Refresh Live View                                               F5                                     F5

Insert - Image                                                  Cmd + Opt + I                     Ctrl + Alt + I

1

1

SHORTCUTS FOR TEXT OPTIONS

Function                                                           Mac OS                             Windows

Format - Paragraph                                           Cmd + Shif + P                 Ctrl + Shif + P

Format - Heading 1                                           Cmd + 1                           Ctrl + 1

Format - Heading 2                                           Cmd + 2                           Ctrl + 2

Check Spelling                                                  Shif + F7                           Shif + F7

1

1

SHORTCUTS FOR CSS DESIGNER
Function                                                                   Mac OS                                 Windows

Add selector (if control is in the selector section)          Cmd + Opt + [Shif + =]         Ctrl + Alt + [Shif + = ]

Add selector (if control is anywhere in the app)            Cmd + Opt + S                      Ctrl + Alt + S

Add property (if control is anywhere in the app)           Ctrl + Alt + [Shif + =]            Ctrl + Alt + [Shif + =]

Add property (if control is in the property section)        Cmd + Opt + [Shif + =]         Ctrl + Alt + P

Add CSS property                                                     Cmd + Opt + P                      Ctrl + Alt + P

1

11

1

1

Adobe DreamWeaver CC 快捷键的更多相关文章

  1. 在Macos下完美解决Adobe Dreamweaver CC 2018 汉化及操作方法

    1.先关闭Dreamweaver,打开Finder进入应用程序,找到“Adobe Dreamweaver CC 2018”目录展开,移除“zh_CN”目录或者更名: 2.下载附件的汉化语言包解压,把解 ...

  2. Adobe Dreamweaver CC 2014 代码颜色目录 dw

    他的颜色代码配置文件,不在安装目录下,这让我好找啊~ C:\Users\Administrator\AppData\Roaming\Adobe\Dreamweaver CC 2014\zh_CN\Co ...

  3. 多图真相:Adobe Dreamweaver CC 2014.1来了-体验卓越PSD提取和诸多精彩云功能!

     作为经典的web开发工具,DW此次版本号更新提供了更加丰富的云功能,是网页开发人员的利器! 直接发多图(来源:zoomla!逐浪CMS UED): watermark/2/text/aHR0cD ...

  4. Dreamweaver cc新版本css单行显示

    新版本通用:(1)C:\Users\admin\Application Data\Adobe\Dreamweaver CC 2018\cloudpref\Adobe Dreamweaver CC 20 ...

  5. 修改Dreamweaver CC 2017 代码背景颜色

    Windows系统路径: E:\Program Files\Adobe\Dreamweaver CC\www\extensions\default\LightTheme\main.less (如果用的 ...

  6. Adobe Dreamweaver代码编辑

    Adobe Dreamweaver 同义词 DW(Adobe Dreamweaver的缩写)一般指Adobe Dreamweaver Adobe Dreamweaver,简称“DW”,中文名称 &qu ...

  7. Adobe Photoshop CC 2019 for Mac(介绍及下载)

    [Adobe Photoshop 简介] Photoshop CC 2019 for Mac 破解版专为所有设计人员而设计.从海报到包装,从普通的横幅到绚丽的网站,从令人难忘的徽标到吸引眼球的图标,P ...

  8. 5、在Dreamweaver cc 2017中添加服务器扩展组件

    Adobe DW CC 2015对HTML5.CSS3.jQuery.jQuery UI都有很好的支持,无奈这个版本却未提供开发动态网站所需要的服务器行为面板.数据库面板以及绑定面板等.要添加这个面板 ...

  9. Abode Dreamweaver cc 安装与激活

    原文链接Abode Dreamweaver CC是Adobe宣布放弃Creative Suite系列产品后推出的新版Creative Cloud产品,功能上修复了CS6中出现的选取代码不精准的问题,最 ...

随机推荐

  1. 0到1:微信后台系统的演进之路 原创 张文瑞 InfoQ 2016-01-14

    0到1:微信后台系统的演进之路 原创 张文瑞 InfoQ 2016-01-14

  2. 类型检查 Type Checking 一些编程语言并不安全 类型化语言的优点 定型环境 (符号表) 断言的种类

    Compiler http://staff.ustc.edu.cn/~bjhua/courses/compiler/2014/ http://staff.ustc.edu.cn/~bjhua/cour ...

  3. scrapy爬虫 简单入门

    1. 使用cmd+R命令进入命令行窗口,并进入你需要创建项目的目录 cd 项目地址 2. 创建项目 scrapy startproject <项目名> cd <项目名> 例如 ...

  4. php中两个函数可能导致的sql注入

    sprintf https://www.php.net/manual/zh/function.sprintf.php 漏洞demo: <?php $name = addslashes($_GET ...

  5. Prometheus—告警altermanger

    Prometheus-告警altermanger 1.告警altermanger装配 2.告警Mysql 3.Prometheus针对nodes告警规则配置 相关内容原文地址链接: 51CTO:wfw ...

  6. Java——变量类型

    Java变量类型: 在Java中,所有的变量在使用前必须声明.格式: type identifier [ = value ][, identifier [ =value]-.]; type为Java数 ...

  7. CS代理+proxychains+nmap进行内网扫描

    前提:拿下边界机之后,进入内网,想用nmap怎么办? CS可以开启代理,但是是socks4的代理,只能使用tcp协议,所以nmap使用的时候要使用-sT选择使用tcp_协议,要使用-Pn不使用ICMP ...

  8. python模块----sys模块 (系统相关的参数和函数)

    pprint 模块:它给我们提供了一个方法 pprint() 该方法可以用来对打印的数据做简单的格式化 sys模块+pprint模块 标准库网址(sys):https://docs.python.or ...

  9. 获取java栈异常

    package com.loan.modules.extbiz.in.rabbitmq.util; import java.io.PrintWriter; import java.io.StringW ...

  10. 简述vue-cli 2.x和vue-cli 3+在项目构建、运行、编译执行时的区别

    码文不易啊,转载请带上本文链接呀,感谢感谢 https://www.cnblogs.com/echoyya/p/14363272.html 关于VUE的项目,有个问题一直不是特别清楚 ,不同公司的项目 ...