How do I emulate SHIFT+10 and ALT+F4 to a barcode
can somone share the method of how to create an image without the start and stop code please of 128A barcode ?
i need to create a barcode for SHIFT+F10 and ALT+F4
i followed this topic to get help
Thanks for your help
All a barcode can give you is ASCII characters (Ctrl-i, Ctrl-c, Ctrl-f, etc.). You don’t want ASCII characters, you are asking for keyCodes which cannot be represented by 8-bit ASCII. 128A barcodes also do not work without the calculated checksum. I don’t think it is possible to do whatever you are attempting.