Skip to content

Instantly share code, notes, and snippets.

@Tubbles
Created January 22, 2019 16:52
Show Gist options
  • Save Tubbles/bca9e208c201c25e52f5d49d8c104f3c to your computer and use it in GitHub Desktop.
Save Tubbles/bca9e208c201c25e52f5d49d8c104f3c to your computer and use it in GitHub Desktop.
Windows 10 Keyboard Repeat Rate/Delay
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