Last active
March 11, 2024 10:59
-
-
Save rw3iss/c02ff3e60b9a91949fbff76b5c8809f5 to your computer and use it in GitHub Desktop.
Set keyboard repeat rate
This file contains hidden or 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
[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] | |
"Last BounceKey Setting"=dword:00000000 | |
"Last Valid Delay"=dword:00000000 | |
"Last Valid Repeat"=dword:00000000 | |
"Last Valid Wait"=dword:000003e8 | |
"AutoRepeatDelay"="120" | |
"AutoRepeatRate"="2" | |
"BounceTime"="5" | |
"DelayBeforeAcceptance"="2" | |
"Flags"="27" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment