aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-07-31 12:44:48 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-08-01 11:50:22 +0900
commite1d3efe52b81119c2bb9a2218fb2025e43838b75 (patch)
tree866e217e1037f434dc10ec4b46a28407fe19f1b2 /java/src
parent2f387da0ac1495f80ca5bc4c928e2b9c1e3fb040 (diff)
downloadlatinime-e1d3efe52b81119c2bb9a2218fb2025e43838b75.tar.gz
latinime-e1d3efe52b81119c2bb9a2218fb2025e43838b75.tar.xz
latinime-e1d3efe52b81119c2bb9a2218fb2025e43838b75.zip
Fix Catalan keyboard layout
- Place "ç" (U+00E7) insteand of "ñ" (U+00F1). - Place "L·L" (L/U+00B7/L) instead of "Ŀ" (U+013F) in more keys of "L". - Add "·" (U+00B7) to more keys of "." in main keyboard and "-" in symbols keyboard. Change-Id: I60e4aa6716f8166ca60ab5687b0faf2d84cd846b
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java31
1 files changed, 27 insertions, 4 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java b/java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java
index 7ec1c9406..711cad67d 100644
--- a/java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java
+++ b/java/src/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.java
@@ -371,8 +371,7 @@ public final class KeyboardTextsSet {
/* 112 */ "w",
/* 113 */ "y",
/* 114 */ "x",
- // U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE
- /* 115 */ "\u00F1",
+ /* 115 */ EMPTY,
/* 116 */ "!fixedColumnOrder!2,!hasLabels!,!text/label_time_am,!text/label_time_pm",
/* 117 */ "!icon/settings_key|!code/key_settings",
/* 118 */ "!icon/shortcut_key|!code/key_shortcut",
@@ -728,9 +727,28 @@ public final class KeyboardTextsSet {
/* 8~ */
null, null, null, null, null, null,
/* ~13 */
- // U+0140: "ŀ" LATIN SMALL LETTER L WITH MIDDLE DOT
+ // U+00B7: "·" MIDDLE DOT
// U+0142: "ł" LATIN SMALL LETTER L WITH STROKE
- /* 14 */ "\u0140,\u0142",
+ /* 14 */ "l\u00B7l,\u0142",
+ /* 15~ */
+ null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
+ null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
+ null, null, null, null, null,
+ /* ~49 */
+ // U+00B7: "·" MIDDLE DOT
+ /* 50 */ "!fixedColumnOrder!9,\u00B7,\",\',#,-,:,!,\\,,?,@,&,\\%,+,;,/,(,)",
+ /* 51~ */
+ null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
+ null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
+ null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
+ null, null, null, null, null, null, null, null, null,
+ /* ~104 */
+ /* 105 */ "?,\u00B7",
+ /* 106~ */
+ null, null, null, null, null, null, null, null, null,
+ /* ~114 */
+ // U+00E7: "ç" LATIN SMALL LETTER C WITH CEDILLA
+ /* 115 */ "\u00E7",
};
/* Language cs: Czech */
@@ -1203,6 +1221,11 @@ public final class KeyboardTextsSet {
/* 106 */ "\"",
/* 107 */ "\'",
/* 108 */ "\'",
+ /* 109~ */
+ null, null, null, null, null, null,
+ /* ~114 */
+ // U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE
+ /* 115 */ "\u00F1",
};
/* Language et: Estonian */