diff options
author | 2013-08-15 12:05:14 +0900 | |
---|---|---|
committer | 2013-08-23 13:41:46 +0900 | |
commit | c02a365485cb777137cbab8ff8f60c4b36fa0f7a (patch) | |
tree | 61eb79faca7607761451a7211fb7dca8bd3ffb8f /tools/make-keyboard-text | |
parent | e1bd7e583d14a46d4d2d13371e9fbb9816cfb726 (diff) | |
download | latinime-c02a365485cb777137cbab8ff8f60c4b36fa0f7a.tar.gz latinime-c02a365485cb777137cbab8ff8f60c4b36fa0f7a.tar.xz latinime-c02a365485cb777137cbab8ff8f60c4b36fa0f7a.zip |
Remove symbols shifted layout
Bug: 9059539
Change-Id: I7fe6520e4eafcb7e1748b8bf011333c7e0da7ac2
Diffstat (limited to 'tools/make-keyboard-text')
-rw-r--r-- | tools/make-keyboard-text/res/values-iw/donottranslate-more-keys.xml | 5 | ||||
-rw-r--r-- | tools/make-keyboard-text/res/values/donottranslate-more-keys.xml | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/tools/make-keyboard-text/res/values-iw/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-iw/donottranslate-more-keys.xml index e5d0ebf4d..acb1ef4ef 100644 --- a/tools/make-keyboard-text/res/values-iw/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values-iw/donottranslate-more-keys.xml @@ -26,9 +26,8 @@ <string name="more_keys_for_punctuation">"!fixedColumnOrder!8,\",\',#,-,:,!,\\,,\?,\@,&,\\%,+,;,/,(|),)|("</string> <!-- U+2605: "★" BLACK STAR --> <string name="more_keys_for_star">★</string> - <!-- U+00B1: "±" PLUS-MINUS SIGN - U+FB29: "﬩" HEBREW LETTER ALTERNATIVE PLUS SIGN --> - <string name="more_keys_for_plus">±,﬩</string> + <!-- U+FB29: "﬩" HEBREW LETTER ALTERNATIVE PLUS SIGN --> + <string name="more_keys_for_plus">﬩</string> <!-- The all letters need to be mirrored are found at http://www.unicode.org/Public/6.1.0/ucd/BidiMirroring.txt --> <string name="more_keys_for_left_parenthesis">!fixedColumnOrder!3,<|>,{|},[|]</string> diff --git a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml index 4cf26505f..96db1e369 100644 --- a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml @@ -88,8 +88,7 @@ U+2666: "♦" BLACK DIAMOND SUIT U+2663: "♣" BLACK CLUB SUIT --> <string name="more_keys_for_bullet">♪,♥,♠,♦,♣</string> - <!-- U+00B1: "±" PLUS-MINUS SIGN --> - <string name="more_keys_for_plus">±</string> + <string name="more_keys_for_plus"></string> <!-- The all letters need to be mirrored are found at http://www.unicode.org/Public/6.1.0/ucd/BidiMirroring.txt --> <string name="more_keys_for_left_parenthesis">!fixedColumnOrder!3,<,{,[</string> |