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

[Feature] Improvement: Wait for typing being finished, then proceed with actions for right-click menu #42

Open
enoversum opened this issue Jan 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@enoversum
Copy link

I have only a little idea of AHK being able to do this or not.
Currently, when Live sets get heavier and Live starts to lag, LES’ right-click menu is too slow and text input is often stopped before the following actions (selecting first item, loading) are performed, resulting in Live loading the next-to-last item I had previously searched for.

I've built myself a visual alternative to LES’ right-click menu with Touch Portal, and could incorporate typing and looping through an is-it-still-typing state, until typing is finished, then execute the following actions afterwards, which proves more reliable than LES in high-traffic Live sets. (I still had to add a 500ms delay after typing, otherwise, the interface wouldn't always be ready for consecutive actions.)
Would that be possible with LES and its AHK-based functionality as well?

@enoversum enoversum added the enhancement New feature or request label Jan 15, 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

1 participant