You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: