We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 触控板体验非常好,但是追踪速度即使设置到最大个人还是觉得慢了一些
该配置存放于~/Library/Preferences/.GlobalPreferences.plist
~/Library/Preferences/.GlobalPreferences.plist
但是不用手动去修改文件的内容,使用如下命令进行修改:
defaults write -g com.apple.trackpad.scaling -float 5.0
系统设置里的最大值的是3,可以参考这个值进行调整,也可以使用defaults read -g com.apple.trackpad.scaling来读取当前设置的值
defaults read -g com.apple.trackpad.scaling
同样的,可以使用如下命令修改鼠标追踪速度:
defaults write -g com.apple.mouse.scaling -float 5.0
The text was updated successfully, but these errors were encountered:
改完之后好像变化不大啊,我都搞到9了
Sorry, something went wrong.
No branches or pull requests
macOS 如何设置触控板追踪速度超过系统设置上限
问题描述
macOS 触控板体验非常好,但是追踪速度即使设置到最大个人还是觉得慢了一些
解决方案
该配置存放于
~/Library/Preferences/.GlobalPreferences.plist
但是不用手动去修改文件的内容,使用如下命令进行修改:
系统设置里的最大值的是3,可以参考这个值进行调整,也可以使用
defaults read -g com.apple.trackpad.scaling
来读取当前设置的值同样的,可以使用如下命令修改鼠标追踪速度:
参考资料
The text was updated successfully, but these errors were encountered: