feat(typing): improve key hit accuracy and bump to 1.6.1
Add gap-filling hit regions, release-to-commit with slide-to-reselect, touch intent offset, and full-pinyin next-key bias; cut release 1.6.1 (build 45).
This commit is contained in:
@@ -144,8 +144,10 @@ public final class LibrimeEngine: RimeEngineBridging {
|
||||
return nil
|
||||
}
|
||||
let preedit = snapshot.preedit
|
||||
let raw = bridge?.rawInput() ?? ""
|
||||
composition = TypingComposition(
|
||||
preedit: preedit,
|
||||
rawInput: raw,
|
||||
candidates: snapshot.candidates.enumerated().map { displayIndex, candidate in
|
||||
TypingCandidate(
|
||||
id: "\(preedit)|\(displayIndex)|\(candidate.index)|\(candidate.text)",
|
||||
|
||||
Reference in New Issue
Block a user