Key repeat on Windows
        Posted  
        
            by Rolle
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rolle
        
        
        
        Published on 2010-05-20T11:19:39Z
        Indexed on 
            2010/05/20
            11:20 UTC
        
        
        Read the original article
        Hit count: 159
        
When you hold a key on the keyboard under Windows XP, the keyboard seems to send Key Down, Key Up repeatedly. However I am developing for a device where holding a key generates a "proper" key repeat, that is, lots of Key Down and then one Key Up when you release the button.
I want to get the same behaviour under Windows to get our emulator to work as on he device. Is there anyway to acheive this? Do I need to get another keyboard driver? Thanks!
© Stack Overflow or respective owner