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

help-circle





  • Toldry@lemmy.worldOPBtoThumb-Key@lemmy.mlHaptic question
    link
    fedilink
    arrow-up
    2
    ·
    1 month 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.