• 34 Posts
  • 192 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle







  • Toldry@lemmy.worldBOPtoThumb-Key@lemmy.mlHaptic question
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    I figured out the source. The Modifier.combinedClickable is used to define the click behavior for the key, and by default it has the parameter hapticFeedbackEnabled = true defined, which automatically causes a vibration for long press.

    The solution is to simply to specify hapticFeedbackEnabled = false.

    Gonna do that and enter a PR.