-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
The macro interval is double of what it should be #1477
Comments
Macros are depreciated now. |
I'm not sure, the newer |
This issue has been automatically marked as resolved because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
I think this can be closed - we can have a new issue for implementing intervals in send_string, but my suspision is that people will be using custom keycodes for this sort of thing. |
The macro interval,
I(ms)
which is supposed to change the stroke interval of the keypresses is applied both for keydown and keyup, which makes it twice as long as it should be. This could be a documentation issue, or it could be a real issue, but either the code or documentation should be fixed.Another more minor issue is that the delay is also applied to the
I(ms)
statement itself, so if you start a macro with that, there will be a delay before the first key is sent.See
test_macro.cpp
for more information.The text was updated successfully, but these errors were encountered: