diff options
author | 2010-12-02 11:47:09 +0900 | |
---|---|---|
committer | 2010-12-02 13:03:33 +0900 | |
commit | 560497c765ba9433c8e7bc0d546744635f145d40 (patch) | |
tree | e8bb0577002c61ab64a5b589364b720b67b0b1f3 /java | |
parent | 711abe675686d866c64981cad05fb6f5e4eeb06c (diff) | |
download | latinime-560497c765ba9433c8e7bc0d546744635f145d40.tar.gz latinime-560497c765ba9433c8e7bc0d546744635f145d40.tar.xz latinime-560497c765ba9433c8e7bc0d546744635f145d40.zip |
Add back-slash key
This change also moves some keys,
- Infinite is moved to popup char of plus-minus.
- not-equal and nearly-equal are moved to popup chars of equal.
Bug: 3224679
Change-Id: I7c95ab5a7cd78e4dae13fb511edad607dcaed8da
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml-xlarge/kbd_symbols.xml | 4 | ||||
-rw-r--r-- | java/res/xml-xlarge/kbd_symbols_shift.xml | 14 |
2 files changed, 10 insertions, 8 deletions
diff --git a/java/res/xml-xlarge/kbd_symbols.xml b/java/res/xml-xlarge/kbd_symbols.xml index 85deb8799..a5e169da3 100644 --- a/java/res/xml-xlarge/kbd_symbols.xml +++ b/java/res/xml-xlarge/kbd_symbols.xml @@ -139,7 +139,9 @@ <Key latin:keyLabel="]" /> <Key - latin:keyLabel="=" /> + latin:keyLabel="=" + latin:popupKeyboard="@xml/kbd_popup_template" + latin:popupCharacters="≠≈" /> <Key latin:keyLabel=":" /> <Key diff --git a/java/res/xml-xlarge/kbd_symbols_shift.xml b/java/res/xml-xlarge/kbd_symbols_shift.xml index 5620e1db5..6edfbc7ba 100644 --- a/java/res/xml-xlarge/kbd_symbols_shift.xml +++ b/java/res/xml-xlarge/kbd_symbols_shift.xml @@ -85,11 +85,13 @@ latin:popupKeyboard="@xml/kbd_popup_template" latin:popupCharacters="↑↓←→" /> <Key - latin:keyLabel="∞" + latin:keyLabel="°" latin:popupKeyboard="@xml/kbd_popup_template" - latin:popupCharacters="≠≈" /> + latin:popupCharacters="¶§" /> <Key - latin:keyLabel="±" /> + latin:keyLabel="±" + latin:popupKeyboard="@xml/kbd_popup_template" + latin:popupCharacters="∞" /> <Key latin:keyLabel="[" /> <Key @@ -107,6 +109,8 @@ latin:keyWidth="15.192%p" latin:keyEdgeFlags="left" /> <Key + latin:keyLabel="\\" /> + <Key latin:keyLabel="©" /> <Key latin:keyLabel="®" @@ -117,10 +121,6 @@ <Key latin:keyLabel="}" /> <Key - latin:keyLabel="°" - latin:popupKeyboard="@xml/kbd_popup_template" - latin:popupCharacters="¶§" /> - <Key latin:keyLabel="," /> <Key latin:keyLabel="." /> |