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
0ce38865
Commit
0ce38865
authored
11 years ago
by
Tadashi G. Takaoka
Committed by
Android (Google) Code Review
11 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Reorder Greek accented vowels"
parents
043d9bc2
d1cc4e0b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
java/res/xml/rowkeys_greek1.xml
+4
-4
4 additions, 4 deletions
java/res/xml/rowkeys_greek1.xml
tests/src/com/android/inputmethod/keyboard/layout/Greek.java
+4
-4
4 additions, 4 deletions
tests/src/com/android/inputmethod/keyboard/layout/Greek.java
with
8 additions
and
8 deletions
java/res/xml/rowkeys_greek1.xml
+
4
−
4
View file @
0ce38865
...
...
@@ -69,7 +69,7 @@
latin:keySpec=
"ε"
latin:keyHintLabel=
"3"
latin:additionalMoreKeys=
"3"
latin:moreKeys=
"έ"
/>
latin:moreKeys=
"έ
,%
"
/>
<!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
<Key
latin:keySpec=
"ρ"
...
...
@@ -88,7 +88,7 @@
latin:keySpec=
"υ"
latin:keyHintLabel=
"6"
latin:additionalMoreKeys=
"6"
latin:moreKeys=
"ύ,ϋ,ΰ"
/>
latin:moreKeys=
"ύ,
%,
ϋ,ΰ"
/>
<!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
<Key
latin:keySpec=
"θ"
...
...
@@ -102,14 +102,14 @@
latin:keySpec=
"ι"
latin:keyHintLabel=
"8"
latin:additionalMoreKeys=
"8"
latin:moreKeys=
"ί,ϊ,ΐ"
/>
latin:moreKeys=
"ί,
%,
ϊ,ΐ"
/>
<!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
<Key
latin:keySpec=
"ο"
latin:keyHintLabel=
"9"
latin:additionalMoreKeys=
"9"
latin:moreKeys=
"ό"
/>
latin:moreKeys=
"ό
,%
"
/>
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
<Key
latin:keySpec=
"π"
...
...
This diff is collapsed.
Click to expand it.
tests/src/com/android/inputmethod/keyboard/layout/Greek.java
+
4
−
4
View file @
0ce38865
...
...
@@ -85,7 +85,7 @@ public final class Greek extends LayoutBase {
key
(
ROW1_2
,
moreKey
(
"2"
)),
// U+03B5: "ε" GREEK SMALL LETTER EPSILON
// U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS
key
(
"\u03B5"
,
joinMoreKeys
(
"3"
,
"\u03AD"
)),
key
(
"\u03B5"
,
joinMoreKeys
(
"\u03AD"
,
"3"
)),
// U+03C1: "ρ" GREEK SMALL LETTER RHO
key
(
"\u03C1"
,
moreKey
(
"4"
)),
// U+03C4: "τ" GREEK SMALL LETTER TAU
...
...
@@ -94,17 +94,17 @@ public final class Greek extends LayoutBase {
// U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
// U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
// U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
key
(
"\u03C5"
,
joinMoreKeys
(
"6"
,
"\u03CD"
,
"\u03CB"
,
"\u03B0"
)),
key
(
"\u03C5"
,
joinMoreKeys
(
"\u03CD"
,
"6"
,
"\u03CB"
,
"\u03B0"
)),
// U+03B8: "θ" GREEK SMALL LETTER THETA
key
(
"\u03B8"
,
moreKey
(
"7"
)),
// U+03B9: "ι" GREEK SMALL LETTER IOTA
// U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
// U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
// U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
key
(
"\u03B9"
,
joinMoreKeys
(
"8"
,
"\u03AF"
,
"\u03CA"
,
"\u0390"
)),
key
(
"\u03B9"
,
joinMoreKeys
(
"\u03AF"
,
"8"
,
"\u03CA"
,
"\u0390"
)),
// U+03BF: "ο" GREEK SMALL LETTER OMICRON
// U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS
key
(
"\u03BF"
,
joinMoreKeys
(
"9"
,
"\u03CC"
)),
key
(
"\u03BF"
,
joinMoreKeys
(
"\u03CC"
,
"9"
)),
// U+03C0: "π" GREEK SMALL LETTER PI
key
(
"\u03C0"
,
moreKey
(
"0"
)))
.
setKeysOfRow
(
2
,
...
...
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