2010-09-27 08:07:09 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2010, 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
|
2010-10-01 10:40:44 +00:00
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:keyWidth="8.2%p"
|
2010-10-19 08:08:54 +00:00
|
|
|
|
latin:horizontalGap="@dimen/key_horizontal_gap"
|
|
|
|
|
latin:verticalGap="@dimen/key_bottom_gap"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyHeight="@dimen/key_height"
|
2010-09-27 08:07:09 +00:00
|
|
|
|
>
|
2010-09-28 00:39:19 +00:00
|
|
|
|
<!-- This row is intentionally not marked as a top row -->
|
2010-10-08 16:06:26 +00:00
|
|
|
|
<Row>
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_tab"
|
|
|
|
|
latin:keyLabel="Tab"
|
2010-10-19 08:08:54 +00:00
|
|
|
|
latin:keyWidth="7.0%p"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:isModifier="true"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="1"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="¹½⅓¼⅛" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="2"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="²⅔" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="3"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="³¾⅜" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="4"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="⁴" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="5"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="⅝" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="6" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="7"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="⅞" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="8" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="9" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="0"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="ⁿ∅" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_delete"
|
|
|
|
|
latin:keyIcon="@drawable/sym_keyboard_delete"
|
|
|
|
|
latin:iconPreview="@drawable/sym_keyboard_feedback_delete"
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:keyWidth="11.0%p"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:isModifier="true"
|
|
|
|
|
latin:isRepeatable="true"
|
|
|
|
|
latin:keyEdgeFlags="right" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row>
|
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_symbol"
|
|
|
|
|
latin:keyLabel="@string/label_alpha_key"
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:keyWidth="9.7%p"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:isModifier="true"
|
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="\@" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="#" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="$"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="¢£€¥₣₤₱" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="%"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="‰" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="&" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="*"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="†‡★" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="-"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="_–—" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="+"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="±" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="("
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="[{<" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel=")"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="]}>" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_return"
|
|
|
|
|
latin:keyIcon="@drawable/sym_keyboard_return"
|
|
|
|
|
latin:iconPreview="@drawable/sym_keyboard_feedback_return"
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:keyWidth="8.3%p"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:isModifier="true"
|
|
|
|
|
latin:keyEdgeFlags="right" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
</Row>
|
|
|
|
|
<Row>
|
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_shift"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyLabel="@string/label_more_key"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:keyWidth="13.1%p"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:isModifier="true"
|
|
|
|
|
latin:isSticky="true"
|
|
|
|
|
latin:keyEdgeFlags="left" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="""
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="“”«»˝" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="\'" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel=":" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel=";" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="/" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="," />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:keyLabel="." />
|
2010-11-08 22:32:47 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="!"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="¡" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-11-12 17:50:19 +00:00
|
|
|
|
latin:keyLabel="\?"
|
|
|
|
|
latin:popupKeyboard="@xml/kbd_popup_template"
|
|
|
|
|
latin:popupCharacters="¿" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_shift"
|
2010-10-02 06:17:27 +00:00
|
|
|
|
latin:keyLabel="@string/label_more_key"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:iconPreview="@drawable/sym_keyboard_feedback_shift"
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:keyWidth="13.1%p"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:isModifier="true"
|
|
|
|
|
latin:isSticky="true"
|
|
|
|
|
latin:keyEdgeFlags="right" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
</Row>
|
2010-09-28 00:39:19 +00:00
|
|
|
|
<!-- This row is intentionally not marked as a bottom row -->
|
2010-10-08 16:06:26 +00:00
|
|
|
|
<Row>
|
2010-10-19 08:08:54 +00:00
|
|
|
|
<Spacer
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:horizontalGap="31.5%p" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
<Key
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:codes="@integer/key_space"
|
|
|
|
|
latin:keyIcon="@drawable/sym_keyboard_space"
|
|
|
|
|
latin:iconPreview="@drawable/sym_keyboard_feedback_space"
|
2010-11-08 22:32:47 +00:00
|
|
|
|
latin:keyWidth="37.0%p"
|
2010-10-01 10:40:44 +00:00
|
|
|
|
latin:isModifier="true" />
|
2010-09-27 08:07:09 +00:00
|
|
|
|
</Row>
|
|
|
|
|
</Keyboard>
|