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

3 keys at the same time not working #7

Open
AntoineTurmel opened this issue Sep 15, 2014 · 2 comments
Open

3 keys at the same time not working #7

AntoineTurmel opened this issue Sep 15, 2014 · 2 comments

Comments

@AntoineTurmel
Copy link

For example I want to use:
Right + X + W (run and jump in a Mario game) but the program only seems to emulate 2 keys at the same time.
Any idea @PaintYourDragon ?

@PaintYourDragon
Copy link
Contributor

@AntoineTurmel : the code handles distinct press and release events for every button, there's no inherent hardcoded 2 button or key limitation there. Possible there's a limitation in uinput or in the emulator. Connect USB keyboard, try the three button combination. Does it work there? If so, possible uinput problem. If not, possible emulator problem.

@Plaputta
Copy link

It only repeats the last key pressed, that may cause the issue.
When you hold Key A it'll repeat it. When you now also hold Key B it'll repeat only B. When you then release Key B, though still holding Key A, it'll repeat nothing anymore until you've released and re-pressed Key A.

This is a major drawback in games like qix...

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

3 participants