aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/rows_azerty.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-02-01 19:43:58 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-02-01 22:58:16 +0900
commit71c695da22fd99e56ba5b267ad21b750ab1534b5 (patch)
treec5e66729dca93601a040fdd41003e036b34f32ec /java/res/xml/rows_azerty.xml
parent40e9012276b1df9be8c1a9069eaeb16027549a85 (diff)
downloadlatinime-71c695da22fd99e56ba5b267ad21b750ab1534b5.tar.gz
latinime-71c695da22fd99e56ba5b267ad21b750ab1534b5.tar.xz
latinime-71c695da22fd99e56ba5b267ad21b750ab1534b5.zip
Remove BIDI mirroring hack from Key
This change also removes isRtlKeyboard attribute from <Keyboard/> Bug: 5948247 Change-Id: I85998f17ae146a4c8cd0f419ab820b746cb8974f
Diffstat (limited to 'java/res/xml/rows_azerty.xml')
-rw-r--r--java/res/xml/rows_azerty.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/res/xml/rows_azerty.xml b/java/res/xml/rows_azerty.xml
index 142ebc0a6..533c683d6 100644
--- a/java/res/xml/rows_azerty.xml
+++ b/java/res/xml/rows_azerty.xml
@@ -130,9 +130,13 @@
<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="‘,’,‚,‛" />
+ latin:moreKeys="\u2018,\u2019,\u201b,\u201a" />
<Key
latin:keyStyle="deleteKeyStyle"
latin:keyWidth="fillRight"