blob: e250f321aab384a677fe697749522c445ee2df6f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2010-2014, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<!--
The current keycode mapping to flick direction and tapping action is as follows;
+===========+===========+===========+
| ';' | 'b' | 'e' |
|'_' '1' ':'|'a' '2' 'c'|'d' '3' 'f'|
| '@' | '|' | '~' |
+===========+===========+===========+
| 'h' | 'k' | 'n' |
|'g' '4' 'i'|'j' '5' 'l'|'m' '6' 'o'|
| '$' | '%' | '&' |
+===========+===========+===========+
| 'q' | 'u' | 'x' |
|'p' '7' 'r'|'t' '8' 'v'|'w' '9' 'y'|
| 's' | '^' | 'z' |
+===========+===========+===========+
| | '/' | '?' |
| '*' |'+' '0' '-'|',' '#' '!'|
| | '<' | '>' |
+===========+===========+===========+
TODO(hidehiko): Now the key id is inconsistent between keyIcon and flick popup due to
historical reason. Standardize them.
-->
<Keyboard
xmlns:mozc="http://schemas.android.com/apk/res-auto"
mozc:keyboardContentDescription="@string/cd_keyboard_kana"
mozc:keyBackground="twelvekeysRegular"
mozc:keyWidth="17.3%p" mozc:keyHeight="25%p" mozc:keyHorizontalLayoutWeight="1"
mozc:horizontalGap="0dip" mozc:verticalGap="0dip"
mozc:popUpHeight="@dimen/key_preview_height"
mozc:popUpIconHeight="@dimen/key_preview_icon_height"
mozc:popUpXOffset="0dip" mozc:popUpYOffset="@dimen/mini_keyboard_vertical_correction"
mozc:defaultIconWidth="@dimen/unlimited" mozc:defaultIconHeight="@dimen/keyboard_twelvekeys_default_height" >
<Row>
<Key mozc:keyBackground="twelvekeysFunction" mozc:keyEdgeFlags="left"
mozc:keyHorizontalLayoutWeight="0">
<KeyState mozc:contentDescription="@string/cd_key_undo">
<Flick>
<KeyEntity mozc:sourceId="1"
mozc:keyCode="@integer/key_undo"
mozc:keyIcon="@raw/twelvekeys__function__undo__icon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height" />
</Flick>
</KeyState>
</Key>
<Spacer mozc:keyWidth="@dimen/keyboard_separator_width" mozc:keyHorizontalLayoutWeight="0"
mozc:keyBackground="keyboardSeparatorTop"/>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_a">
<Flick>
<KeyEntity mozc:sourceId="2"
mozc:keyCode="@integer/uchar_digit_one"
mozc:keyIcon="@raw/twelvekeys__kana__support__01_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__01" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="3"
mozc:keyCode="@integer/uchar_low_line"
mozc:keyIcon="@raw/twelvekeys__kana__support__01_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__i" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="4"
mozc:keyCode="@integer/uchar_semicolon"
mozc:keyIcon="@raw/twelvekeys__kana__support__01_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__u" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="5"
mozc:keyCode="@integer/uchar_colon"
mozc:keyIcon="@raw/twelvekeys__kana__support__01_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__e" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="6"
mozc:keyCode="@integer/uchar_commercial_at"
mozc:keyIcon="@raw/twelvekeys__kana__support__01_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__o" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_ka">
<Flick>
<KeyEntity mozc:sourceId="7"
mozc:keyCode="@integer/uchar_digit_two"
mozc:keyIcon="@raw/twelvekeys__kana__support__02_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__02" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="8"
mozc:keyCode="@integer/uchar_latin_small_letter_a"
mozc:keyIcon="@raw/twelvekeys__kana__support__02_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ki" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="9"
mozc:keyCode="@integer/uchar_latin_small_letter_b"
mozc:keyIcon="@raw/twelvekeys__kana__support__02_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ku" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="10"
mozc:keyCode="@integer/uchar_latin_small_letter_c"
mozc:keyIcon="@raw/twelvekeys__kana__support__02_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ke" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="11"
mozc:keyCode="@integer/uchar_vertical_line"
mozc:keyIcon="@raw/twelvekeys__kana__support__02_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ko" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_sa">
<Flick>
<KeyEntity mozc:sourceId="12"
mozc:keyCode="@integer/uchar_digit_three"
mozc:keyIcon="@raw/twelvekeys__kana__support__03_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__03" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="13"
mozc:keyCode="@integer/uchar_latin_small_letter_d"
mozc:keyIcon="@raw/twelvekeys__kana__support__03_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__shi" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="14"
mozc:keyCode="@integer/uchar_latin_small_letter_e"
mozc:keyIcon="@raw/twelvekeys__kana__support__03_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__su" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="15"
mozc:keyCode="@integer/uchar_latin_small_letter_f"
mozc:keyIcon="@raw/twelvekeys__kana__support__03_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__se" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="16"
mozc:keyCode="@integer/uchar_tilde"
mozc:keyIcon="@raw/twelvekeys__kana__support__03_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__so" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Spacer mozc:keyWidth="@dimen/keyboard_separator_width" mozc:keyHorizontalLayoutWeight="0"
mozc:keyBackground="keyboardSeparatorTop"/>
<Key mozc:keyBackground="twelvekeysFunction" mozc:keyEdgeFlags="right" mozc:isRepeatable="true"
mozc:keyHorizontalLayoutWeight="0">
<KeyState mozc:contentDescription="@string/cd_key_uchar_backspace">
<Flick>
<KeyEntity mozc:sourceId="17"
mozc:keyCode="@integer/uchar_backspace"
mozc:keyIcon="@raw/twelvekeys__function__delete__icon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height" />
</Flick>
</KeyState>
</Key>
</Row>
<Row>
<Key mozc:keyBackground="twelvekeysFunction" mozc:keyEdgeFlags="left" mozc:isRepeatable="true"
mozc:keyHorizontalLayoutWeight="0">
<KeyState mozc:contentDescription="@string/cd_key_left">
<Flick>
<KeyEntity mozc:sourceId="18"
mozc:keyCode="@integer/key_left"
mozc:keyIcon="@raw/twelvekeys__function__left_arrow__icon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height" />
</Flick>
</KeyState>
</Key>
<Spacer mozc:keyWidth="@dimen/keyboard_separator_width" mozc:keyHorizontalLayoutWeight="0"
mozc:keyBackground="keyboardSeparatorCenter"/>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_ta">
<Flick>
<KeyEntity mozc:sourceId="19"
mozc:keyCode="@integer/uchar_digit_four"
mozc:keyIcon="@raw/twelvekeys__kana__support__04_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__04" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="20"
mozc:keyCode="@integer/uchar_latin_small_letter_g"
mozc:keyIcon="@raw/twelvekeys__kana__support__04_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__chi" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="21"
mozc:keyCode="@integer/uchar_latin_small_letter_h"
mozc:keyIcon="@raw/twelvekeys__kana__support__04_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__tsu" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="22"
mozc:keyCode="@integer/uchar_latin_small_letter_i"
mozc:keyIcon="@raw/twelvekeys__kana__support__04_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__te" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="23"
mozc:keyCode="@integer/uchar_dollar_sign"
mozc:keyIcon="@raw/twelvekeys__kana__support__04_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__to" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_na">
<Flick>
<KeyEntity mozc:sourceId="24"
mozc:keyCode="@integer/uchar_digit_five"
mozc:keyIcon="@raw/twelvekeys__kana__support__05_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__05" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="25"
mozc:keyCode="@integer/uchar_latin_small_letter_j"
mozc:keyIcon="@raw/twelvekeys__kana__support__05_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ni" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="26"
mozc:keyCode="@integer/uchar_latin_small_letter_k"
mozc:keyIcon="@raw/twelvekeys__kana__support__05_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__nu" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="27"
mozc:keyCode="@integer/uchar_latin_small_letter_l"
mozc:keyIcon="@raw/twelvekeys__kana__support__05_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ne" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="28"
mozc:keyCode="@integer/uchar_percent_sign"
mozc:keyIcon="@raw/twelvekeys__kana__support__05_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__no" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_ha">
<Flick>
<KeyEntity mozc:sourceId="29"
mozc:keyCode="@integer/uchar_digit_six"
mozc:keyIcon="@raw/twelvekeys__kana__support__06_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__06" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="30"
mozc:keyCode="@integer/uchar_latin_small_letter_m"
mozc:keyIcon="@raw/twelvekeys__kana__support__06_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__hi" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="31"
mozc:keyCode="@integer/uchar_latin_small_letter_n"
mozc:keyIcon="@raw/twelvekeys__kana__support__06_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__fu" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="32"
mozc:keyCode="@integer/uchar_latin_small_letter_o"
mozc:keyIcon="@raw/twelvekeys__kana__support__06_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__he" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="33"
mozc:keyCode="@integer/uchar_ampersand"
mozc:keyIcon="@raw/twelvekeys__kana__support__06_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ho" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Spacer mozc:keyWidth="@dimen/keyboard_separator_width" mozc:keyHorizontalLayoutWeight="0"
mozc:keyBackground="keyboardSeparatorCenter"/>
<Key mozc:keyBackground="twelvekeysFunction" mozc:keyEdgeFlags="right" mozc:isRepeatable="true"
mozc:keyHorizontalLayoutWeight="0">
<KeyState mozc:contentDescription="@string/cd_key_right">
<Flick>
<KeyEntity mozc:sourceId="34"
mozc:keyCode="@integer/key_right"
mozc:keyIcon="@raw/twelvekeys__function__right_arrow__icon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height" />
</Flick>
</KeyState>
</Key>
</Row>
<Row>
<Key mozc:keyBackground="twelvekeysFunction" mozc:keyEdgeFlags="left"
mozc:keyHorizontalLayoutWeight="0">
<KeyState mozc:contentDescription="@string/cd_key_symbol">
<Flick>
<KeyEntity mozc:sourceId="35"
mozc:keyCode="@integer/key_symbol"
mozc:keyIcon="@raw/twelvekeys__function__symbol__icon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height" />
</Flick>
</KeyState>
<!-- When at least one touch events have been already active,
symbol key event shouldn't produce keycode.
Usually a user wants to show symbol picker by explicit (single-touch) operation. -->
<KeyState mozc:contentDescription="@string/cd_key_symbol" mozc:metaState="handling_touch_event">
<Flick>
<KeyEntity mozc:sourceId="77"
mozc:keyIcon="@raw/twelvekeys__function__symbol__icon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height" />
</Flick>
</KeyState>
</Key>
<Spacer mozc:keyWidth="@dimen/keyboard_separator_width" mozc:keyHorizontalLayoutWeight="0"
mozc:keyBackground="keyboardSeparatorCenter"/>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_ma">
<Flick>
<KeyEntity mozc:sourceId="36"
mozc:keyCode="@integer/uchar_digit_seven"
mozc:keyIcon="@raw/twelvekeys__kana__support__07_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__07" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="37"
mozc:keyCode="@integer/uchar_latin_small_letter_p"
mozc:keyIcon="@raw/twelvekeys__kana__support__07_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__mi" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="38"
mozc:keyCode="@integer/uchar_latin_small_letter_q"
mozc:keyIcon="@raw/twelvekeys__kana__support__07_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__mu" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="39"
mozc:keyCode="@integer/uchar_latin_small_letter_r"
mozc:keyIcon="@raw/twelvekeys__kana__support__07_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__me" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="40"
mozc:keyCode="@integer/uchar_latin_small_letter_s"
mozc:keyIcon="@raw/twelvekeys__kana__support__07_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__mo" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_ya">
<Flick>
<KeyEntity mozc:sourceId="41"
mozc:keyCode="@integer/uchar_digit_eight"
mozc:keyIcon="@raw/twelvekeys__kana__support__08_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__08" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="64"
mozc:keyCode="@integer/uchar_latin_small_letter_t"
mozc:keyIcon="@raw/twelvekeys__kana__support__08_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__left_parenthesis" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="42"
mozc:keyCode="@integer/uchar_latin_small_letter_u"
mozc:keyIcon="@raw/twelvekeys__kana__support__08_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__yu" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="65"
mozc:keyCode="@integer/uchar_latin_small_letter_v"
mozc:keyIcon="@raw/twelvekeys__kana__support__08_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__right_parenthesis" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="43"
mozc:keyCode="@integer/uchar_circumflex_accent"
mozc:keyIcon="@raw/twelvekeys__kana__support__08_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__yo" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_ra">
<Flick>
<KeyEntity mozc:sourceId="44"
mozc:keyCode="@integer/uchar_digit_nine"
mozc:keyIcon="@raw/twelvekeys__kana__support__09_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__09" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="45"
mozc:keyCode="@integer/uchar_latin_small_letter_w"
mozc:keyIcon="@raw/twelvekeys__kana__support__09_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ri" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="46"
mozc:keyCode="@integer/uchar_latin_small_letter_x"
mozc:keyIcon="@raw/twelvekeys__kana__support__09_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ru" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="47"
mozc:keyCode="@integer/uchar_latin_small_letter_y"
mozc:keyIcon="@raw/twelvekeys__kana__support__09_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__re" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="48"
mozc:keyCode="@integer/uchar_latin_small_letter_z"
mozc:keyIcon="@raw/twelvekeys__kana__support__09_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ro" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Spacer mozc:keyWidth="@dimen/keyboard_separator_width" mozc:keyHorizontalLayoutWeight="0"
mozc:keyBackground="keyboardSeparatorCenter"/>
<Key mozc:keyBackground="twelvekeysFunctionWithThreeDots" mozc:keyEdgeFlags="right"
mozc:keyHorizontalLayoutWeight="0">
<KeyState mozc:contentDescription="@string/cd_key_uchar_space">
<Flick>
<KeyEntity mozc:sourceId="49"
mozc:keyCode="@integer/uchar_space"
mozc:longPressKeyCode="@integer/key_ime_picker_dialog"
mozc:keyIcon="@raw/twelvekeys__function__space__icon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height" />
</Flick>
</KeyState>
</Key>
</Row>
<Row>
<Key mozc:keyBackground="twelvekeysFunctionWithThreeDots" mozc:keyEdgeFlags="left"
mozc:keyHorizontalLayoutWeight="0">
<KeyState mozc:contentDescription="@string/cd_key_chartype_to_abc">
<Flick>
<KeyEntity mozc:sourceId="50"
mozc:keyCode="@integer/key_chartype_to_abc"
mozc:longPressKeyCode="@integer/key_menu_dialog"
mozc:keyIcon="@raw/twelvekeys__function__kana__icon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height" />
</Flick>
</KeyState>
</Key>
<Spacer mozc:keyWidth="@dimen/keyboard_separator_width" mozc:keyHorizontalLayoutWeight="0"
mozc:keyBackground="keyboardSeparatorBottom"/>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_modifier" mozc:metaState="fallback|composing|no_globe">
<Flick>
<KeyEntity mozc:sourceId="51"
mozc:keyCode="@integer/uchar_asterisk"
mozc:keyIcon="@raw/twelvekeys__kana__10">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__popup__10" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="61"
mozc:keyCode="@integer/uchar_left_square_bracket"
mozc:keyIcon="@raw/twelvekeys__kana__10"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__popup__voiced_mark" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="62"
mozc:keyCode="@integer/uchar_grave_accent"
mozc:keyIcon="@raw/twelvekeys__kana__10"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__popup__small" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="63"
mozc:keyCode="@integer/uchar_right_square_bracket"
mozc:keyIcon="@raw/twelvekeys__kana__10"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__popup__semi_voiced_mark" />
</KeyEntity>
</Flick>
</KeyState>
<!-- Transition status from empty composition to non-empty.
The look is kept Globe but the behavior becomes modifier key in advance.
This status has been introduced because when a user touch-down a key:
- If the behavior is unchanged (=Globe), quick typer might fire IME changing unexpectedly.
- If the look is changed (=Modifier), the look blinks unexpectedly (Press a key -> The look changes to modifier -> Release the key -> The look to globe -> Composition text is updated -> The look to modifier). -->
<KeyState mozc:contentDescription="@string/cd_key_kana_modifier" mozc:metaState="handling_touch_event" >
<Flick>
<KeyEntity mozc:sourceId="76"
mozc:keyCode="@integer/uchar_asterisk"
mozc:keyIcon="@raw/globe_keyicon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__popup__10" />
</KeyEntity>
</Flick>
</KeyState>
<KeyState mozc:contentDescription="@string/cd_key_globe" mozc:metaState="globe" >
<Flick>
<KeyEntity mozc:sourceId="75"
mozc:keyCode="@integer/key_globe"
mozc:keyIcon="@raw/globe_keyicon"
mozc:iconWidth="@dimen/unlimited"
mozc:iconHeight="@dimen/default_function_icon_height"
mozc:longPressKeyCode="@integer/key_ime_picker_dialog" />
</Flick>
</KeyState>
</Key>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_line_wa">
<Flick>
<KeyEntity mozc:sourceId="52"
mozc:keyCode="@integer/uchar_digit_zero"
mozc:keyIcon="@raw/twelvekeys__kana__support__11_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__11" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="53"
mozc:keyCode="@integer/uchar_plus_sign"
mozc:keyIcon="@raw/twelvekeys__kana__support__11_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__wo" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="54"
mozc:keyCode="@integer/uchar_solidus"
mozc:keyIcon="@raw/twelvekeys__kana__support__11_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__nn" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="55"
mozc:keyCode="@integer/uchar_hyphen_minus"
mozc:keyIcon="@raw/twelvekeys__kana__support__11_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__prolonged_sound_mark" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="67"
mozc:keyCode="@integer/uchar_less_than_sign"
mozc:keyIcon="@raw/twelvekeys__kana__support__11_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__wave_dash" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Key>
<KeyState mozc:contentDescription="@string/cd_key_kana_punctuation">
<Flick>
<KeyEntity mozc:sourceId="56"
mozc:keyCode="@integer/uchar_number_sign"
mozc:keyIcon="@raw/twelvekeys__kana__support__12_center"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__kana__support__popup__12" />
</KeyEntity>
</Flick>
<Flick mozc:direction="left">
<KeyEntity mozc:sourceId="57"
mozc:keyCode="@integer/uchar_comma"
mozc:keyIcon="@raw/twelvekeys__kana__support__12_left"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__ideographic_period" />
</KeyEntity>
</Flick>
<Flick mozc:direction="up">
<KeyEntity mozc:sourceId="58"
mozc:keyCode="@integer/uchar_question_mark"
mozc:keyIcon="@raw/twelvekeys__kana__support__12_up"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__question_mark" />
</KeyEntity>
</Flick>
<Flick mozc:direction="right">
<KeyEntity mozc:sourceId="59"
mozc:keyCode="@integer/uchar_exclamation_mark"
mozc:keyIcon="@raw/twelvekeys__kana__support__12_right"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__exclamation_mark" />
</KeyEntity>
</Flick>
<Flick mozc:direction="down">
<KeyEntity mozc:sourceId="66"
mozc:keyCode="@integer/uchar_greater_than_sign"
mozc:keyIcon="@raw/twelvekeys__kana__support__12_down"
mozc:flickHighlight="true">
<PopUp mozc:popUpIcon="@raw/twelvekeys__popup__horizontal_ellipsis" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
<Spacer mozc:keyWidth="@dimen/keyboard_separator_width" mozc:keyHorizontalLayoutWeight="0"
mozc:keyBackground="keyboardSeparatorBottom"/>
<Key mozc:keyBackground="twelvekeysFunctionWithThreeDots" mozc:keyEdgeFlags="right"
mozc:keyHorizontalLayoutWeight="0"
mozc:defaultIconWidth="@dimen/keyboard_enter_width"
mozc:defaultIconHeight="@dimen/unlimited">
<KeyState mozc:contentDescription="@string/cd_key_uchar_linefeed">
<Flick>
<KeyEntity mozc:sourceId="60"
mozc:keyCode="@integer/uchar_linefeed"
mozc:longPressKeyCode="@integer/key_symbol_emoji"
mozc:longPressTimeoutTrigger="false"
mozc:keyIcon="@raw/function__enter__icon">
<PopUp mozc:popUpLongPressIcon="@raw/function__symbol__popup"
mozc:popUpIconHeight="@dimen/key_preview_emoji_icon_height" />
</KeyEntity>
</Flick>
</KeyState>
<KeyState mozc:contentDescription="@string/cd_key_composing_done"
mozc:metaState="composing">
<Flick>
<KeyEntity mozc:sourceId="68"
mozc:keyCode="@integer/uchar_linefeed"
mozc:longPressKeyCode="@integer/key_symbol_emoji"
mozc:longPressTimeoutTrigger="false"
mozc:keyIcon="@raw/function__enter__icon">
<PopUp mozc:popUpLongPressIcon="@raw/function__symbol__popup"
mozc:popUpIconHeight="@dimen/key_preview_emoji_icon_height" />
</KeyEntity>
</Flick>
</KeyState>
<KeyState mozc:contentDescription="@string/cd_key_action_done"
mozc:metaState="action_done">
<Flick>
<KeyEntity mozc:sourceId="69"
mozc:keyCode="@integer/uchar_linefeed"
mozc:longPressKeyCode="@integer/key_symbol_emoji"
mozc:longPressTimeoutTrigger="false"
mozc:keyIcon="@raw/function__action_done__icon">
<PopUp mozc:popUpLongPressIcon="@raw/function__symbol__popup"
mozc:popUpIconHeight="@dimen/key_preview_emoji_icon_height" />
</KeyEntity>
</Flick>
</KeyState>
<KeyState mozc:contentDescription="@string/cd_key_action_go"
mozc:metaState="action_go">
<Flick>
<KeyEntity mozc:sourceId="70"
mozc:keyCode="@integer/uchar_linefeed"
mozc:longPressKeyCode="@integer/key_symbol_emoji"
mozc:longPressTimeoutTrigger="false"
mozc:keyIcon="@raw/function__action_go__icon">
<PopUp mozc:popUpLongPressIcon="@raw/function__symbol__popup"
mozc:popUpIconHeight="@dimen/key_preview_emoji_icon_height" />
</KeyEntity>
</Flick>
</KeyState>
<KeyState mozc:contentDescription="@string/cd_key_action_next"
mozc:metaState="action_next">
<Flick>
<KeyEntity mozc:sourceId="71"
mozc:keyCode="@integer/uchar_linefeed"
mozc:longPressKeyCode="@integer/key_symbol_emoji"
mozc:longPressTimeoutTrigger="false"
mozc:keyIcon="@raw/function__action_next__icon">
<PopUp mozc:popUpLongPressIcon="@raw/function__symbol__popup"
mozc:popUpIconHeight="@dimen/key_preview_emoji_icon_height" />
</KeyEntity>
</Flick>
</KeyState>
<KeyState mozc:contentDescription="@string/cd_key_action_previous"
mozc:metaState="action_previous">
<Flick>
<KeyEntity mozc:sourceId="72"
mozc:keyCode="@integer/uchar_linefeed"
mozc:longPressKeyCode="@integer/key_symbol_emoji"
mozc:longPressTimeoutTrigger="false"
mozc:keyIcon="@raw/function__action_previous__icon">
<PopUp mozc:popUpLongPressIcon="@raw/function__symbol__popup"
mozc:popUpIconHeight="@dimen/key_preview_emoji_icon_height" />
</KeyEntity>
</Flick>
</KeyState>
<KeyState mozc:contentDescription="@string/cd_key_action_search"
mozc:metaState="action_search">
<Flick>
<KeyEntity mozc:sourceId="73"
mozc:keyCode="@integer/uchar_linefeed"
mozc:longPressKeyCode="@integer/key_symbol_emoji"
mozc:longPressTimeoutTrigger="false"
mozc:keyIcon="@raw/function__action_search__icon">
<PopUp mozc:popUpLongPressIcon="@raw/function__symbol__popup"
mozc:popUpIconHeight="@dimen/key_preview_emoji_icon_height" />
</KeyEntity>
</Flick>
</KeyState>
<KeyState mozc:contentDescription="@string/cd_key_action_send"
mozc:metaState="action_send">
<Flick>
<KeyEntity mozc:sourceId="74"
mozc:keyCode="@integer/uchar_linefeed"
mozc:longPressKeyCode="@integer/key_symbol_emoji"
mozc:longPressTimeoutTrigger="false"
mozc:keyIcon="@raw/function__action_send__icon">
<PopUp mozc:popUpLongPressIcon="@raw/function__symbol__popup"
mozc:popUpIconHeight="@dimen/key_preview_emoji_icon_height" />
</KeyEntity>
</Flick>
</KeyState>
</Key>
</Row>
<!-- Next sourceId: 78 -->
</Keyboard>