dessalines / thumb-key

A privacy-conscious Android keyboard made for your thumbs
GNU Affero General Public License v3.0
899 stars 189 forks source link

Make cursor movement detection index-based (fixes #881) #917

Closed glm4610 closed 1 month ago

glm4610 commented 1 month ago

This adds a new function to the IMEService class which makes it ignore the next cursor movement. This function is called from certain parts in performKeyAction which would interfere with the cursor movement detection algorithm

glm4610 commented 1 month ago

Whoops, sorry about that. Will fix soon