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
9380b56d
Commit
9380b56d
authored
11 years ago
by
Tadashi G. Takaoka
Browse files
Options
Downloads
Patches
Plain Diff
Support digits more keys in Hebrew phone keyboard
Bug: 9431432 Change-Id: Ie1d438e0483022eac97cec52a64e49fbd3c7d503
parent
c90181d6
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/res/xml/rowkeys_hebrew1.xml
+50
-8
50 additions, 8 deletions
java/res/xml/rowkeys_hebrew1.xml
java/res/xml/rows_hebrew.xml
+5
-8
5 additions, 8 deletions
java/res/xml/rows_hebrew.xml
with
55 additions
and
16 deletions
java/res/xml/rowkeys_hebrew1.xml
+
50
−
8
View file @
9380b56d
...
@@ -21,28 +21,70 @@
...
@@ -21,28 +21,70 @@
<merge
<merge
xmlns:latin=
"http://schemas.android.com/apk/res/com.android.inputmethod.latin"
xmlns:latin=
"http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
>
<switch>
<case
latin:mode=
"email|url"
>
<Key
latin:keyLabel=
"-"
latin:keyHintLabel=
"1"
latin:additionalMoreKeys=
"1"
/>
<Key
latin:keyLabel=
"_"
latin:keyHintLabel=
"2"
latin:additionalMoreKeys=
"2"
/>
</case>
<default>
<Key
latin:keyLabel=
"\'"
latin:keyHintLabel=
"1"
latin:additionalMoreKeys=
"1"
latin:moreKeys=
"""
/>
<Key
latin:keyLabel=
"-"
latin:keyHintLabel=
"2"
latin:additionalMoreKeys=
"2"
latin:moreKeys=
"_"
/>
</default>
</switch>
<!-- U+05E7: "ק" HEBREW LETTER QOF -->
<!-- U+05E7: "ק" HEBREW LETTER QOF -->
<Key
<Key
latin:keyLabel=
"ק"
/>
latin:keyLabel=
"ק"
latin:keyHintLabel=
"3"
latin:additionalMoreKeys=
"3"
/>
<!-- U+05E8: "ר" HEBREW LETTER RESH -->
<!-- U+05E8: "ר" HEBREW LETTER RESH -->
<Key
<Key
latin:keyLabel=
"ר"
/>
latin:keyLabel=
"ר"
latin:keyHintLabel=
"4"
latin:additionalMoreKeys=
"4"
/>
<!-- U+05D0: "א" HEBREW LETTER ALEF -->
<!-- U+05D0: "א" HEBREW LETTER ALEF -->
<Key
<Key
latin:keyLabel=
"א"
/>
latin:keyLabel=
"א"
latin:keyHintLabel=
"5"
latin:additionalMoreKeys=
"5"
/>
<!-- U+05D8: "ט" HEBREW LETTER TET -->
<!-- U+05D8: "ט" HEBREW LETTER TET -->
<Key
<Key
latin:keyLabel=
"ט"
/>
latin:keyLabel=
"ט"
latin:keyHintLabel=
"6"
latin:additionalMoreKeys=
"6"
/>
<!-- U+05D5: "ו" HEBREW LETTER VAV -->
<!-- U+05D5: "ו" HEBREW LETTER VAV -->
<Key
<Key
latin:keyLabel=
"ו"
/>
latin:keyLabel=
"ו"
latin:keyHintLabel=
"7"
latin:additionalMoreKeys=
"7"
/>
<!-- U+05DF: "ן" HEBREW LETTER FINAL NUN -->
<!-- U+05DF: "ן" HEBREW LETTER FINAL NUN -->
<Key
<Key
latin:keyLabel=
"ן"
/>
latin:keyLabel=
"ן"
latin:keyHintLabel=
"8"
latin:additionalMoreKeys=
"8"
/>
<!-- U+05DD: "ם" HEBREW LETTER FINAL MEM -->
<!-- U+05DD: "ם" HEBREW LETTER FINAL MEM -->
<Key
<Key
latin:keyLabel=
"ם"
/>
latin:keyLabel=
"ם"
latin:keyHintLabel=
"9"
latin:additionalMoreKeys=
"9"
/>
<!-- U+05E4: "פ" HEBREW LETTER PE -->
<!-- U+05E4: "פ" HEBREW LETTER PE -->
<Key
<Key
latin:keyLabel=
"פ"
/>
latin:keyLabel=
"פ"
latin:keyHintLabel=
"0"
latin:additionalMoreKeys=
"0"
/>
</merge>
</merge>
This diff is collapsed.
Click to expand it.
java/res/xml/rows_hebrew.xml
+
5
−
8
View file @
9380b56d
...
@@ -27,12 +27,7 @@
...
@@ -27,12 +27,7 @@
latin:keyWidth=
"10%p"
latin:keyWidth=
"10%p"
>
>
<include
<include
latin:keyboardLayout=
"@xml/rowkeys_hebrew1"
latin:keyboardLayout=
"@xml/rowkeys_hebrew1"
/>
latin:keyXPos=
"5%p"
/>
<Key
latin:keyStyle=
"deleteKeyStyle"
latin:keyWidth=
"fillRight"
latin:visualInsetsLeft=
"1%p"
/>
</Row>
</Row>
<Row
<Row
latin:keyWidth=
"10%p"
latin:keyWidth=
"10%p"
...
@@ -44,8 +39,10 @@
...
@@ -44,8 +39,10 @@
latin:keyWidth=
"10%p"
latin:keyWidth=
"10%p"
>
>
<include
<include
latin:keyboardLayout=
"@xml/rowkeys_hebrew3"
latin:keyboardLayout=
"@xml/rowkeys_hebrew3"
/>
latin:keyXPos=
"5%p"
/>
<Key
latin:keyStyle=
"deleteKeyStyle"
latin:keyWidth=
"fillRight"
/>
</Row>
</Row>
<include
<include
latin:keyboardLayout=
"@xml/row_qwerty4"
/>
latin:keyboardLayout=
"@xml/row_qwerty4"
/>
...
...
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