Is there a Java/C library which allows identify multiple keyboards?
Asked Answered
F

1

2

I need to connect more than one keyboard/mouse with a single computer. Manymouse library can identify different mouses, but is there a library which can identify different keyboards?

I mean, when I press Key "E", the program can tell me which keyboard the KeyPress event is from. With C#, the SDGToolkit can do it, is there something in the Java world or C world, which supports all OS just as Manymouse does? I am more interested in Mac and Linux solution.

Fistula answered 23/5, 2013 at 9:6 Comment(0)
F
0

Know the solution. I can use a hid library to detect different keyboard. Here is an explanation : http://nanlee.wordpress.com/2013/06/12/manykeyboard-using-java-hid-api-to-handle-multiple-keyboard-input/

Fistula answered 20/6, 2013 at 9:56 Comment(1)
This link does not exist as of today. Could you update to where it is?Dominoes

© 2022 - 2024 — McMap. All rights reserved.