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

Action after key released when using long press and repeat #1368

Open
1 task
jfexyz opened this issue Dec 19, 2024 · 0 comments
Open
1 task

Action after key released when using long press and repeat #1368

jfexyz opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request needs triage

Comments

@jfexyz
Copy link

jfexyz commented Dec 19, 2024

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
@jfexyz jfexyz added enhancement New feature or request needs triage labels Dec 19, 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 needs triage
Projects
None yet
Development

No branches or pull requests

2 participants