Getting to a stable version...

This commit is contained in:
zb
2023-09-05 11:03:45 +02:00
parent fa02792649
commit 980aa88381
9 changed files with 104 additions and 284 deletions

View File

@@ -71,6 +71,8 @@ class KeyCommandResolver (
Key.BACK to Command.BACK,
Key.POUND to Command.SHIFT_MODE,
Key.FN to Command.FN
)),
afterLong = HashMap(mapOf(

View File

@@ -23,7 +23,7 @@ data class KeyEventResult(
val updateWordStatus: Boolean = false,
val focus: Boolean = false,
val switchInputMode: WKT9InputMode? = null,
val functionMode: Boolean = false,
val toggleFunctionMode: Boolean = false,
val increaseVolume: Boolean = false,
val decreaseVolume: Boolean = false,
val increaseBrightness: Boolean = false,