Created
January 22, 2019 16:52
-
-
Save Tubbles/bca9e208c201c25e52f5d49d8c104f3c to your computer and use it in GitHub Desktop.
Windows 10 Keyboard Repeat Rate/Delay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; Taken from here: | |
; https://superuser.com/questions/1077223/windows-10-keyboard-repeat-rate-delay-keeps-changing | |
; Credits to Dale (https://superuser.com/users/150688/dale) | |
[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] | |
"AutoRepeatDelay"="200" | |
"AutoRepeatRate"="6" | |
"DelayBeforeAcceptance"="0" | |
"Flags"="59" | |
"BounceTime"="0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment