Swap single and double quotation marks in Spanish tablet keyboard

Bug: 6672279
Change-Id: I120613e36ba6a690e54447fa6c9c90e131f2a155
main
Tadashi G. Takaoka 2012-11-14 15:54:19 +09:00
parent 372f9da4f9
commit 0d3eb7d963
2 changed files with 6 additions and 0 deletions

View File

@ -1086,6 +1086,9 @@ public final class KeyboardTextsSet {
/* 101 */ null,
// U+00BF: "¿" INVERTED QUESTION MARK
/* 102 */ "?,\u00BF",
/* 103 */ "\"",
/* 104 */ "\'",
/* 105 */ "\'",
};
/* Language et: Estonian */

View File

@ -74,4 +74,7 @@
<string name="more_keys_for_tablet_comma">"!,&#x00A1;"</string>
<!-- U+00BF: "¿" INVERTED QUESTION MARK -->
<string name="more_keys_for_tablet_period">"\?,&#x00BF;"</string>
<string name="keylabel_for_apostrophe">\"</string>
<string name="keyhintlabel_for_apostrophe">\'</string>
<string name="more_keys_for_apostrophe">\'</string>
</resources>