What are the all possible values of Repeat Rate / Repeat Delay offered by Win 7 concerning Keyboard settings.

link|improve this question
Did you check in the control panel under Keyboard settings? Or are you looking for something more specific? – bfhd Feb 9 at 23:50
1  
For sure I did. But there are no values, expressed only in words (short/long or fast/slow). I need an exact values in miliseconds. – Stanyko Feb 9 at 23:59
feedback

1 Answer

up vote 2 down vote accepted

Check in the registry under HKEY_CURRENT_USER\Control Panel\Keyboard.

The KeyboardSpeed property indicates the repeat speed setting that determines the length of time between each keystroke repeat message sent by the operating system.

This value is in the range from 0 (approximately 250 millisecond delay) through 3 (approximately 1 second delay). The actual delay associated with each value may vary depending on the hardware.

The KeyboardDelay property indicates the length of time after a key is pressed and held down before keystroke repeat messages are sent by the operating system.

This is a value in the range from 0 (approximately 2.5 repetitions per second) through 31 (approximately 30 repetitions per second). The actual repeat rates are hardware-dependent and may vary from a linear scale by as much as 20%.

source

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.