aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/rows_azerty.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-02-13 14:34:09 -0800
committerTadashi G. Takaoka <takaoka@google.com>2012-02-17 00:49:18 -0800
commitaeeed758480b0fac848f4556884d978f3004555b (patch)
treeaf687ad53f173a9070148101a28784546dff399d /java/res/xml/rows_azerty.xml
parent25ff89a75cb8b797bdaf0c7b78e50fd454c1b1e2 (diff)
downloadlatinime-aeeed758480b0fac848f4556884d978f3004555b.tar.gz
latinime-aeeed758480b0fac848f4556884d978f3004555b.tar.xz
latinime-aeeed758480b0fac848f4556884d978f3004555b.zip
Support fixed order more keys
Change-Id: I979f54e8b54243da4d23cfbe08198d2aa495f870
Diffstat (limited to 'java/res/xml/rows_azerty.xml')
-rw-r--r--java/res/xml/rows_azerty.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/java/res/xml/rows_azerty.xml b/java/res/xml/rows_azerty.xml
index 6f607cbe1..bd3ff6f4b 100644
--- a/java/res/xml/rows_azerty.xml
+++ b/java/res/xml/rows_azerty.xml
@@ -130,13 +130,9 @@
<Key
latin:keyLabel="n"
latin:moreKeys="@string/more_keys_for_n" />
- <!-- TODO: Introduce a flag, such as strinctMoreKeysOrder, to control moreKeys display
- order more precisely. -->
- <!-- This key is close enough to right edge, so that the 4-more keys will be displayed in
- order of "4,3,1,2". See @string/more_keys_for_single_quote -->
<Key
latin:keyLabel="\'"
- latin:moreKeys="&#x2018;,&#x2019;,&#x201B;,&#x201A;" />
+ latin:moreKeys="@string/more_keys_for_single_quote" />
<Key
latin:keyStyle="deleteKeyStyle"
latin:keyWidth="fillRight"