finder 类:
shift+ cmd + G (去指定路径)
cmd+↑ (返回)
cmd+↓(打开当前选中的文件,如果没有选中的则去选中第一个)
cmd+ o (打开当前选中的文件)
以下这些需要Terminal 执行
1. 查看 隐藏文件夹
defaults write com.apple.finder AppleShowAllFiles -bool true
defaults write com.apple.finder AppleShowAllFiles -bool false
2.允许任何app 安装使用(即使是unsigned)
sudo spctl --master-disable