Time of the key pressed on HIDKEY

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
soda
Posts: 1
Joined: Mon Feb 08, 2010 12:42 pm

Time of the key pressed on HIDKEY

Post by soda » Mon Feb 08, 2010 3:05 pm

hello to everyone.
I'm having problems with hidkeys. the time of key press is very short.
so when I press once the "Z" in notepad for example
there appears "ZZ" as if I had pressed the button twice.
I've tried to use the control panel windows to configure the repeat rate of keyboard, but not resolved.
there is some setting that I can use in HIDkey fix this?
Thank you very much.

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Re: Time of the key pressed on HIDKEY

Post by christian » Sun Feb 28, 2010 6:34 pm

HIDKeys is not intended for real keyboards, it's an example only. The code is kept simple, no handling of key bounces etc.

See http://www.obdev.at/products/vusb/prjhid.html for keyboard implementations which have been made for real-life.

Post Reply