Progress
This commit is contained in:
@@ -35,7 +35,9 @@ class KeyCommandResolver (
|
||||
Key.DOWN to Command.NAVIGATE,
|
||||
|
||||
Key.STAR to Command.DELETE,
|
||||
Key.SELECT to Command.SELECT
|
||||
Key.SELECT to Command.SELECT,
|
||||
|
||||
Key.FN to Command.FN
|
||||
)),
|
||||
|
||||
onLong = HashMap(mapOf(
|
||||
|
||||
@@ -22,5 +22,6 @@ data class KeyEventResult(
|
||||
val updateInputStatus: Boolean = false,
|
||||
val updateWordStatus: Boolean = false,
|
||||
val focus: Boolean = false,
|
||||
val switchInputMode: WKT9InputMode? = null
|
||||
val switchInputMode: WKT9InputMode? = null,
|
||||
val functionMode: Boolean = false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user