Differentiate which keyboard (not key) was pressed in Javascript -


this question has answer here:

i have 2 usb keyboards plugged in. how can determine 1 pressed?

i can use keycode events don't see getting read on keyboard used.

gamepads, on other hand, have index gamepad in navigator's list used. i'm looking that.

how can determine 1 pressed?

you can't. keyboradevent doesn't contain such information.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -