macOS Sierra - 一种在按住箭头键时移动光标的方法
macOS Sierra - A way to move the cursor when holding down arrow key
有没有办法在按住左右方向键时移动光标。
在以前的 OSX 版本中它曾经工作过。更新到 Sierra 后,当我按住箭头键时,我的光标没有移动。
我不明白为什么从 OS X El Capitan 更新到 macOS Sierra 后设置会发生变化,但以下说明对我有用:
您必须打开 "System Preferences" 然后选择 "Keyboard" 并切换到 "Keyboard Tab"。
有调整:
- "Keyboard Repeat" 到 "Fast",以及
- "Delay Until Repeat" 到 "Short"
现在一切都如预期的那样。
额外提示:
如果你想要更快的按键重复,你可以尝试设置这个值:
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10
之后您必须重新启动。
我今天早上遇到了同样的问题:
https://www.theguild.nl/macos-sierra-cursor-not-moving-when-holding-a-key/
有没有办法在按住左右方向键时移动光标。 在以前的 OSX 版本中它曾经工作过。更新到 Sierra 后,当我按住箭头键时,我的光标没有移动。
我不明白为什么从 OS X El Capitan 更新到 macOS Sierra 后设置会发生变化,但以下说明对我有用:
您必须打开 "System Preferences" 然后选择 "Keyboard" 并切换到 "Keyboard Tab"。 有调整:
- "Keyboard Repeat" 到 "Fast",以及
- "Delay Until Repeat" 到 "Short"
现在一切都如预期的那样。
额外提示:
如果你想要更快的按键重复,你可以尝试设置这个值:
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10
之后您必须重新启动。
我今天早上遇到了同样的问题:
https://www.theguild.nl/macos-sierra-cursor-not-moving-when-holding-a-key/