mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-02 20:16:06 +08:00
More missing characters; sort items
This commit is contained in:
parent
909505c5fc
commit
321f9d185e
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
* SPDX-FileCopyrightText: Copyright 2021-2023 Fcitx5 for Android Contributors
|
||||
* SPDX-FileCopyrightText: Copyright 2021-2026 Fcitx5 for Android Contributors
|
||||
*/
|
||||
package org.fcitx.fcitx5.android.input.popup
|
||||
|
||||
@ -29,8 +29,8 @@ val PopupPreset: Map<String, Array<String>> = hashMapOf(
|
||||
"g" to arrayOf("=", "G", "ğ"),
|
||||
"h" to arrayOf("/", "H"),
|
||||
"j" to arrayOf("#", "J"),
|
||||
"k" to arrayOf("(", "[", "{", "K"),
|
||||
"l" to arrayOf(")", "]", "}", "L", "ł"),
|
||||
"k" to arrayOf("(", "K", "[", "{"),
|
||||
"l" to arrayOf(")", "L", "]", "}", "ł"),
|
||||
"z" to arrayOf("'", "Z", "`", "ž", "ź", "ż"),
|
||||
"x" to arrayOf(":", "X", "×"),
|
||||
"c" to arrayOf("\"", "C", "ç", "ć", "č"),
|
||||
@ -43,27 +43,27 @@ val PopupPreset: Map<String, Array<String>> = hashMapOf(
|
||||
//
|
||||
"Q" to arrayOf("1", "q"),
|
||||
"W" to arrayOf("2", "w"),
|
||||
"E" to arrayOf("3", "e", "Ê", "Ë", "Ē", "É", "È", "Ė", "Ę", "Ȩ", "Ḝ", "Ə"),
|
||||
"E" to arrayOf("3", "e", "Ê", "Ë", "Ē", "É", "Ě", "È", "Ė", "Ę", "Ȩ", "Ḝ", "Ə"),
|
||||
"R" to arrayOf("4", "r"),
|
||||
"T" to arrayOf("5", "t"),
|
||||
"Y" to arrayOf("6", "y", "Ÿ", "Ұ", "Ү", "Ӯ", "Ў"),
|
||||
"U" to arrayOf("7", "u", "Û", "Ü", "Ù", "Ú", "Ū"),
|
||||
"I" to arrayOf("8", "i", "Î", "Ï", "Í", "Ī", "Į", "Ì"),
|
||||
"O" to arrayOf("9", "o", "Ô", "Ö", "Ò", "Ó", "Œ", "Ø", "Ō", "Õ"),
|
||||
"U" to arrayOf("7", "u", "Û", "Ü", "Ū", "Ú", "Ǔ", "Ù"),
|
||||
"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"),
|
||||
"G" to arrayOf("=", "g", "Ğ"),
|
||||
"H" to arrayOf("/", "h"),
|
||||
"J" to arrayOf("#", "j"),
|
||||
"K" to arrayOf("(", "k"),
|
||||
"L" to arrayOf(")", "l", "Ł"),
|
||||
"K" to arrayOf("(", "k", "[", "{"),
|
||||
"L" to arrayOf(")", "l", "]", "}", "Ł"),
|
||||
"Z" to arrayOf("'", "z", "`", "Ž", "Ź", "Ż"),
|
||||
"X" to arrayOf(":", "x"),
|
||||
"X" to arrayOf(":", "x", "×"),
|
||||
"C" to arrayOf("\"", "c", "Ç", "Ć", "Č"),
|
||||
"V" to arrayOf("?", "v"),
|
||||
"V" to arrayOf("?", "v", "¿", "Ü", "Ǖ", "Ǘ", "Ǚ", "Ǜ"),
|
||||
"B" to arrayOf("!", "b", "¡"),
|
||||
"N" to arrayOf("~", "n", "Ñ", "Ń"),
|
||||
"M" to arrayOf("\\", "m"),
|
||||
@ -124,7 +124,7 @@ val PopupPreset: Map<String, Array<String>> = hashMapOf(
|
||||
"1" to arrayOf("¹", "½", "⅓", "¼", "⅕", "⅙", "⅐", "⅛", "⅑", "⅒"),
|
||||
"2" to arrayOf("²", "⅖", "⅔"),
|
||||
"3" to arrayOf("³", "⅗", "¾", "⅜"),
|
||||
"4" to arrayOf("⁴", "⅘", "⅝", "⅚"),
|
||||
"4" to arrayOf("⁴", "⅘"),
|
||||
"5" to arrayOf("⁵", "⅝", "⅚"),
|
||||
"6" to arrayOf("⁶"),
|
||||
"7" to arrayOf("⁷", "⅞"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user