Created
March 27, 2017 07:58
-
-
Save toburger/7bd7418666eb74e013ccafaf95c25c17 to your computer and use it in GitHub Desktop.
Keyboard speed settings
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 | |
[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] | |
"AutoRepeatDelay"="250" | |
"AutoRepeatRate"="13" | |
"BounceTime"="0" | |
"DelayBeforeAcceptance"="0" | |
"Flags"="59" | |
"Last BounceKey Setting"=dword:00000000 | |
"Last Valid Delay"=dword:00000000 | |
"Last Valid Repeat"=dword:00000000 | |
"Last Valid Wait"=dword:000003e8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AutoHotkey config to remap Caps Lock to Escape: https://gist.github.com/sedm0784/4443120