no viable alternative at input keydown?
Asked by
Ralph Whitlock
So I'm making a program for automatically fishing in stardew valley, but I can't even get the program to hold the mousebutton or a keypress. It only gives me this error:
[error] SyntaxError ( "no viable alternative at input 'keyDown'", )
What I've written so far is this:
wait(5)
click("
mouseMove(
keyDown(C)
wait(1.5)
keyUp(C)
I don't see how this gives me an error.
I get the same error when I do this:
mouseDown(
wait(1.5)
mouseUp(
Any help would be appreciated!
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- SikuliX Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- Last query:
- Last reply:
To post a message you must log in.