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. CUDA 介绍

    1. 介绍 1.1 GPU vs. CPU GPU 使用更多的晶体管进行数据处理,而不是数据缓存和流控制,因此可以提供高度的并行计算. GPU 可以通过计算来隐藏内存访问延迟,而不是依赖于大量的数据缓 ...

  2. 基于源码分析Vue的nextTick

    摘要:本文通过结合官方文档.源码和其他文章整理后,对Vue的nextTick做深入解析.理解本文最好有浏览器事件循环的基础,建议先阅读上文<事件循环Event loop到底是什么>. 一. ...

  3. Vue整合swiper报错Could not compile template .....swiper\dist\css\swiper.css解决办法

    问题描述 今天做一个前端项目,安装幻灯片插件vue-awesome-swiper后 运行npm run dev 后报错如下: `ERROR Could not compile template E:\ ...

  4. 关于MongoDB的简单理解(二)--Java篇

    一.声明 本文依赖于 MongoDB JVM DRIVERS 4.1 版本编写. 本文案例依赖于 Maven 项目管理工具. 二.本文主要讲解哪些内容? 如何连接到MongoDB 通过TLS/SSL连 ...

  5. COGS 307 模拟退火

    307. [HAOI2006] 均分数据 ★★   输入文件:data.in   输出文件:data.out   简单对比时间限制:3 s   内存限制:128 MB [问题描述] 已知N个正整数:A ...

  6. Language Guide (proto3) | proto3 语言指南(十四)选项

    Options - 选项 .proto文件中的单个声明可以使用许多 选项 进行注释.选项不会更改声明的总体含义,但可能会影响在特定上下文中处理声明的方式.可用选项的完整列表在google/protob ...

  7. HTML 5 学习第二课

    元素:<p>+++++++++</P> 全部内容 标签:<P></P> 属性:标签内部的内容 eg:<img src=" "& ...

  8. Dbeaver 连接 phoenix

    Dbeaver 连接 phoenix 1.新建连接 2.选择连接类型Phoenix 3.设置驱动 4.准备驱动包 5.添加驱动 6.添加 Zookeeper Base Path 7.找到驱动类 8.配 ...

  9. kubenetes 相关命令(转载)

    版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/xingwangc2014/article/details/51204224好久没写博客了,前段时间公 ...

  10. 深复制VS浅复制(MemberwiseClone方法介绍)

    MemberwiseClone方法,属于命名空间System,存在于程序集 mscorlib.dll中.返回值是System.Object.其含义是:创建一个当前object对象的浅表副本. MSDN ...