开发者

Key repeat delay and key repeat rate

开发者 https://www.devze.com 2022-12-15 18:21 出处:网络
How do I (programmatically) find out the key repeat delay and key repeat 开发者_Python百科rate for a system?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消