0 Followers
0 Following
1 Posts
Could you link the screen from temu?
In Spanish, a peacock is literally called a “royal turkey” (pavo real)

Gonna test this.

Hey @[email protected], did you get a notification?

Gonna test this.

Hey [email protected], did you get a notification?

fix long press haptics by Toldry · Pull Request #1779 · dessalines/thumb-key

Fixes vibration triggered on long press when key has no long press Adds long press haptics to clipboard history items Partial fix for #1778

GitHub

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.

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.

Haptic question - Lemmy.World

I’m thinking of implementing a new feature for Thumb-Key: richer haptic feedback that will make it easier for users to blind-type. While reviewing the current places where Thumb-Key already performs haptic feedback, I noticed something strange. When doing a long-press gesture, there are two moments of haptic feedback. First is when the finger initially touches the keyboard key, and second when enough time has passed for the press gestured to be registered as a long press. The second haptic feedback is noticeably stronger than the first. However, as far as I can tell, both events call the exact same function with the same parameter for both events: kotlin view.performHapticFeedback(HapticFeedbackConstants.KEYBOARD_TAP) So how come the second feedback is stronger than the first? ---- Here [https://github.com/dessalines/thumb-key/blob/afd66d537edb5732b375653b885d911bc28dd3bc/app/src/main/java/com/dessalines/thumbkey/ui/components/keyboard/KeyboardKey.kt#L192] is the code for initial press. And here [https://github.com/dessalines/thumb-key/blob/afd66d537edb5732b375653b885d911bc28dd3bc/app/src/main/java/com/dessalines/thumbkey/ui/components/keyboard/KeyboardKey.kt#L277] is the code for the long press.

relevant photo I took a few weeks ago

De-Escalating Social Media

https://lemmy.world/post/42494188