浏览器:
control + tab:向后切换tab
control + shift + tab:向前切换tab
command + [:前一页
command + ]:后一页
command + w:关闭当前页
command + 向上箭头:屏幕最上面
command + 向下箭头:屏幕最下面
command + "+":放大字体
command + "-":缩小字体
command + Y:查看历史记录
command + R:刷新页面
command + L:选中地址栏
双指点击(control+单击):右键
双指左右滑:缩略图或放大
五指聚拢(control+s):控制台
option + command + D:程序坞显示/隐藏
command + control + F:窗口最大化
fn+F:窗口最大化
最小化当前窗口:command + M
关闭窗口:command + W
退出程序:command + Q
切换输入法:control + 空格
全屏:command + control + F
锁屏:command + control + Q
command + option + esc:进程管理
当前应用的设置:command + ,
新建文件夹:command + shift + N
访达:
打开:command + N
搜索:command + F
删除文件:command + Delete
快速彻底删除:command + option + Delete
app卸载:
启动台-->option-->删除
访达-->应用程序-->右键-->移动到废纸篓
桌面模式:command+F3 fn+F11
终端操作:
- 打开:
F4
command + 空格:聚焦搜索(ter) - 操作:
command + N:多个窗口
command + T:多个Tab
brew:
brew安装软件分命令行和界面版两种类型,默认安装的是命令行版(formulae),需要安装界面版软件时带上 --cask参数
brew -v #查看版本
brew update #更新formulae源
brew config #查看brew配置
#安装:
brew install xxx
brew install xxx --cask
#重新安装:
brew reinstall xxx
#查看可更新的包:
brew outdated
#更新:
brew upgrede xxx
#卸载:
brew uninstall xxx
#搜索:
brew search xxx
brew info xxx #查看包信息
brew list #查看已安装的formulae列表
brew list --cask #查看已安装的cask列表
brew cleanup #清除已下载的安装包列表
brew cleanup xxx #清除旧版本的安装包