barcode-simulator
barcode-simulator copied to clipboard
How to use simulator
I downloaded the executable and I am having trouble figuring out how to use it. I have the configuration set to
- Key Delay: 50
- Hotkey: Windows+Z
- End With: None I entered "123456" in the Add Code field and pressed enter to add it to the list of codes. Now my expectations are that I could open NotePad, press Windows+Z and I would see the value "123456" typed into NotePad, but I'm getting nothing. Is that how it is supposed to work or am I missing something? Thanks.
I've got the issue and I found that Windows + Z was already mapped. I hope this helps
Change this line in BarcodeSimulatorControl.cs var hk = new Hotkey(Keys.Z, shift: false, control: true, alt: true, windows: false);
tested on win10, vs2017
@irvine48, could you please share your compiled modified version? thanks