Windows 10 – Fixing Keyboard Repeat Rate and Delay Issues

keyboardwindows 10

I prefer my keyboard repeat rate and delay to be as high as possible. I've always enjoyed immediate response when typing or holding a key.

I'm not sure why this is happening or if there is any correlation in when it occurs, but my keyboard repeat rate and delay keep reducing to a very low level (presumably default settings). But the Keyboard Properties never reflects whatever changes are occurring.

keyboard properties

Every time these settings slow down, I'm forced to go back to these settings, and toggle one of the settings lower and then higher so I can Apply those settings. This resolves it, but it eventually returns.

How can I resolve this?

Best Answer

To get around this you could use the "Filter Keys" feature in the Ease of Access center to speed it up. Of course backup your registry before doing this or at least back up the values so you can roll it back if it isn't doing what you want it to do. Go into regedit.exe navigate down to HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response and update your values. Reboot for the changes to be seen.

[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
"AutoRepeatDelay"="200"
"AutoRepeatRate"="6"
"DelayBeforeAcceptance"="0"
"Flags"="59"
"BounceTime"="0"
Related Question