如何提高终端中的光标速度?

发布于 2024-10-08 10:45:52 字数 1459 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

臻嫒无言 2024-10-15 10:45:52

系统偏好设置 => 键盘 =>增加按键重复率

在此处输入图像描述

System Preferences => Keyboard => increase Key Repeat Rate

enter image description here

谁的年少不轻狂 2024-10-15 10:45:52

原始答案建议使用 0 作为值,但从 2019 年/MacOS 10 开始不再有效,现在更新为 1


如果“光标速度”是指按住某个键时的重复率 - 然后看看这里:
http://hints.macworld.com/article.php?story=20090823193018149

总而言之,打开终端窗口并键入以下命令:

defaults write NSGlobalDomain KeyRepeat -int 1

文章中的更多详细信息:

每个人都知道,通过更改“键盘和键盘”的“键盘”选项卡上的滑块,您可以获得相当快的键盘重复率。鼠标系统首选项面板。但你可以让它更快!在终端中,运行以下命令:

默认写入 NSGlobalDomain KeyRepeat -int 0

然后注销并重新登录。通过系统偏好设置可获得的最快设置是 2(数字越小速度越快),因此如果 0 看起来太快,您可能还想尝试值 1。您可以随时访问键盘和鼠标系统首选项面板可撤消您的更改。

您可能会发现一些应用程序不能很好地处理极快的键盘输入,但大多数应用程序都可以很好地处理。

注意:需要重新启动系统

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:

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.

Note: It requires a system restart

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文