cajhin / capsicain

Powerful low-level keyboard remapping tool for Windows
353 stars 18 forks source link

How to send infinite loop sequence? #103

Open anthonymich01 opened 8 months ago

anthonymich01 commented 8 months ago

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 commented 7 months ago

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.