Skip to content

Instantly share code, notes, and snippets.

@toburger
Created March 27, 2017 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toburger/7bd7418666eb74e013ccafaf95c25c17 to your computer and use it in GitHub Desktop.
Save toburger/7bd7418666eb74e013ccafaf95c25c17 to your computer and use it in GitHub Desktop.
Keyboard speed settings
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
@toburger
Copy link
Author

AutoHotkey config to remap Caps Lock to Escape: https://gist.github.com/sedm0784/4443120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment