Fix puctuations more keys on Spanish/Phone
Bug: 11918360 Change-Id: I01e1c1e2a1953855bd2b009fc2d82e18cdde7140
This commit is contained in:
parent
4cd86d3bb4
commit
6300168cb8
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -71,5 +71,5 @@
|
|||
<string name="keylabel_for_spanish_row2_10">ñ</string>
|
||||
<!-- U+00A1: "¡" INVERTED EXCLAMATION MARK
|
||||
U+00BF: "¿" INVERTED QUESTION MARK -->
|
||||
<string name="more_keys_for_punctuation">"!fixedColumnOrder!4,;,!,\\,,\?,:,¡,\@,¿"</string>
|
||||
<string name="more_keys_for_punctuation">"!fixedColumnOrder!9,¡,;,/,(,),#,!,\\,,\?,¿,&,\\%,+,\",-,:,',\@"</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue