am ab18e399: am 5f89fbae: Get rid of daggers from Arabic/Hebrew keyboard
* commit 'ab18e39953950ddc5a82990291eb2518d3a92911': Get rid of daggers from Arabic/Hebrew keyboardmain
commit
7009ed3a9d
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
<?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>
|
|
@ -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>
|
||||
|
|
|
@ -78,13 +78,13 @@
|
|||
latin:keyLabel="&" />
|
||||
<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="[,{,<" />
|
||||
|
|
|
@ -85,13 +85,13 @@
|
|||
latin:keyLabel="&" />
|
||||
<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="[,{,<" />
|
||||
|
|
|
@ -76,13 +76,13 @@
|
|||
latin:keyLabel="&" />
|
||||
<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="[,{,<" />
|
||||
|
|
Loading…
Reference in New Issue