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

Add syntax check in KEYDOWN / KEYUP #143

Open
jupiterbjy opened this issue Aug 29, 2023 · 0 comments
Open

Add syntax check in KEYDOWN / KEYUP #143

jupiterbjy opened this issue Aug 29, 2023 · 0 comments

Comments

@jupiterbjy
Copy link

jupiterbjy commented Aug 29, 2023

From document:

KEYDOWN / KEYUP
Holds / Releases a key.

However, syntax checks does not trigger regardless of how many keys are supplied.

KEYDOWN 1 2 3 4
KEYUP 1 2 3 4

Following actually runs fine Which results only last key(in this case 4) to be pressed/unpressed.

It's always important to check documents but I think it might be even better to add strong warning like EMUK does with more than 1 key to not give a user a misperception.

@jupiterbjy jupiterbjy changed the title Adding syntax check in KEYDOWN / KEYUP Add syntax check in KEYDOWN / KEYUP Aug 29, 2023
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

1 participant