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

Commit 5f89fbae authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Get rid of daggers from Arabic/Hebrew keyboard

Bug: 5445200

Change-Id: I5e4e19a17b0edcd0c0de8fa8fe4289b0ca7d66b1
parent 8d4be251
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,4 +75,5 @@
    <string name="more_keys_for_apostrophe">"\u061f,\u061b,!,:,-,/,\',\""</string>
    <string name="more_keys_for_dash">"\u0651,\u0652,\u064c,\u0640,\u064f,\u064e,\u0650,\u064b,\u064d"</string>
    <string name="more_keys_for_bullet"></string>
    <string name="more_keys_for_star"></string>
</resources>
+23 −0
Original line number Diff line number Diff line
<?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.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="more_keys_for_star"></string>
    <string name="more_keys_for_plus">±,﬩</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -97,4 +97,6 @@
    <string name="more_keys_for_apostrophe">\"</string>
    <string name="more_keys_for_dash">_</string>
    <string name="more_keys_for_bullet">♪,♥,♠,♦,♣</string>
    <string name="more_keys_for_star">†,‡,★</string>
    <string name="more_keys_for_plus">±</string>
</resources>
+2 −2
Original line number Diff line number Diff line
@@ -78,13 +78,13 @@
            latin:keyLabel="&amp;" />
        <Key
            latin:keyLabel="*"
            latin:moreKeys="†,‡,★" />
            latin:moreKeys="@string/more_keys_for_star" />
        <Key
            latin:keyLabel="-"
            latin:moreKeys="_,–,—" />
        <Key
            latin:keyLabel="+"
            latin:moreKeys="±" />
            latin:moreKeys="@string/more_keys_for_plus" />
        <Key
            latin:keyLabel="("
            latin:moreKeys="[,{,&lt;" />
+2 −2
Original line number Diff line number Diff line
@@ -85,13 +85,13 @@
            latin:keyLabel="&amp;" />
        <Key
            latin:keyLabel="*"
            latin:moreKeys="†,‡,★" />
            latin:moreKeys="@string/more_keys_for_star" />
        <Key
            latin:keyLabel="-"
            latin:moreKeys="_,–,—" />
        <Key
            latin:keyLabel="+"
            latin:moreKeys="±" />
            latin:moreKeys="@string/more_keys_for_plus" />
        <Key
            latin:keyLabel="("
            latin:moreKeys="[,{,&lt;" />
Loading