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

Whether or not it is possible to realize a combination of keystrokes #158

Open
yukiloh opened this issue Jan 3, 2025 · 0 comments
Open

Comments

@yukiloh
Copy link

yukiloh commented Jan 3, 2025

This is a great library, although I haven't tested it yet.
I'm looking for similar functionality, e.g.
Pressing (not releasing) button A triggers a state, then pressing button B triggers an effect.
Similar to some games' key combinations
The devices I use are ESP32 and ESP8266.

I saw a function in the README that can determine if a long press is in progress.
bool isLongPressed()
So it seems like I can implement my idea

Oh, and I also found this issue, so it looks like I need to implement it myself...
#83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant