This is for a Chrome extension where I'd like to distinguish between a KeyboardEvent coming from the regular keyboard vs. an additional external numpad.
Something like getting the USB vendor and product ID per key press would be ideal, but any bit that makes the two events look different would work.
Thanks!