Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7f1d347 authored by Eran Mizrahi's avatar Eran Mizrahi
Browse files

Add numbers as alternates on hebrew keyboard

Change-Id: I856d542201ef7a42f17ae529b00aa212b643c557
parent 821c6ad8
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2010, 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.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="alternates_for_heb_shin">1</string>
    <string name="alternates_for_heb_daled">2</string>
    <string name="alternates_for_heb_gimel">3</string>
    <string name="alternates_for_heb_chaf">4</string>
    <string name="alternates_for_heb_ayin">5</string>
    <string name="alternates_for_heb_yud">6</string>
    <string name="alternates_for_heb_chet">7</string>
    <string name="alternates_for_heb_lamed">8</string>
    <string name="alternates_for_heb_final_chaf">9</string>
    <string name="alternates_for_heb_final_fay">0</string>
</resources>
+28 −8
Original line number Diff line number Diff line
@@ -59,25 +59,45 @@
    <Row>
        <Key
            android:keyLabel="ש"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="@string/alternates_for_heb_shin"
            android:keyEdgeFlags="left" />
        <Key
            android:keyLabel="ד" />
            android:keyLabel="ד"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="@string/alternates_for_heb_daled" />
        <Key
            android:keyLabel="ג" />
            android:keyLabel="ג"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="@string/alternates_for_heb_gimel" />
        <Key
            android:keyLabel="כ" />
            android:keyLabel="כ"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="@string/alternates_for_heb_chaf" />
        <Key
            android:keyLabel="ע" />
            android:keyLabel="ע"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="@string/alternates_for_heb_ayin" />
        <Key
            android:keyLabel="י" />
            android:keyLabel="י"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="@string/alternates_for_heb_yud" />
        <Key
            android:keyLabel="ח" />
            android:keyLabel="ח"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="@string/alternates_for_heb_chet" />
        <Key
            android:keyLabel="ל" />
            android:keyLabel="ל"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="@string/alternates_for_heb_lamed" />
        <Key
            android:keyLabel="ך" />
            android:keyLabel="ך"
            android:popupKeyboard="@xml/kbd_popup_narrow_template"
            android:popupCharacters="@string/alternates_for_heb_final_chaf"  />
        <Key
            android:keyLabel="ף"
            android:popupKeyboard="@xml/kbd_popup_template"
            android:popupCharacters="@string/alternates_for_heb_final_fay"
            android:keyEdgeFlags="right" />
    </Row>
    <Row>