Update Hebrew keyboard
Bug: 4170083 Change-Id: I977d7f6cce08e35fe9bed46fe5f4fdedd1f12e9cmain
parent
f7f2e82e8b
commit
1a55286738
|
@ -47,6 +47,7 @@
|
|||
<string name="alternates_for_currency_dollar">¢,£,€,¥,₱</string>
|
||||
<string name="alternates_for_currency_euro">¢,£,$,¥,₱</string>
|
||||
<string name="alternates_for_currency_pound">¢,$,€,¥,₱</string>
|
||||
<string name="alternates_for_currency_general">¢,$,€,£,¥,₱</string>
|
||||
<string name="alternates_for_smiley">":-)|:-) ,:-(|:-( ,;-)|;-) ,:-P|:-P ,=-O|=-O ,:-*|:-* ,:O|:O ,B-)|B-) ,:-$|:-$ ,:-!|:-! ,:-[|:-[ ,O:-)|O:-) ,:-\\\\\\\\|:-\\\\\\\\ ,:\'(|:\'( ,:-D|:-D "</string>
|
||||
<string name="alternates_for_punctuation">"\\,,\?,!,:,-,\',\",(,),/,;,+,&,\@"</string>
|
||||
<string name="alternates_for_web_tab_punctuation">".,\\,,\?,!,:,-,\',\",(,),/,;,+,&,\@"</string>
|
||||
|
|
|
@ -50,12 +50,24 @@
|
|||
latin:keyIconShifted="iconShiftedShiftKey"
|
||||
latin:parentStyle="functionalKeyStyle"
|
||||
latin:isSticky="true" />
|
||||
<key-style
|
||||
latin:styleName="deleteKeyStyle"
|
||||
latin:code="@integer/key_delete"
|
||||
latin:keyIcon="iconDeleteKey"
|
||||
latin:parentStyle="functionalKeyStyle"
|
||||
latin:isRepeatable="true" />
|
||||
<switch>
|
||||
<case latin:languageCode="iw">
|
||||
<key-style
|
||||
latin:styleName="deleteKeyStyle"
|
||||
latin:code="@integer/key_delete"
|
||||
latin:keyIcon="iconDeleteRtlKey"
|
||||
latin:parentStyle="functionalKeyStyle"
|
||||
latin:isRepeatable="true" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="deleteKeyStyle"
|
||||
latin:code="@integer/key_delete"
|
||||
latin:keyIcon="iconDeleteKey"
|
||||
latin:parentStyle="functionalKeyStyle"
|
||||
latin:isRepeatable="true" />
|
||||
</default>
|
||||
</switch>
|
||||
<key-style
|
||||
latin:styleName="returnKeyStyle"
|
||||
latin:code="@integer/key_return"
|
||||
|
|
|
@ -46,29 +46,9 @@
|
|||
latin:popupCharacters="@string/alternates_for_n" />
|
||||
<Key
|
||||
latin:keyLabel="m" />
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="," />
|
||||
<Key
|
||||
latin:keyLabel="." />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel=","
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="!"
|
||||
latin:popupCharacters="!" />
|
||||
<Key
|
||||
latin:keyLabel="."
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="\?"
|
||||
latin:popupCharacters="\?" />
|
||||
</default>
|
||||
</switch>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_comma_period" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_smiley" />
|
||||
</Row>
|
||||
</merge>
|
||||
|
|
|
@ -59,46 +59,15 @@
|
|||
latin:keyWidth="39.750%p" />
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
latin:languageCode="iw"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="-"
|
||||
latin:keyWidth="9.750%p" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="url"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="/"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel=":"
|
||||
latin:popupCharacters=":"
|
||||
latin:keyWidth="9.750%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_comma_period" />
|
||||
</case>
|
||||
<!-- not languageCode="iw" -->
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel="\'"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="""
|
||||
latin:popupCharacters="""
|
||||
latin:keyWidth="9.750%p" />
|
||||
</default>
|
||||
</switch>
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="_"
|
||||
latin:keyWidth="9.750%p" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel="-"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="_"
|
||||
latin:popupCharacters="_"
|
||||
latin:keyWidth="9.750%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row4_apostrophe_dash" />
|
||||
</default>
|
||||
</switch>
|
||||
<Spacer
|
||||
|
|
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="-" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="url"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="/"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel=":"
|
||||
latin:popupCharacters=":" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel="\'"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="""
|
||||
latin:popupCharacters=""" />
|
||||
</default>
|
||||
</switch>
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="_" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel="-"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="_"
|
||||
latin:popupCharacters="_" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
|
@ -128,7 +128,7 @@
|
|||
<Key
|
||||
latin:keyLabel="د" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_smiley" />
|
||||
</Row>
|
||||
<include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
</merge>
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
</default>
|
||||
</switch>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_smiley" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
|
|
|
@ -24,13 +24,11 @@
|
|||
<include
|
||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
||||
<Row
|
||||
latin:keyWidth="8.600%p"
|
||||
latin:keyWidth="9.0%p"
|
||||
latin:rowEdgeFlags="top"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="," />
|
||||
<Key
|
||||
latin:keyLabel="." />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row4_apostrophe_dash" />
|
||||
<Key
|
||||
latin:keyLabel="ק" />
|
||||
<Key
|
||||
|
@ -54,48 +52,78 @@
|
|||
latin:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="8.600%p"
|
||||
latin:keyWidth="9.0%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="ש"
|
||||
latin:keyXPos="4.000%p" />
|
||||
latin:keyXPos="4.500%p" />
|
||||
<Key
|
||||
latin:keyLabel="ד" />
|
||||
<Key
|
||||
latin:keyLabel="ג"
|
||||
latin:popupCharacters="ג,ג׳" />
|
||||
latin:popupCharacters="ג׳" />
|
||||
<Key
|
||||
latin:keyLabel="כ" />
|
||||
<Key
|
||||
latin:keyLabel="ע" />
|
||||
<Key
|
||||
latin:keyLabel="י"
|
||||
latin:popupCharacters="י,ײַ" />
|
||||
latin:popupCharacters="ײַ" />
|
||||
<Key
|
||||
latin:keyLabel="ח"
|
||||
latin:popupCharacters="ח,ח׳" />
|
||||
latin:popupCharacters="ח׳" />
|
||||
<Key
|
||||
latin:keyLabel="ל" />
|
||||
<Key
|
||||
latin:keyLabel="ך" />
|
||||
<Key
|
||||
latin:keyLabel="ף" />
|
||||
<Key
|
||||
latin:keyStyle="returnKeyStyle"
|
||||
latin:keyXPos="-10.400%p"
|
||||
latin:keyWidth="fillBoth"
|
||||
latin:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="8.600%p"
|
||||
latin:keyWidth="8.9%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="10.000%p"
|
||||
latin:keyEdgeFlags="left" />
|
||||
<!-- kbd_row3_smiley -->
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="\@"
|
||||
latin:keyWidth="10.0%p"
|
||||
latin:keyEdgeFlags="left" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="url"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="-"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="_"
|
||||
latin:popupCharacters="_"
|
||||
latin:keyWidth="10.0%p"
|
||||
latin:keyEdgeFlags="left" />
|
||||
</case>
|
||||
<case
|
||||
latin:imeAction="actionSearch"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel=":"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="+"
|
||||
latin:popupCharacters="+"
|
||||
latin:keyWidth="10.0%p"
|
||||
latin:keyEdgeFlags="left" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyStyle="smileyKeyStyle"
|
||||
latin:keyWidth="10.0%p"
|
||||
latin:keyEdgeFlags="left" />
|
||||
</default>
|
||||
</switch>
|
||||
<Key
|
||||
latin:keyLabel="ז"
|
||||
latin:popupCharacters="ז,ז׳" />
|
||||
latin:popupCharacters="ז׳" />
|
||||
<Key
|
||||
latin:keyLabel="ס" />
|
||||
<Key
|
||||
|
@ -108,15 +136,19 @@
|
|||
latin:keyLabel="מ" />
|
||||
<Key
|
||||
latin:keyLabel="צ"
|
||||
latin:popupCharacters="צ,צ׳" />
|
||||
latin:popupCharacters="צ׳" />
|
||||
<Key
|
||||
latin:keyLabel="ת"
|
||||
latin:popupCharacters="ת,ת׳" />
|
||||
latin:popupCharacters="ת׳" />
|
||||
<Key
|
||||
latin:keyLabel="ץ"
|
||||
latin:popupCharacters="ץ,ץ׳" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right" />
|
||||
latin:popupCharacters="ץ׳" />
|
||||
<Key
|
||||
latin:keyStyle="returnKeyStyle"
|
||||
latin:keyXPos="-10.400%p"
|
||||
latin:keyWidth="fillBoth"
|
||||
latin:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
<include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
</merge>
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
</default>
|
||||
</switch>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_smiley" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
</default>
|
||||
</switch>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_smiley" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
|
|
|
@ -134,32 +134,12 @@
|
|||
latin:popupCharacters="@string/alternates_for_n" />
|
||||
<Key
|
||||
latin:keyLabel="m" />
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="," />
|
||||
<Key
|
||||
latin:keyLabel="." />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel=","
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="!"
|
||||
latin:popupCharacters="!" />
|
||||
<Key
|
||||
latin:keyLabel="."
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="\?"
|
||||
latin:popupCharacters="\?" />
|
||||
</default>
|
||||
</switch>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_comma_period" />
|
||||
<Spacer
|
||||
latin:keyWidth="4.35%p" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_smiley" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
|
|
|
@ -114,30 +114,10 @@
|
|||
latin:keyLabel="ђ" />
|
||||
<Key
|
||||
latin:keyLabel="ж" />
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="," />
|
||||
<Key
|
||||
latin:keyLabel="." />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel=","
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="!"
|
||||
latin:popupCharacters="!" />
|
||||
<Key
|
||||
latin:keyLabel="."
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="\?"
|
||||
latin:popupCharacters="\?" />
|
||||
</default>
|
||||
</switch>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_comma_period" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_smiley" />
|
||||
</Row>
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
|
|
|
@ -158,16 +158,13 @@
|
|||
latin:keyStyle="spaceKeyStyle"
|
||||
latin:keyXPos="30.750%p"
|
||||
latin:keyWidth="39.750%p" />
|
||||
<!-- Note: DroidSans doesn't have double-high-reversed-quotation
|
||||
'\u201f' glyph. -->
|
||||
<!-- latin:popupCharacters="“,”,„,‟,«,»,‘,’,‚,‛" -->
|
||||
<!-- Note: DroidSans doesn't have double-high-reversed-quotation '\u201f' glyph. -->
|
||||
<!-- latin:popupCharacters="“,”,„,‟,«,»,‘,’,‚,‛" -->
|
||||
<Key
|
||||
latin:keyLabel="""
|
||||
latin:popupCharacters="“,”,«,»,‘,’,‚,‛"
|
||||
latin:keyWidth="9.750%p" />
|
||||
latin:popupCharacters="“,”,«,»,‘,’,‚,‛" />
|
||||
<Key
|
||||
latin:keyLabel="_"
|
||||
latin:keyWidth="9.750%p" />
|
||||
latin:keyLabel="_" />
|
||||
<Spacer
|
||||
latin:keyXPos="-10.00%p"
|
||||
latin:keyWidth="0%p" />
|
||||
|
|
|
@ -32,12 +32,24 @@
|
|||
latin:keyIconShifted="iconShiftedShiftKey"
|
||||
latin:parentStyle="functionalKeyStyle"
|
||||
latin:isSticky="true" />
|
||||
<key-style
|
||||
latin:styleName="deleteKeyStyle"
|
||||
latin:code="@integer/key_delete"
|
||||
latin:keyIcon="iconDeleteKey"
|
||||
latin:parentStyle="functionalKeyStyle"
|
||||
latin:isRepeatable="true" />
|
||||
<switch>
|
||||
<case latin:languageCode="iw">
|
||||
<key-style
|
||||
latin:styleName="deleteKeyStyle"
|
||||
latin:code="@integer/key_delete"
|
||||
latin:keyIcon="iconDeleteRtlKey"
|
||||
latin:parentStyle="functionalKeyStyle"
|
||||
latin:isRepeatable="true" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="deleteKeyStyle"
|
||||
latin:code="@integer/key_delete"
|
||||
latin:keyIcon="iconDeleteKey"
|
||||
latin:parentStyle="functionalKeyStyle"
|
||||
latin:isRepeatable="true" />
|
||||
</default>
|
||||
</switch>
|
||||
<key-style
|
||||
latin:styleName="returnKeyStyle"
|
||||
latin:code="@integer/key_return"
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<Key
|
||||
latin:keyLabel="m" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right2" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_comma_period" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyXPos="-13.750%p"
|
||||
|
|
|
@ -90,41 +90,14 @@
|
|||
latin:keyWidth="37.500%p" />
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
latin:languageCode="iw"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="-" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="url"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="/"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel=":"
|
||||
latin:popupCharacters=":" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_comma_period" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel="\'"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="""
|
||||
latin:popupCharacters=""" />
|
||||
</default>
|
||||
</switch>
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="_" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel="-"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="_"
|
||||
latin:popupCharacters="_" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row4_apostrophe_dash" />
|
||||
</default>
|
||||
</switch>
|
||||
<switch>
|
||||
|
|
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="," />
|
||||
<Key
|
||||
latin:keyLabel="." />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel=","
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="!"
|
||||
latin:popupCharacters="!" />
|
||||
<Key
|
||||
latin:keyLabel="."
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="\?"
|
||||
latin:popupCharacters="\?" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2011, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="-" />
|
||||
</case>
|
||||
<case
|
||||
latin:mode="url"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="/"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel=":"
|
||||
latin:popupCharacters=":" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel="\'"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="""
|
||||
latin:popupCharacters=""" />
|
||||
</default>
|
||||
</switch>
|
||||
<switch>
|
||||
<case
|
||||
latin:mode="email"
|
||||
>
|
||||
<Key
|
||||
latin:keyLabel="_" />
|
||||
</case>
|
||||
<default>
|
||||
<Key
|
||||
latin:keyLabel="-"
|
||||
latin:keyLabelOption="hasUppercaseLetter"
|
||||
latin:keyHintLabel="_"
|
||||
latin:popupCharacters="_" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
|
@ -24,16 +24,15 @@
|
|||
<include
|
||||
latin:keyboardLayout="@xml/kbd_key_styles" />
|
||||
<Row
|
||||
latin:keyWidth="8.000%p"
|
||||
latin:keyWidth="8.282%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="tabKeyStyle"
|
||||
latin:keyLabelOption="alignLeft"
|
||||
latin:keyWidth="7.969%p"
|
||||
latin:keyEdgeFlags="left" />
|
||||
<Key
|
||||
latin:keyLabel="," />
|
||||
<Key
|
||||
latin:keyLabel="." />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row4_apostrophe_dash" />
|
||||
<Key
|
||||
latin:keyLabel="ק" />
|
||||
<Key
|
||||
|
@ -57,12 +56,12 @@
|
|||
latin:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="8.000%p"
|
||||
latin:keyWidth="8.125%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="toSymbolKeyStyle"
|
||||
latin:keyLabelOption="alignLeft"
|
||||
latin:keyWidth="9.600%p"
|
||||
latin:keyWidth="11.172%p"
|
||||
latin:keyEdgeFlags="left" />
|
||||
<Key
|
||||
latin:keyLabel="ש" />
|
||||
|
@ -70,39 +69,31 @@
|
|||
latin:keyLabel="ד" />
|
||||
<Key
|
||||
latin:keyLabel="ג"
|
||||
latin:popupCharacters="ג,ג׳" />
|
||||
latin:popupCharacters="ג׳" />
|
||||
<Key
|
||||
latin:keyLabel="כ" />
|
||||
<Key
|
||||
latin:keyLabel="ע" />
|
||||
<Key
|
||||
latin:keyLabel="י"
|
||||
latin:popupCharacters="י,ײַ" />
|
||||
latin:popupCharacters="ײַ" />
|
||||
<Key
|
||||
latin:keyLabel="ח"
|
||||
latin:popupCharacters="ח,ח׳" />
|
||||
latin:popupCharacters="ח׳" />
|
||||
<Key
|
||||
latin:keyLabel="ל" />
|
||||
<Key
|
||||
latin:keyLabel="ך" />
|
||||
<Key
|
||||
latin:keyLabel="ף" />
|
||||
<Key
|
||||
latin:keyStyle="returnKeyStyle"
|
||||
latin:keyXPos="-10.400%p"
|
||||
latin:keyWidth="fillBoth"
|
||||
latin:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
<Row
|
||||
latin:keyWidth="8.000%p"
|
||||
latin:keyWidth="8.047%p"
|
||||
>
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="13.200%p"
|
||||
latin:keyEdgeFlags="left" />
|
||||
<Key
|
||||
latin:keyLabel="ז"
|
||||
latin:popupCharacters="ז,ז׳" />
|
||||
latin:popupCharacters="ז׳"
|
||||
latin:keyXPos="13.829%p" />
|
||||
<Key
|
||||
latin:keyLabel="ס" />
|
||||
<Key
|
||||
|
@ -115,13 +106,19 @@
|
|||
latin:keyLabel="מ" />
|
||||
<Key
|
||||
latin:keyLabel="צ"
|
||||
latin:popupCharacters="צ,צ׳" />
|
||||
latin:popupCharacters="צ׳" />
|
||||
<Key
|
||||
latin:keyLabel="ת"
|
||||
latin:popupCharacters="ת,ת׳" />
|
||||
latin:popupCharacters="ת׳" />
|
||||
<Key
|
||||
latin:keyLabel="ץ"
|
||||
latin:popupCharacters="ץ,ץ׳" />
|
||||
latin:popupCharacters="ץ׳" />
|
||||
<Key
|
||||
latin:keyStyle="returnKeyStyle"
|
||||
latin:keyXPos="-10.400%p"
|
||||
latin:keyWidth="fillBoth"
|
||||
latin:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
<include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
</merge>
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
<Key
|
||||
latin:keyLabel="ю" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right2" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_comma_period" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyWidth="fillBoth"
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
<Key
|
||||
latin:keyLabel="m" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right2" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_comma_period" />
|
||||
<Key
|
||||
latin:keyStyle="shiftKeyStyle"
|
||||
latin:keyXPos="-12.750%p"
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
<Key
|
||||
latin:keyLabel="м" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_row3_right2" />
|
||||
latin:keyboardLayout="@xml/kbd_row3_comma_period" />
|
||||
<Key
|
||||
latin:keyStyle="returnKeyStyle"
|
||||
latin:keyXPos="-13.750%p"
|
||||
|
|
|
@ -80,6 +80,14 @@
|
|||
latin:keyLabel="€"
|
||||
latin:popupCharacters="@string/alternates_for_currency_euro" />
|
||||
</case>
|
||||
<case
|
||||
latin:languageCode="iw"
|
||||
>
|
||||
<key-style
|
||||
latin:styleName="currencyKeyStyle"
|
||||
latin:keyLabel="₪"
|
||||
latin:popupCharacters="@string/alternates_for_currency_general" />
|
||||
</case>
|
||||
<!-- United Kingdom -->
|
||||
<case
|
||||
latin:countryCode="GB"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
latin:parentStyle="functionalKeyStyle"
|
||||
latin:isSticky="true" />
|
||||
<switch>
|
||||
<case latin:localeCode="ar|iw">
|
||||
<case latin:languageCode="ar|iw">
|
||||
<key-style
|
||||
latin:styleName="deleteKeyStyle"
|
||||
latin:code="@integer/key_delete"
|
||||
|
|
|
@ -18,9 +18,6 @@
|
|||
*/
|
||||
-->
|
||||
|
||||
<!-- This file for Hebrew layout is an alpha version. It allows to enter -->
|
||||
<!-- some right-to-left text, but it has gone through no study whatsoever, -->
|
||||
<!-- and needs to be run through UX. -->
|
||||
<merge
|
||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
|
@ -63,15 +60,18 @@
|
|||
<Key
|
||||
latin:keyLabel="ד" />
|
||||
<Key
|
||||
latin:keyLabel="ג" />
|
||||
latin:keyLabel="ג"
|
||||
latin:popupCharacters="ג׳" />
|
||||
<Key
|
||||
latin:keyLabel="כ" />
|
||||
<Key
|
||||
latin:keyLabel="ע" />
|
||||
<Key
|
||||
latin:keyLabel="י" />
|
||||
latin:keyLabel="י"
|
||||
latin:popupCharacters="ײַ" />
|
||||
<Key
|
||||
latin:keyLabel="ח" />
|
||||
latin:keyLabel="ח"
|
||||
latin:popupCharacters="ח׳" />
|
||||
<Key
|
||||
latin:keyLabel="ל" />
|
||||
<Key
|
||||
|
@ -86,6 +86,7 @@
|
|||
>
|
||||
<Key
|
||||
latin:keyLabel="ז"
|
||||
latin:popupCharacters="ז׳"
|
||||
latin:keyXPos="5%p"
|
||||
latin:keyEdgeFlags="left" />
|
||||
<Key
|
||||
|
@ -99,13 +100,17 @@
|
|||
<Key
|
||||
latin:keyLabel="מ" />
|
||||
<Key
|
||||
latin:keyLabel="צ" />
|
||||
latin:keyLabel="צ"
|
||||
latin:popupCharacters="צ׳" />
|
||||
<Key
|
||||
latin:keyLabel="ת" />
|
||||
latin:keyLabel="ת"
|
||||
latin:popupCharacters="ת׳" />
|
||||
<Key
|
||||
latin:keyLabel="ץ"
|
||||
latin:popupCharacters="ץ׳"
|
||||
latin:keyEdgeFlags="right" />
|
||||
<!-- Here is 5%p space -->
|
||||
</Row>
|
||||
<include latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
<include
|
||||
latin:keyboardLayout="@xml/kbd_qwerty_row4" />
|
||||
</merge>
|
||||
|
|
Loading…
Reference in New Issue