-
Notifications
You must be signed in to change notification settings - Fork 230
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
issue: doesn't work with apps that require scancodes, fix within #5
Comments
oh and you have to do it with AddKeyUp() |
Thanks for that Dominic. I'll see if I can get an update through soon. I'll have to check out ZSNES sometime too! ;) On Mon, Jun 16, 2014 at 8:42 AM, Dominic Cerquetti <notifications@github.com
|
sweet : ) |
I am also facing the same issue with citrix terminal . Key down and key up are not working. I see a pull request by @TChatzigiannakis which seems to address the issue. @michaelnoonan - Could you please look in to that PR #13 and accept the changes? |
Having problems with this also, when it is getting accepted as a change?????? |
@RudiHansen You can use my fork where this issue is addressed. |
Thanks @TChatzigiannakis that solved my problem |
I think this was fixed, aside from LMENU #27 |
I was trying to use this with ZSNES and it wasn't working. I noticed after playing around with Spy++ that it only worked if you send the scanCode
my fix was: add to NativeMethods:
add to InputBuilder::AddKeyDown() the following at the top:
and then below change
Scan = 0
toScan = scanCode
If you want I can submit a patch though it's really simple. However, there may be other places where you need to update it to use the scanCode
The text was updated successfully, but these errors were encountered: