View Single Post
Old 04-26-2025, 09:07 AM   #4
uzverUA
Junior Member
uzverUA began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2025
Device: Kindle PW 6
Managed to do partial fix to my problem.

File gesturedetector.lua

In function Contact:tapState(new_tap)

changed line 498
from
if buddy_contact and self.down then
to
if false and buddy_contact and self.down then

Disabled double tap recognition. For some reason disabling it through settings didn't disable it in code.

Now it's much better. BUT) I have problems with swipe gestures, quick typing of 3 letters triggers it... Like if I type HFG quickly, sometimes I get HFG, and sometimes HG or HF. And I'm like not that fast "touch typer".

Very annoying keyboard logic... Disabling swipe in keyboard settings didn't fix it as well because that quick typing is still recognized like swipe. It's just ignored with disabled swipes for keyboard.

So now I'm thinking if there is any okay-ish ways to change swipe detection logic so it can differentiate when it's quick typing and when it's a swipe...
uzverUA is offline   Reply With Quote