This commit is contained in:
zb
2023-08-29 10:59:03 +02:00
parent 1f589c985a
commit 9a9a37bc2b
6 changed files with 115 additions and 74 deletions

View File

@@ -8,6 +8,7 @@ data class KeyEventResult(
val startComposing: Boolean = false,
val codeWord: StringBuilder? = null,
val candidates: List<String>? = null,
val timeout: Int? = null,
val deleteBeforeCursor: Int = 0,
val deleteAfterCursor: Int = 0,
val goHome: Boolean = false,