-
Notifications
You must be signed in to change notification settings - Fork 2
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
Is it possible to support double tap key press? #325
Comments
Sounds absolutely feasible, implementing |
I had a quick look at the whole thing. Currently
Do you happen to know how to double-click in |
That is how I implemented it in homebridge-appletv-enhanced. "Avadra Kedavra" closes opened apps. This is of course not very configurable and specific to my plugin but you should get an idea how it works. |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
My goal is to be able to force quit an app using double tap home key and swipe up:
It can only be achieved using workaround
Is it possible to allow keyPress to take an array instead of just a single key?
node-pyatv/src/lib/device.ts
Line 350 in 7e6eefa
or if we could support double tap on keyPress with InputAction https://github.com/postlund/pyatv/blob/master/pyatv/interface.py#L372
The text was updated successfully, but these errors were encountered: