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 have this sequence for press skill hotkey in MMO game
COMBO F [] > sequence(Q_W_E_A_S_D)
When I tap "F" it works, but I want the sequence not end in only 1 cycle, so it keeps press "Q_W_E_A_S_D" over and over again until I tap "F" again, is there a way to achieve this result? thank you in advance!
The text was updated successfully, but these errors were encountered:
No, you can't have an endless loop, this would require fundamental changes to the code. I'll keep this open as an enhancement, in case I have an idea how to solve this, but I don't think this will work.
update: my approach would be to write a helper function in AutoHotkey (the endless loop), and start/stop this with capsicain combos.
I have this sequence for press skill hotkey in MMO game
COMBO F [] > sequence(Q_W_E_A_S_D)
When I tap "F" it works, but I want the sequence not end in only 1 cycle, so it keeps press "Q_W_E_A_S_D" over and over again until I tap "F" again, is there a way to achieve this result? thank you in advance!
The text was updated successfully, but these errors were encountered: