You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading a barcode as such "[123456]" the output is converted to "(123456)". Looking at the code the problem seems to be the use of left shift emulation instead of right alt.
When reading a barcode as such "[123456]" the output is converted to "(123456)". Looking at the code the problem seems to be the use of left shift emulation instead of right alt.