There is a USB keyboard and a USB barcode scanner. Is it possible to somehow read input only from a barcode scanner in the program?
You need to intercept input even if the program is minimized and not use input fields.
Is it possible to read values in a program but interrupt transmission of the input to the Windows and Linux system?
The only thing I found was to look for a HID device. But I couldn’t add an input listener.