We have a GWT-App, where we can define keyboard shortcuts (0-9, A-Z, with 3 possible modifiers: Shift, Alt and Ctrl Key) which can execute several actions (instead of clicking a button, just press Ctrl+Alt+A).
It is mostly used in warehouses and to simplify the workflow of the end user, we want to generate barcodes, which the user can scan and those scanned barcodes should be treated as if you pressed the defined key combination on the keyboard.
(so the end user doesn't have to switch between mouse / keyboard / scanner).
My question is: Is this even possible? Can I simulate the press of a key combination like Ctrl+Shift+C by scanning a barcode? What kind of scanner is necessary? What barcodes should I use for this? And how do I encode those key combinations?