Skip to content

Make backspace after swipe word deletion configurable - #2275

Open
drdanz wants to merge 1 commit into
futo-org:masterfrom
drdanz:backspace_after_swipe
Open

Make backspace after swipe word deletion configurable#2275
drdanz wants to merge 1 commit into
futo-org:masterfrom
drdanz:backspace_after_swipe

Conversation

@drdanz

@drdanz drdanz commented Sep 4, 2026

Copy link
Copy Markdown

With the current behaviour, when backspace is pressed after a swipe, the whole word just inserted by the swipe is deleted.
For languages like Italian, this makes the keyboard almost unusable, since the last 1 to 3 letters change completely the meaning of a word, and of a sentence if not corrected. Confirming the word and hitting backspace twice for every word adds a lot of extra typing (not considering that I'm used to have this feature from Ms SwiftKey, and I've been deleting a lot of words by mistake since I started using Futo Keyboard).

This PR adds an option to disable the word deletion when backspace is hit after a swipe, and instead delete the last character and exit batch mode.

Note: This feature was requested in #1368, that was closed as not planned. I'm proposing this PR anyway, since this is, in my opinion, a big usability problem.

AI Disclosure: I have no familiarity with the code base and a limited experience with java, therefore I used AI to navigate and understand the code, figure out how to exit batch mode after the first backspace, review the patch and to write the unit tests (I personally reviewed these afterwards).

@futo-cla-pr-labler

Copy link
Copy Markdown

Please sign our contributor license agreement at https://cla.futo.tech

@futo-cla-pr-labler

Copy link
Copy Markdown

Please sign our contributor license agreement at https://cla.futo.tech

@Zvonimir-FUTO Zvonimir-FUTO added Enhancement Request for a new feature Swipe Typing Issues/FR related to swipe typing unlike regular typing Spacebar & Backspace labels Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA-signed Enhancement Request for a new feature Spacebar & Backspace Swipe Typing Issues/FR related to swipe typing unlike regular typing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants