macOS Sierra - A way to move the cursor when holding down arrow key
Asked Answered
K

2

7

Is there a way to move the cursor when I hold down the left or right arrow key. In the former OSX versions it used to work. After I've updated to Sierra, my cursor is not moving when I hold down the arrow key.

Knot answered 21/9, 2016 at 20:54 Comment(1)
"accessibility" is probably the reason: hold down the letter a and you'll see a popup with special characters based on a [this is on American english keyboard, others may differ]Tarweed
K
10

I don't why the settings changed after updating from OS X El Capitan to macOS Sierra, but the following instruction worked for me: https://mcmap.net/q/238647/-how-to-speed-up-the-left-and-right-arrow-keys-for-editing-text-closed

You have to open "System Preferences" then choose "Keyboard" and switch to the "Keyboard Tab". There adjust:

  1. "Keyboard Repeat" to "Fast", and
  2. "Delay Until Repeat" to "Short"

and now everything is as expected.

Extra hint:
If you want an even faster key repetition, you can try to set this values:

defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10

After that you have to perform a restart.

Also mentioned here: https://github.com/mathiasbynens/dotfiles/issues/687

Knot answered 22/9, 2016 at 10:21 Comment(0)
P
1

I had the same problem this morning:

https://www.theguild.nl/macos-sierra-cursor-not-moving-when-holding-a-key/

Phillis answered 22/9, 2016 at 13:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.