Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
aae757b8
Commit
aae757b8
authored
12 years ago
by
Tadashi G. Takaoka
Browse files
Options
Downloads
Patches
Plain Diff
Fix English "e" more keys
Change-Id: I982690a0d5f524769caa9a06d5da1528899552ef
parent
d0054767
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
java/src/com/android/inputmethod/keyboard/internal/KeyboardLabelsSet.java
+1
-1
1 addition, 1 deletion
...roid/inputmethod/keyboard/internal/KeyboardLabelsSet.java
tools/makelabel/res/values-en/donottranslate-more-keys.xml
+1
-1
1 addition, 1 deletion
tools/makelabel/res/values-en/donottranslate-more-keys.xml
with
2 additions
and
2 deletions
java/src/com/android/inputmethod/keyboard/internal/KeyboardLabelsSet.java
+
1
−
1
View file @
aae757b8
...
@@ -755,7 +755,7 @@ public final class KeyboardLabelsSet {
...
@@ -755,7 +755,7 @@ public final class KeyboardLabelsSet {
// U+00EA: "ê" LATIN SMALL LETTER E WITH CIRCUMFLEX
// U+00EA: "ê" LATIN SMALL LETTER E WITH CIRCUMFLEX
// U+00EB: "ë" LATIN SMALL LETTER E WITH DIAERESIS
// U+00EB: "ë" LATIN SMALL LETTER E WITH DIAERESIS
// U+0113: "ē" LATIN SMALL LETTER E WITH MACRON
// U+0113: "ē" LATIN SMALL LETTER E WITH MACRON
/* 1 */
"\u00E8,\u00E9,\u00EA,\u00EB,\u01
0
3"
,
/* 1 */
"\u00E8,\u00E9,\u00EA,\u00EB,\u01
1
3"
,
// U+00EE: "î" LATIN SMALL LETTER I WITH CIRCUMFLEX
// U+00EE: "î" LATIN SMALL LETTER I WITH CIRCUMFLEX
// U+00EF: "ï" LATIN SMALL LETTER I WITH DIAERESIS
// U+00EF: "ï" LATIN SMALL LETTER I WITH DIAERESIS
// U+00ED: "í" LATIN SMALL LETTER I WITH ACUTE
// U+00ED: "í" LATIN SMALL LETTER I WITH ACUTE
...
...
This diff is collapsed.
Click to expand it.
tools/makelabel/res/values-en/donottranslate-more-keys.xml
+
1
−
1
View file @
aae757b8
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
U+00EA: "ê" LATIN SMALL LETTER E WITH CIRCUMFLEX
U+00EA: "ê" LATIN SMALL LETTER E WITH CIRCUMFLEX
U+00EB: "ë" LATIN SMALL LETTER E WITH DIAERESIS
U+00EB: "ë" LATIN SMALL LETTER E WITH DIAERESIS
U+0113: "ē" LATIN SMALL LETTER E WITH MACRON -->
U+0113: "ē" LATIN SMALL LETTER E WITH MACRON -->
<string
name=
"more_keys_for_e"
>
è
,
é
,
ê
,
ë
,

0
3;
</string>
<string
name=
"more_keys_for_e"
>
è
,
é
,
ê
,
ë
,

1
3;
</string>
<!-- U+00EE: "î" LATIN SMALL LETTER I WITH CIRCUMFLEX
<!-- U+00EE: "î" LATIN SMALL LETTER I WITH CIRCUMFLEX
U+00EF: "ï" LATIN SMALL LETTER I WITH DIAERESIS
U+00EF: "ï" LATIN SMALL LETTER I WITH DIAERESIS
U+00ED: "í" LATIN SMALL LETTER I WITH ACUTE
U+00ED: "í" LATIN SMALL LETTER I WITH ACUTE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment