From 909505c5fc6f8fec8fba35322dcd57a18374d4b4 Mon Sep 17 00:00:00 2001 From: Steve Liu Date: Sat, 16 May 2026 20:58:15 +0800 Subject: [PATCH] =?UTF-8?q?Add=20missing=20"=C4=85"=20in=20input=20popup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/fcitx/fcitx5/android/input/popup/PopupPreset.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/fcitx/fcitx5/android/input/popup/PopupPreset.kt b/app/src/main/java/org/fcitx/fcitx5/android/input/popup/PopupPreset.kt index 11905d2f..f2a619a0 100644 --- a/app/src/main/java/org/fcitx/fcitx5/android/input/popup/PopupPreset.kt +++ b/app/src/main/java/org/fcitx/fcitx5/android/input/popup/PopupPreset.kt @@ -22,7 +22,7 @@ val PopupPreset: Map> = 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"),