mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Make LanguageKeys the default long press key
This commit is contained in:
parent
02fd5e40d8
commit
af1bfa23ef
@ -83,7 +83,7 @@ private fun getBestMatchForAction(moreKeys: List<String>): String? {
|
|||||||
|
|
||||||
val LongPressKeyLayoutSetting = SettingsKey(
|
val LongPressKeyLayoutSetting = SettingsKey(
|
||||||
stringPreferencesKey("longPressKeyOrdering"),
|
stringPreferencesKey("longPressKeyOrdering"),
|
||||||
"${LongPressKey.Numbers.ordinal},${LongPressKey.LanguageKeys.ordinal},${LongPressKey.Symbols.ordinal},${LongPressKey.QuickActions.ordinal},${LongPressKey.MiscLetters.ordinal}"
|
"${LongPressKey.LanguageKeys.ordinal},${LongPressKey.Numbers.ordinal},${LongPressKey.Symbols.ordinal},${LongPressKey.QuickActions.ordinal},${LongPressKey.MiscLetters.ordinal}"
|
||||||
)
|
)
|
||||||
|
|
||||||
fun String.toLongPressKeyLayoutItems(): List<LongPressKey> {
|
fun String.toLongPressKeyLayoutItems(): List<LongPressKey> {
|
||||||
|
Loading…
Reference in New Issue
Block a user