菜单栏 桌面 dock
不同应用的菜单栏始终出现在桌面最左上部
commond +shift+y 显示那个XCODE的调试框口
commond +R 运行
commond +,是个性设置,对于任何一个软件都适合的
针对桌面操作快捷键
control + 空格 Spotlight 搜索本地文件
双击command QQ搜索
control + <- 或者 -> 切换Dashboard
针对Xcode操作快捷键
command + N 新建文件
command + shift + N 新建工程
command + A 全选
command + S 保存
command + X 剪切
command + C 复制
command + V 粘贴
command + R 运行
command + B 编译
command + . 暂停
command + shift + K 清理工程
command + 0 左侧栏
command + option + 0 右侧栏
command + shift + Y 底部栏
command + 1…8 切换左侧栏具体
command + F 本代码页搜索
command + shift + F 全局搜索
command + shift + o 搜索文件
command + L 跳转行
command + T 创建工作区域
command + shift + [ ] 切换工作区域
command + 点击 查看API
command + control +<- -> 切换API跟代码页
optional + 点击 文件 分栏
optional + shift + 点击 文件 更多分栏
command + shift + <- -> 选中行代码
option + shift + <- -> 选中某个单词
command + [ ] 左右移动代码
command + option + [ ] 上下移动代码
command + 上 跳到文件最顶部
command + 下 跳到文件最底部
command + 左 跳到当前行最左边
command + 右 跳到当前航最右边
cmd +option(alt) + 左或者右中括号可以对光标所在的行的代码进行上移或者下移。
cmd +option(alt) +左箭头 将代码收起来