am 6300168c: Fix puctuations more keys on Spanish/Phone

* commit '6300168cb85500c52f62e7a69fc4bfd36c9ec418':
  Fix puctuations more keys on Spanish/Phone
main
Tadashi G. Takaoka 2013-12-05 06:28:06 -08:00 committed by Android Git Automerger
commit 36d345e6f8
2 changed files with 2 additions and 2 deletions

View File

@ -1271,7 +1271,7 @@ public final class KeyboardTextsSet {
/* ~58 */
// U+00A1: "¡" INVERTED EXCLAMATION MARK
// U+00BF: "¿" INVERTED QUESTION MARK
/* 59 */ "!fixedColumnOrder!4,;,!,\\,,?,:,\u00A1,@,\u00BF",
/* 59 */ "!fixedColumnOrder!9,\u00A1,;,/,(,),#,!,\\,,?,\u00BF,&,\\%,+,\",-,:,',@",
/* 60~ */
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,

View File

@ -71,5 +71,5 @@
<string name="keylabel_for_spanish_row2_10">&#x00F1;</string>
<!-- U+00A1: "¡" INVERTED EXCLAMATION MARK
U+00BF: "¿" INVERTED QUESTION MARK -->
<string name="more_keys_for_punctuation">"!fixedColumnOrder!4,;,!,\\,,\?,:,&#x00A1;,\@,&#x00BF;"</string>
<string name="more_keys_for_punctuation">"!fixedColumnOrder!9,&#x00A1;,;,/,(,),#,!,\\,,\?,&#x00BF;,&amp;,\\%,+,\",-,:,',\@"</string>
</resources>