diff options
author | 2013-08-23 22:28:26 +0900 | |
---|---|---|
committer | 2013-08-26 16:23:29 +0900 | |
commit | 7f28b3cc6ab60becff1c9ad98e65c24767899ebe (patch) | |
tree | d86201f807cf2d6a3c15fdafb38bdb52b6a007cf /java/res/xml/rowkeys_pcqwerty4.xml | |
parent | 59f49b38618fc5efd8e00b2511246834b3859a19 (diff) | |
download | latinime-7f28b3cc6ab60becff1c9ad98e65c24767899ebe.tar.gz latinime-7f28b3cc6ab60becff1c9ad98e65c24767899ebe.tar.xz latinime-7f28b3cc6ab60becff1c9ad98e65c24767899ebe.zip |
Clean up PC QWERTY keyboard
Change-Id: Ibb52683e8f27517b9e7bf398d3b7a31215bd5a8d
Diffstat (limited to 'java/res/xml/rowkeys_pcqwerty4.xml')
-rw-r--r-- | java/res/xml/rowkeys_pcqwerty4.xml | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/java/res/xml/rowkeys_pcqwerty4.xml b/java/res/xml/rowkeys_pcqwerty4.xml index f00baeb6f..b558f4142 100644 --- a/java/res/xml/rowkeys_pcqwerty4.xml +++ b/java/res/xml/rowkeys_pcqwerty4.xml @@ -21,20 +21,10 @@ <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > - <switch> - <case - latin:keyboardLayoutSetElement="symbols" - > - <include - latin:keyboardLayout="@xml/keys_pcqwerty_symbols4" /> - </case> - <default> - <!-- The keys on this PC layout row4 consist of the letters of QWERTY layout row3 and - some symbols keys. --> - <include - latin:keyboardLayout="@xml/rowkeys_qwerty3" /> - </default> - </switch> + <!-- The keys on this PC layout row4 consist of the letters of QWERTY layout row3 and + some symbols keys. --> + <include + latin:keyboardLayout="@xml/rowkeys_qwerty3" /> <include latin:keyboardLayout="@xml/keys_pcqwerty4_right3" /> </merge> |