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

Send has built in loops #21

Open
SanderDeVeth opened this issue Mar 11, 2023 · 0 comments
Open

Send has built in loops #21

SanderDeVeth opened this issue Mar 11, 2023 · 0 comments

Comments

@SanderDeVeth
Copy link

I recently became aware you can do
Send {Down 4}
and it'll be the same as
Loop 4 { Send {Down}}

Might improve the readability a bit. Especially with line 322 for openSnackMenu
Send {%IGB_Enter%}{%IGB_Down%}{%IGB_Down%}{%IGB_Down%}{%IGB_Down%}{%IGB_Enter%}
This could be shortened to
Send {%IGB_Enter%}{%IGB_Down% 4}{%IGB_Enter%}
Which looks much cleaner imo and is easier to modify

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