LMCassette // Add support for "%flag_disp_partial_match".

This commit is contained in:
ShikiSuen 2023-06-28 19:47:29 +08:00
parent 6b22f3d6f1
commit 24636ce7a7
1 changed files with 3 additions and 0 deletions

View File

@ -202,6 +202,9 @@ public extension vChewingLM {
if wildcardKey.isEmpty, strLine.starts(with: "%wildcardkey ") {
wildcardKey = cells[1].first?.description ?? ""
}
if strLine == "%flag_disp_partial_match", !supplyQuickResults {
supplyQuickResults = true
}
}
// Post process.
if CandidateKey.validate(keys: selectionKeys) != nil { selectionKeys = "1234567890" }