Skip to content

Instantly share code, notes, and snippets.

@PsychedelicShayna
Created September 7, 2023 13:54
Show Gist options
  • Save PsychedelicShayna/8ffb117f486bf61f374864e6e05432a2 to your computer and use it in GitHub Desktop.
Save PsychedelicShayna/8ffb117f486bf61f374864e6e05432a2 to your computer and use it in GitHub Desktop.
A backup of my preferences and a reference for others; overriding key repeat speeds on Windows to be speedier, especially with Vim.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
"AutoRepeatDelay"="250"
"AutoRepeatRate"="6"
"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:000000fa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment