diff options
author | 2014-02-06 15:11:05 +0900 | |
---|---|---|
committer | 2014-02-07 18:47:45 +0900 | |
commit | 9684b33b69a62a058c767786ae6a23b809d27385 (patch) | |
tree | bc058b0919775dee5158ac576a3e027d6cb21847 /java/res/xml/keys_pcqwerty2_right3.xml | |
parent | a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f (diff) | |
download | latinime-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/keys_pcqwerty2_right3.xml')
-rw-r--r-- | java/res/xml/keys_pcqwerty2_right3.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/res/xml/keys_pcqwerty2_right3.xml b/java/res/xml/keys_pcqwerty2_right3.xml index 6f86477da..9e62b09c2 100644 --- a/java/res/xml/keys_pcqwerty2_right3.xml +++ b/java/res/xml/keys_pcqwerty2_right3.xml @@ -26,23 +26,23 @@ latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted" > <Key - latin:keyLabel="[" + latin:keySpec="[" latin:additionalMoreKeys="{" /> <Key - latin:keyLabel="]" + latin:keySpec="]" latin:additionalMoreKeys="}" /> <Key - latin:keyLabel="\\" + latin:keySpec="\\" latin:additionalMoreKeys="\\|" /> </case> <!-- keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" --> <default> <Key - latin:keyLabel="{" /> + latin:keySpec="{" /> <Key - latin:keyLabel="}" /> + latin:keySpec="}" /> <Key - latin:keyLabel="|" /> + latin:keySpec="|" /> </default> </switch> </merge> |