I have input box. This input box may have a value as a barcode scanner or user input. But, key event from barcode scanner or user input have same keypress Events. I want to distinguish between these Key Event. Is there a way to tell where the Event is coming from in JavaScript?
Thanks.
I tried to detect it as an event, but I couldn't find any difference.