Toldry

u/Toldry@lemmy.world
52 posts · 206 comments

Recent posts

Recent comments

Two possible and opposite interpretations of your comment:

  1. Modern Linux feels exactly as responsive or worse on modern hardware than old Linux used to feel on old hardware.
  2. Linux feels much more responsive and fast on modern hardware than it does on old hardware, unlinke other OSes.
on Haptic question · c/thumbkey · 2 pts · 181d

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.

on Haptic question · c/thumbkey · 2 pts · 182d

I thought of that. To test it, I placed a finger from my left hand at the BACK of the phone first, and then did a long-press with a finger from my right hand.

The second haptic event feels stronger from the left hand's finger too.