Skip to content

Instantly share code, notes, and snippets.

@ujiro99
Last active January 27, 2023 16:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ujiro99/49865bde9284f08a2853e771c9e48796 to your computer and use it in GitHub Desktop.
Save ujiro99/49865bde9284f08a2853e771c9e48796 to your computer and use it in GitHub Desktop.
Windows10のキーリピートの速さを変える
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response" /v AutoRepeatDelay /d 200 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response" /v AutoRepeatRate /d 10 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response" /v BounceTime /d 0 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response" /v DelayBeforeAcceptance /d 0 /f
reg add "HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response" /v Flags /d 59 /f
@ujiro99
Copy link
Author

ujiro99 commented Jan 27, 2023

もっと早くした

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