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 don't think this is possible currently, so maybe it's a feature request...
I have some mappings that utilize long press and the "repeat every ms until released" option (this seems to be the way to implement actions while holding down a key, or is there another way?).
I want to have an action occur only after the key is released, or to put it another way, after the repeat loop exits. Currently, if I add an action after the one that repeats, it gets triggered immediately, which in my case breaks the loop. (I am using "tap screen" actions for both the repeater and for my desired "after loop" action.)
Developer TODO (don't remove)
update documentation
The text was updated successfully, but these errors were encountered:
I don't think this is possible currently, so maybe it's a feature request...
I have some mappings that utilize long press and the "repeat every ms until released" option (this seems to be the way to implement actions while holding down a key, or is there another way?).
I want to have an action occur only after the key is released, or to put it another way, after the repeat loop exits. Currently, if I add an action after the one that repeats, it gets triggered immediately, which in my case breaks the loop. (I am using "tap screen" actions for both the repeater and for my desired "after loop" action.)
Developer TODO (don't remove)
The text was updated successfully, but these errors were encountered: