Question

Does any of you know how to capture data from a keyboard based on the VID or PID for the keyboard?

well it's possible with raw input in C# but then i can't block the data, or well redirect it to my application.. and well i can block the data with a global keyboard hook but then i can't see what source it's comming from.. so is it possible to merge these two? or well is there anykind of plugin of some sort i can use? would be great if it was in .net!

I've been searching and trying to find something for days.. but no luck yet!

Was it helpful?

Solution

Found this program to do the job: http://nate.dynalias.net/dev/keyboardredirector.rails

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top