Key repeat delay and key repeat rate
How do I (programmatically) find out the key repeat delay and key repeat 开发者_Python百科rate for a system?
A solution that works on any/all .Net capable platforms would be ideal, but the key target OSes would be XP, Vista, and 7.
It's available in the SystemInformation.KeyboardDelay and KeyboardSpeed properties on all your listed operating systems.
精彩评论