mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-02 04:44:35 +08:00
Add missing "ą" in input popup
This commit is contained in:
parent
068b74e7d8
commit
909505c5fc
@ -22,7 +22,7 @@ val PopupPreset: Map<String, Array<String>> = hashMapOf(
|
||||
"i" to arrayOf("8", "I", "î", "ï", "ī", "í", "ǐ", "ì", "į", "ı"),
|
||||
"o" to arrayOf("9", "O", "ô", "ö", "ō", "ó", "ǒ", "ò", "œ", "ø", "õ"),
|
||||
"p" to arrayOf("0", "P"),
|
||||
"a" to arrayOf("@", "A", "â", "ä", "ā", "á", "ǎ", "à", "æ", "ã", "å"),
|
||||
"a" to arrayOf("@", "A", "â", "ä", "ā", "á", "ǎ", "à", "æ", "ã", "å", "ą"),
|
||||
"s" to arrayOf("*", "S", "ß", "ś", "š", "ş"),
|
||||
"d" to arrayOf("+", "D", "ð"),
|
||||
"f" to arrayOf("-", "F"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user