Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use simulator #4

Open
dave-roth opened this issue Jul 1, 2019 · 3 comments
Open

How to use simulator #4

dave-roth opened this issue Jul 1, 2019 · 3 comments

Comments

@dave-roth
Copy link

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.
@JeanMarcMbouma
Copy link

JeanMarcMbouma commented Jul 4, 2019

I've got the issue and I found that Windows + Z was already mapped.
I hope this helps

@irvine48
Copy link

Change this line in BarcodeSimulatorControl.cs
var hk = new Hotkey(Keys.Z, shift: false, control: true, alt: true, windows: false);

tested on win10, vs2017

@femarschall
Copy link

@irvine48, could you please share your compiled modified version? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants