美文网首页
Xcode常用快捷键

Xcode常用快捷键

作者: lxl125z | 来源:发表于2017-02-16 11:27 被阅读0次

    MAC快捷键

    • 全屏捕捉-桌面(.pdf文件):command + shift + 3
    • 屏幕部分画面-桌面(.pdf文件):command + shift + 4
    • 全屏捕捉-剪贴板:ctrl + command + shift + 3
    • 屏幕部分画面-剪贴板:ctrl + command + shift + 4
    • 强制退出程序- command + option + escape
    • 强制重新启动(慎用)-command + ctrl + 电源键
    • 睡眠 -command + option + 电源键
    • 隐藏其它程序-command + option + h
    • 清空废纸篓-command + shift + delete
    • 清空废纸篓(不提示)-command + option + shift + delete
    • 转到目录 ... command + shift + g
    • 删除项目-command + delete
    • 关闭当前窗口-command + w
    • 最小化当前窗口-command + m

    Xcode快捷键

    ⌘   (Command) ⌃   (Control)   ⌥   (Option)  ⇧   (Shift)
    
    
    • 上移一行and下移一行 option + command + 】 , option + command + 【
    • .h文件与.m文件之间的快速切换 control + command + ↑ , control + command + ↓
    • 返回至上一次光标位置 - control + command + ← , control + command + →
    • 查看当前class的方法 - control + 6
    • 停止运行/编译:Command + .
    • 快速定位当前文件在左侧工程导航器中的位置:Command + Shift + J
    • 文件首行 command+上箭头
    • 文件末 command+下箭头
    • 行首 command+左箭头
    • 行末 command+右箭头
    • welcome to Xcode command+shift + 1
    • 打开设备 command+shift + 2
    • 添加断点 command+''
    • 更新代码 command+alt+ x
    • Analyze command+shift+b
    • 打包 command+I
    • 代码fold *command+alt + <- *
    • 代码打开 *command+alt + -> *
    • 代码右缩进 - command + 【
    • 代码左缩进 - command + 】
    • 快速跳转到某一行 - command + L
    • 快速打开某一个文件 command + shift + O
    • 全局搜索 command + shift + f
    • 替换 command + alt + f
    • 查找下一个 command+g
    • 查找上一个 command+shift+g
    • 左侧导航show/hide command+0
    • 右侧导航show/hide command+alt+0

    谷歌浏览器

    • 放大-command + =
    • 缩小-command + -
    • 显示原大小-command + 0
    • 新建一个窗口-command + n
    • 新建一个选项卡-command + t
    • 刷新-command + r
    • 关闭当前选项卡-command + w
    • 选中标签-command + 1,2,3,4……
    • 打开最近关闭的标签页-command + shift + t
    • 页面翻页-fn + 上下左右

    相关文章

      网友评论

          本文标题:Xcode常用快捷键

          本文链接:https://www.haomeiwen.com/subject/evncwttx.html