除了在键盘中设置重复率速度,
还可以通过下面的操作,
mac的英文输入法如果长按一个键的时候,是会去输入它的重音的,
To have repeating keys enter this command in the Terminal
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
this will disable the diacritical popup menu.
to re-enable enter this in the Terminal…
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool true
通过上面设置,个人感觉可以让mac的键盘响应更快一点