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

[v2] Macros - Empty lines after a delay add extra delays #15

Closed
matlo opened this issue Nov 27, 2013 · 2 comments
Closed

[v2] Macros - Empty lines after a delay add extra delays #15

matlo opened this issue Nov 27, 2013 · 2 comments

Comments

@matlo
Copy link
Owner

matlo commented Nov 27, 2013

From mathieu....@gmail.com on September 30, 2010 22:28:29

For ex:

"
MACRO F1
KEY s
DELAY 450

KEY d
"

is read as:

"
MACRO F1
KEY s
DELAY 450
DELAY 450
DELAY 450
KEY d
"

Original issue: http://code.google.com/p/diyps3controller/issues/detail?id=13

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on September 30, 2010 13:42:01

Status: Fixed

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on December 19, 2011 09:14:55

Status: Verified

@matlo matlo closed this as completed Nov 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant