Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Instead of manually reading the `getTextBeforeCursor`, use `IMEService.currentInputConnection.getCursorCapsMode` to detect whether auto-capitalization should happen. This fixes #304, where terminal emulator apps like Termux, JuiceSSH, KDE Connect, etc., which provide an empty input connection to Thumb-Key, would always be auto-capitalized.
- Loading branch information