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
It would be nice to have a toggle for the config to allow looping a configured action.
For example configuring typeout to write "hello " as long as configured key is pressed, resulting in a chain of "hello hello hello ... ", or using "shortcut" configured with "Ctrl+W" to close browser tabs while the key is held.
An advanced config could also feature a delay between loops in ms.
Example config for this scenario:
Since it is the same with the normal keys the behavior will be as expected by the user.
Maybe there is no need to set the delay for every single macro key? I would start with an global delay setting for all macro keys. Maybe you can proof me wrong!
@suabo The reason I suggested the per-key delay comes from a gaming background.
In most mmos you can set up keybinds with abilities, so a single key can trigger multiple abilities.
Being able to stagger the execution there or taking ability cooldowns into consideration when setting up those keys can really help in those instances.
A global delay might be useful as well, but i'm failing to see a scenario here.
It would be nice to have a toggle for the config to allow looping a configured action.
For example configuring typeout to write "hello " as long as configured key is pressed, resulting in a chain of "hello hello hello ... ", or using "shortcut" configured with "Ctrl+W" to close browser tabs while the key is held.
An advanced config could also feature a delay between loops in ms.
Example config for this scenario:
would type "hello " every 500ms while the g1-key is held.
Thank you for this great tool btw, i have been looking for quite a while!
The text was updated successfully, but these errors were encountered: