To summarize, open up a Terminal window and type the following command:
defaults write NSGlobalDomain KeyRepeat -int 1
More detail from the article:
Everybody knows that you can get a pretty fast keyboard repeat rate by changing a slider on the Keyboard tab of the Keyboard & Mouse System Preferences panel. But you can make it even faster! In Terminal, run this command:
defaults write NSGlobalDomain KeyRepeat -int 0
Then log out and log in again. The fastest setting obtainable via System Preferences is 2 (lower numbers are faster), so you may also want to try a value of 1 if 0 seems too fast. You can always visit the Keyboard & Mouse System Preferences panel to undo your changes.
You may find that a few applications don't handle extremely fast keyboard input very well, but most will do just fine with it.
发布评论
评论(2)
系统偏好设置
=>键盘
=>增加按键重复率
System Preferences
=>Keyboard
=> increaseKey Repeat Rate
原始答案建议使用 0 作为值,但从 2019 年/MacOS 10 开始不再有效,现在更新为 1
如果“光标速度”是指按住某个键时的重复率 - 然后看看这里:
http://hints.macworld.com/article.php?story=20090823193018149
总而言之,打开终端窗口并键入以下命令:
文章中的更多详细信息:
注意:需要重新启动系统
The original answer suggested using 0 as the value but no longer works as of 2019 / MacOS 10 onwards, it's now updated as 1
If by "cursor speed", you mean the repeat rate when holding down a key - then have a look here:
http://hints.macworld.com/article.php?story=20090823193018149
To summarize, open up a Terminal window and type the following command:
More detail from the article:
Note: It requires a system restart