2010-11-22 00:40:38 +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.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
|
|
|
<merge
|
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
>
|
2013-09-05 08:58:10 +00:00
|
|
|
<switch>
|
|
|
|
<case
|
|
|
|
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
|
|
>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="hasShiftedLetterHintStyle"
|
|
|
|
latin:keyLabelFlags="hasShiftedLetterHint|shiftedLetterActivated" />
|
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="hasShiftedLetterHintStyle"
|
|
|
|
latin:keyLabelFlags="hasShiftedLetterHint" />
|
|
|
|
</default>
|
|
|
|
</switch>
|
2011-07-30 01:41:12 +00:00
|
|
|
<!-- Base key style for the key which may have settings or tab key as popup key. -->
|
2012-06-04 19:27:37 +00:00
|
|
|
<include
|
|
|
|
latin:keyboardLayout="@xml/key_styles_f1" />
|
2011-04-08 07:33:20 +00:00
|
|
|
<!-- Functional key styles -->
|
2013-05-22 00:14:31 +00:00
|
|
|
<!-- Base style for shift key. A single space is used for dummy label in moreKeys. -->
|
|
|
|
<key-style
|
|
|
|
latin:styleName="baseForShiftKeyStyle"
|
|
|
|
latin:keyActionFlags="noKeyPreview"
|
|
|
|
latin:keyLabelFlags="preserveCase"
|
|
|
|
latin:moreKeys="!noPanelAutoMoreKey!, |!code/key_capslock" />
|
2012-01-26 09:03:30 +00:00
|
|
|
<switch>
|
|
|
|
<case
|
2012-04-04 05:30:42 +00:00
|
|
|
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetAutomaticShifted"
|
2012-01-26 09:03:30 +00:00
|
|
|
>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="shiftKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/shift_key_shifted|!code/key_shift"
|
2013-05-22 00:14:31 +00:00
|
|
|
latin:backgroundType="stickyOff"
|
|
|
|
latin:parentStyle="baseForShiftKeyStyle" />
|
2012-01-26 09:03:30 +00:00
|
|
|
</case>
|
|
|
|
<case
|
2012-04-04 05:30:42 +00:00
|
|
|
latin:keyboardLayoutSetElement="alphabetShiftLocked|alphabetShiftLockShifted"
|
2012-01-26 09:03:30 +00:00
|
|
|
>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="shiftKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/shift_key_shifted|!code/key_shift"
|
2013-05-22 00:14:31 +00:00
|
|
|
latin:backgroundType="stickyOn"
|
|
|
|
latin:parentStyle="baseForShiftKeyStyle" />
|
2012-01-26 09:03:30 +00:00
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="shiftKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/shift_key|!code/key_shift"
|
2013-05-22 00:14:31 +00:00
|
|
|
latin:backgroundType="stickyOff"
|
|
|
|
latin:parentStyle="baseForShiftKeyStyle" />
|
2012-01-26 09:03:30 +00:00
|
|
|
</default>
|
|
|
|
</switch>
|
2011-07-21 07:02:35 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="deleteKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/delete_key|!code/key_delete"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="isRepeatable|noKeyPreview"
|
|
|
|
latin:backgroundType="functional" />
|
2014-02-07 10:34:34 +00:00
|
|
|
<!-- emojiKeyStyle must be defined before including @xml/key_syles_enter. -->
|
|
|
|
<key-style
|
|
|
|
latin:styleName="emojiKeyStyle"
|
|
|
|
latin:keySpec="!icon/emoji_key|!code/key_emoji"
|
|
|
|
latin:keyActionFlags="noKeyPreview"
|
|
|
|
latin:backgroundType="functional" />
|
2012-02-07 08:07:23 +00:00
|
|
|
<include
|
2012-02-17 07:14:14 +00:00
|
|
|
latin:keyboardLayout="@xml/key_styles_enter" />
|
2011-06-23 12:55:56 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="spaceKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=" |!code/key_space"
|
2012-06-04 03:23:32 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview|enableLongPress" />
|
2012-03-23 10:14:32 +00:00
|
|
|
<!-- U+200C: ZERO WIDTH NON-JOINER
|
|
|
|
U+200D: ZERO WIDTH JOINER -->
|
2012-02-28 06:13:41 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="zwnjKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/zwnj_key|‌"
|
2012-04-19 21:24:51 +00:00
|
|
|
latin:moreKeys="!icon/zwj_key|‍"
|
2012-02-28 06:13:41 +00:00
|
|
|
latin:keyLabelFlags="hasPopupHint"
|
2012-06-04 03:23:32 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview" />
|
2011-06-23 12:55:56 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="shortcutKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/shortcut_key|!code/key_shortcut"
|
2012-04-19 21:24:51 +00:00
|
|
|
latin:keyIconDisabled="!icon/shortcut_key_disabled"
|
2011-11-30 08:54:58 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
|
2012-04-09 08:48:32 +00:00
|
|
|
latin:altCode="!code/key_space"
|
2012-02-17 07:14:14 +00:00
|
|
|
latin:parentStyle="f1MoreKeysStyle" />
|
2012-04-26 06:14:25 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="settingsKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/settings_key|!code/key_settings"
|
2012-04-26 06:14:25 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
|
|
|
|
latin:altCode="!code/key_space"
|
|
|
|
latin:backgroundType="functional" />
|
2011-06-23 12:55:56 +00:00
|
|
|
<key-style
|
2012-02-18 01:46:01 +00:00
|
|
|
latin:styleName="languageSwitchKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/language_switch_key|!code/key_language_switch"
|
2012-02-18 01:46:01 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping|enableLongPress"
|
2012-06-04 03:23:32 +00:00
|
|
|
latin:altCode="!code/key_space" />
|
2011-06-23 12:55:56 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="tabKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/tab_key|!code/key_tab"
|
2012-04-19 21:24:51 +00:00
|
|
|
latin:keyIconPreview="!icon/tab_key_preview"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-06-23 12:55:56 +00:00
|
|
|
<!-- Note: This key style is not for functional tab key. This is used for the tab key which is
|
|
|
|
laid out as normal letter key. -->
|
|
|
|
<key-style
|
|
|
|
latin:styleName="nonSpecialBackgroundTabKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!icon/tab_key|!code/key_tab"
|
2012-04-19 21:24:51 +00:00
|
|
|
latin:keyIconPreview="!icon/tab_key_preview" />
|
2012-12-11 03:46:23 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="baseForLayoutSwitchKeyStyle"
|
|
|
|
latin:keyLabelFlags="preserveCase"
|
|
|
|
latin:keyActionFlags="noKeyPreview"
|
|
|
|
latin:backgroundType="functional" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="toSymbolKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!text/label_to_symbol_key|!code/key_switch_alpha_symbol"
|
2014-02-06 02:34:12 +00:00
|
|
|
latin:parentStyle="baseForLayoutSwitchKeyStyle" />
|
2010-11-22 00:40:38 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="toAlphaKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!text/label_to_alpha_key|!code/key_switch_alpha_symbol"
|
2012-12-11 03:46:23 +00:00
|
|
|
latin:parentStyle="baseForLayoutSwitchKeyStyle" />
|
2013-09-04 03:08:48 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="toMoreSymbolKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!text/label_to_more_symbol_key|!code/key_shift"
|
2013-09-04 03:08:48 +00:00
|
|
|
latin:parentStyle="baseForLayoutSwitchKeyStyle" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="backFromMoreSymbolKeyStyle"
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="!text/label_to_symbol_key|!code/key_shift"
|
2014-02-06 02:34:12 +00:00
|
|
|
latin:parentStyle="baseForLayoutSwitchKeyStyle" />
|
2013-09-19 07:41:12 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="comKeyStyle"
|
2014-02-14 02:01:38 +00:00
|
|
|
latin:keySpec="!text/keylabel_for_popular_domain"
|
2013-09-19 07:41:12 +00:00
|
|
|
latin:keyLabelFlags="autoXScale|fontNormal|hasPopupHint|preserveCase"
|
|
|
|
latin:moreKeys="!text/more_keys_for_popular_domain"
|
|
|
|
latin:backgroundType="functional" />
|
2011-06-21 14:38:42 +00:00
|
|
|
</merge>
|