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

'KEY_MENU' was not declared in this scope #2

Closed
mateosss opened this issue Feb 8, 2017 · 1 comment
Closed

'KEY_MENU' was not declared in this scope #2

mateosss opened this issue Feb 8, 2017 · 1 comment

Comments

@mateosss
Copy link

mateosss commented Feb 8, 2017

The result of this files gives KEY_MENU was not declared in this scope.

GUI d
DELAY 500
PRINTSCREEN
DELAY 100
MENU
DELAY 300
STRING V
DELAY 40
STRING D
DELAY 300
GUI r
DELAY 700
STRING mspaint
ENTER
DELAY 1200
CTRL v
DELAY 500
CTRL s
DELAY 1000
STRING %userprofile%\a.bmp
ENTER
DELAY 500
ALT f
DELAY 400
STRING K
DELAY 100
STRING F
DELAY 1000
ALT F4
DELAY 300
GUI d
@uslurper
Copy link
Owner

uslurper commented Feb 9, 2017

Add the line:

#define KEY_MENU 118

to the definitions at the top of the generated digispark code. I'll add it to the output in my next commit.

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

2 participants