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

How to send infinite loop sequence? #103

Open
anthonymich01 opened this issue Feb 3, 2024 · 1 comment
Open

How to send infinite loop sequence? #103

anthonymich01 opened this issue Feb 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@anthonymich01
Copy link

anthonymich01 commented Feb 3, 2024

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!

@cajhin
Copy link
Owner

cajhin commented Feb 29, 2024

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.

@cajhin cajhin added the enhancement New feature or request label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants