diff options
author | 2013-08-29 14:22:30 +0900 | |
---|---|---|
committer | 2013-08-29 14:22:30 +0900 | |
commit | e9e8d2d986bb3874caa8ee8c742aa0caa37eaf87 (patch) | |
tree | 55fdc2cfea0110fbdae2a01fd253460919d96f30 /tools/make-keyboard-text | |
parent | fcc6ab08ae29501b07b2dd6b1b56570cdcf4b624 (diff) | |
download | latinime-e9e8d2d986bb3874caa8ee8c742aa0caa37eaf87.tar.gz latinime-e9e8d2d986bb3874caa8ee8c742aa0caa37eaf87.tar.xz latinime-e9e8d2d986bb3874caa8ee8c742aa0caa37eaf87.zip |
Use fixed column order for punctuation more keys
This is a follow up of I71f58fc49b.
Bug: 9059539
Change-Id: Ibf5684ac196e03e889160d8bb14e2b1377331133
Diffstat (limited to 'tools/make-keyboard-text')
-rw-r--r-- | tools/make-keyboard-text/res/values-ca/donottranslate-more-keys.xml | 2 | ||||
-rw-r--r-- | tools/make-keyboard-text/res/values/donottranslate-more-keys.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-keyboard-text/res/values-ca/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values-ca/donottranslate-more-keys.xml index a2d686951..9728c9963 100644 --- a/tools/make-keyboard-text/res/values-ca/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values-ca/donottranslate-more-keys.xml @@ -71,7 +71,7 @@ U+0142: "ł" LATIN SMALL LETTER L WITH STROKE --> <string name="more_keys_for_l">l·l,ł</string> <!-- U+00B7: "·" MIDDLE DOT --> - <string name="more_keys_for_punctuation">"\\,,\?,!,·,;,\@,:"</string> + <string name="more_keys_for_punctuation">"!fixedColumnOrder!4,·,!,\\,,\?,:,;,\@"</string> <string name="more_keys_for_tablet_period">\?,·</string> <!-- U+00E7: "ç" LATIN SMALL LETTER C WITH CEDILLA --> <string name="keylabel_for_spanish_row2_10">ç</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 fbe44fc49..bad555f19 100644 --- a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml @@ -77,7 +77,7 @@ <string name="more_keys_for_currency_dollar">¢,£,€,¥,₱</string> <string name="keylabel_for_currency">$</string> <string name="more_keys_for_currency">$,¢,€,£,¥,₱</string> - <string name="more_keys_for_punctuation">"\\,,\?,!,;,\@,:"</string> + <string name="more_keys_for_punctuation">"!fixedColumnOrder!3,!,\\,,\?,:,;,\@"</string> <!-- U+2020: "†" DAGGER U+2021: "‡" DOUBLE DAGGER U+2605: "★" BLACK STAR --> |