How to speed up the left and right arrow keys for editing text?

MacosKeyboardCursor PositionArrow KeysPerformance

Macos Problem Overview


Is it just me, or do other people find that the left and right arrow keys on MacOS are unusually slow for editing text?

Compared to my Windows machines, positioning the cursor with left/right arrow keys seems to take twice as long on the Mac. The up/down arrows seem to be speedy enough, but left/right arrows just crawl. I notice it the most in Terminal, editing recently used commands, and I'm noticing it right now while text in a browser form.

Is there a Mac preference I can set to speed up the response to these keys?

Macos Solutions


Solution 1 - Macos

To change how fast a key repeats when holding it down, adjust this setting:

"System Preferences" -> "Keyboard" -> "Keyboard Tab" -> "Keyboard Repeat"

To change how long you have to hold it down before it registers as repeating, adjust this setting:

"System Preferences" -> "Keyboard" -> "Keyboard Tab" -> "Delay Until Repeat"

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBlueView Question on Stackoverflow
Solution 1 - MacosVadimView Answer on Stackoverflow