Add missing "ą" in input popup

This commit is contained in:
Steve Liu 2026-05-16 20:58:15 +08:00 committed by rocka
parent 068b74e7d8
commit 909505c5fc

View File

@ -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"),