Dragpad sensitivity #272
Unanswered
TaylorJKing
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Great thanks heaps. I’ll give it a go.
On 30 Dec 2025, at 5:14 pm, Nerwyn ***@***.***> wrote:
Touchpad drag actions have a field Sampling delay (repeat_delay in YAML), which is used to limit how often a drag action can fire. Increasing this value decreases the touchpad drag action frequency.
image.png (view on web)<https://github.com/user-attachments/assets/572f4a71-c520-4f94-ae71-1054f8b2558f>
drag_action:
action: key
key: >-
{{ ("right" if deltaX > 0 else "left") if (deltaX | abs) > (deltaY | abs)
else ("down" if deltaY > 0 else "up") }}
repeat_delay: 100
multi_drag_action:
action: key
key: >-
{{ ("right" if deltaX > 0 else "left") if (deltaX | abs) > (deltaY | abs)
else ("down" if deltaY > 0 else "up") }}
repeat_delay: 50
—
Reply to this email directly, view it on GitHub<#272 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK5XU27KGLTCXRYWPZIZPBD4EIJ37AVCNFSM6AAAAACQG4DY3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMZXGI4DOOI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hey. Thanks for helping with my earlier issue re: the older android-tv-card resource loading. All fixed now.
Was just wondering if there's anyway to adjust the sensitivity of the "dragpad"; specifically for Apple TV. It works really great, but it's super sensitive; often moving atleast 2 spaces on what should be a single drag.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions