Is it possible to programmatically set the state of the shift and control keys?

Posted by Stephen Harrison on Stack Overflow See other posts from Stack Overflow or by Stephen Harrison
Published on 2010-03-27T00:17:04Z Indexed on 2010/03/27 0:23 UTC
Read the original article Hit count: 592

Filed under:

The reason I am asking is that I am thinking of building a foot switch to act as shift and control keys - well two switches, one for each foot.

I'm planning on using the Arduino for this and writing a small C# application to detect when the switch has been pressed that would then set the state of shift or control. I would rather not have to write a keyboard driver for the Arduino as I would like it to do other things as well.

© Stack Overflow or respective owner

Related posts about keyboard