aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/rowkeys_pcqwerty1_shift.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-06 15:11:05 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-02-07 18:47:45 +0900
commit9684b33b69a62a058c767786ae6a23b809d27385 (patch)
treebc058b0919775dee5158ac576a3e027d6cb21847 /java/res/xml/rowkeys_pcqwerty1_shift.xml
parenta83a1feb62c4b4ff1a7cf5b6f58ad115491de76f (diff)
downloadlatinime-9684b33b69a62a058c767786ae6a23b809d27385.tar.gz
latinime-9684b33b69a62a058c767786ae6a23b809d27385.tar.xz
latinime-9684b33b69a62a058c767786ae6a23b809d27385.zip
Rename Key.keyLabel attribute to KeySpec
Change-Id: Ida48cd9bdbc01fefad651a005084262c0f46c41c
Diffstat (limited to 'java/res/xml/rowkeys_pcqwerty1_shift.xml')
-rw-r--r--java/res/xml/rowkeys_pcqwerty1_shift.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/java/res/xml/rowkeys_pcqwerty1_shift.xml b/java/res/xml/rowkeys_pcqwerty1_shift.xml
index 718acfd24..b9597c066 100644
--- a/java/res/xml/rowkeys_pcqwerty1_shift.xml
+++ b/java/res/xml/rowkeys_pcqwerty1_shift.xml
@@ -22,39 +22,39 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
<Key
- latin:keyLabel="~" />
+ latin:keySpec="~" />
<Key
- latin:keyLabel="!"
+ latin:keySpec="!"
latin:additionalMoreKeys="!text/more_keys_for_exclamation" />
<Key
- latin:keyLabel="\@" />
+ latin:keySpec="\@" />
<Key
- latin:keyLabel="\#" />
+ latin:keySpec="\#" />
<Key
- latin:keyLabel="$"
+ latin:keySpec="$"
latin:additionalMoreKeys="!text/more_keys_for_currency_dollar" />
<Key
- latin:keyLabel="%"
+ latin:keySpec="%"
latin:additionalMoreKeys="!text/more_keys_for_symbols_percent" />
<Key
- latin:keyLabel="^" />
+ latin:keySpec="^" />
<Key
- latin:keyLabel="&amp;" />
+ latin:keySpec="&amp;" />
<Key
- latin:keyLabel="*"
+ latin:keySpec="*"
latin:additionalMoreKeys="!text/more_keys_for_star" />
<Key
- latin:keyLabel="(" />
+ latin:keySpec="(" />
<Key
- latin:keyLabel=")" />
+ latin:keySpec=")" />
<Key
- latin:keyLabel="_" />
+ latin:keySpec="_" />
<!-- U+00B1: "±" PLUS-MINUS SIGN
U+00D7: "×" MULTIPLICATION SIGN
U+00F7: "÷" DIVISION SIGN
U+221A: "√" SQUARE ROOT -->
<Key
- latin:keyLabel="+"
+ latin:keySpec="+"
latin:additionalMoreKeys="!text/more_keys_for_plus"
latin:moreKeys="&#x00B1;,&#x00D7;,&#x00F7;,&#x221A;" />
</merge>