summaryrefslogtreecommitdiff
path: root/res/xml/skb_qwerty.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/skb_qwerty.xml')
-rw-r--r--res/xml/skb_qwerty.xml92
1 files changed, 92 insertions, 0 deletions
diff --git a/res/xml/skb_qwerty.xml b/res/xml/skb_qwerty.xml
new file mode 100644
index 0000000..57b8838
--- /dev/null
+++ b/res/xml/skb_qwerty.xml
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<keyboard
+ skb_template="@xml/skb_template1"
+ skb_cache_flag="true"
+ qwerty="true"
+ qwerty_uppercase="true"
+ width="10%p"
+ height="25%p"
+ key_type="0"
+ repeat="false"
+ balloon="true">
+
+ <row>
+ <keys splitter="|" labels="Q|W|E|R|T|Y|U|I|O|P"
+ codes="45|51|33|46|48|53|49|37|43|44"/>
+ </row>
+
+ <row start_pos_x="4.078%p" width="10.205%p">
+ <keys splitter="|" labels="A|S|D|F|G|H|J|K|L"
+ codes="29|47|32|34|35|36|38|39|40"/>
+ </row>
+
+ <row width="10.205%p">
+ <key label="," width="14.286%p" icon="@drawable/comma_full_icon"
+ icon_popup="@drawable/comma_full_popup_icon">
+ <toggle_state state_id="@string/toggle_smiley" code="-6"
+ icon="@drawable/smiley_icon" icon_popup="@drawable/smiley_popup_icon"
+ key_type="2"/>
+ <toggle_state state_id="@string/toggle_en_lower" code="-1"
+ icon="@drawable/shift_off_icon"
+ icon_popup="@drawable/shift_off_popup_icon" key_type="2"/>
+ <toggle_state state_id="@string/toggle_en_upper" code="-1"
+ icon="@drawable/shift_on_icon"
+ icon_popup="@drawable/shift_on_popup_icon" key_type="3"/>
+ <toggle_state state_id="@string/toggle_cn_cand" label="'"
+ key_type="1"/>
+ </key>
+ <keys splitter="|" labels="Z|X|C|V|B|N|M"
+ codes="54|52|31|50|30|42|41"/>
+ <key id="3"/>
+ </row>
+
+ <row width="20%p" row_id="@string/toggle_row_cn">
+ <key id="6"/>
+ <key id="4"/>
+ <key code="62" key_type="5" width="30.608%p"/>
+ <key label="。" width="14.696%p" icon="@drawable/period_full_icon"
+ icon_popup="@drawable/period_full_popup_icon"/>
+ <key id="1"/>
+ </row>
+
+ <row width="20%p" row_id="@string/toggle_row_en" start_pos_y="75%p">
+ <key id="6"/>
+ <key id="4"/>
+ <key code="62" key_type="5" width="30.608%p"/>
+ <key id="7"/>
+ <key id="1"/>
+ </row>
+
+ <row width="20%p" row_id="@string/toggle_row_uri" start_pos_y="75%p">
+ <key id="6"/>
+ <key id="4"/>
+ <key label="/" width="15.304%p"/>
+ <key code="62" key_type="5" width="15.304%p"/>
+ <key id="7"/>
+ <key id="1"/>
+ </row>
+
+ <row width="20%p" row_id="@string/toggle_row_emailaddress" start_pos_y="75%p">
+ <key id="6"/>
+ <key id="4"/>
+ <key label="\@" width="15.304%p"/>
+ <key code="62" key_type="5" width="15.304%p"/>
+ <key id="7"/>
+ <key id="1"/>
+ </row>
+</keyboard>
+