Registry Keyboard Response Default Values

Wes Thorpe 21 Reputation points
2022-12-11T10:24:55.047+00:00

Hi Folks:

Can someone tell me what the default values are for the items under Control Panel/Accessibility/Keyboard Response are? Specifically:

AutoRepeatDelay
AutoRepeatRate
BounceTime
DelayBeforeAcceptance

Cheers!

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,642 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 85,546 Reputation points
    2022-12-11T11:55:27.807+00:00

    From my old Kernel docs and from "Mastering Windows XP Registry" (same values) =>

    AutoRepeatDelay This entry has a default value of 1000, or one second. Increasing this value
    increases the wait time before the keyboard auto-repeat kicks in.

    AutoRepeatRate This entry has a default value of 500. Increasing this value increases the
    repeat rate.

    BounceTime This entry has a default value of 0. This value specifies the amount of time to
    ignore a keystroke after pressing and releasing a key. This helps eliminate false double
    keystrokes.

    DelayBeforeAcceptance This entry has a default value of 1000. Increasing it increases the
    amount of time that a key must be pressed before it registers as being pressed. Changing the
    default here is useful if a user has a tendency to hit keys by mistake.


1 additional answer

Sort by: Most helpful
  1. Bug locker 51 Reputation points
    2024-03-12T09:29:31.87+00:00

    With these registry values a took faster keyboard :

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]

    "AutoRepeatDelay"="200"

    "AutoRepeatRate"="6"

    "DelayBeforeAcceptance"="0"

    "Flags"="27"

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.