2010-11-24 07:59:56 +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"
|
|
|
|
>
|
2012-01-26 09:03:30 +00:00
|
|
|
<switch>
|
|
|
|
<case
|
|
|
|
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
|
|
>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="hasShiftedLetterHintStyle"
|
|
|
|
latin:keyLabelFlags="hasShiftedLetterHint|shiftedLetterActivated" />
|
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="hasShiftedLetterHintStyle"
|
|
|
|
latin:keyLabelFlags="hasShiftedLetterHint" />
|
|
|
|
</default>
|
|
|
|
</switch>
|
|
|
|
<switch>
|
|
|
|
<case
|
|
|
|
latin:keyboardSetElement="alphabetManualShifted|alphabetAutomaticShifted"
|
|
|
|
>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="shiftKeyStyle"
|
|
|
|
latin:code="@integer/key_shift"
|
|
|
|
latin:keyIcon="iconShiftKeyShifted"
|
|
|
|
latin:keyActionFlags="noKeyPreview"
|
|
|
|
latin:backgroundType="stickyOff" />
|
|
|
|
</case>
|
|
|
|
<case
|
|
|
|
latin:keyboardSetElement="alphabetShiftLocked|alphabetShiftLockShifted"
|
|
|
|
>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="shiftKeyStyle"
|
|
|
|
latin:code="@integer/key_shift"
|
|
|
|
latin:keyIcon="iconShiftKeyShifted"
|
|
|
|
latin:keyActionFlags="noKeyPreview"
|
|
|
|
latin:backgroundType="stickyOn" />
|
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="shiftKeyStyle"
|
|
|
|
latin:code="@integer/key_shift"
|
|
|
|
latin:keyIcon="iconShiftKey"
|
|
|
|
latin:keyActionFlags="noKeyPreview"
|
|
|
|
latin:backgroundType="stickyOff" />
|
|
|
|
</default>
|
|
|
|
</switch>
|
2011-07-21 07:02:35 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="deleteKeyStyle"
|
|
|
|
latin:code="@integer/key_delete"
|
|
|
|
latin:keyIcon="iconDeleteKey"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="isRepeatable|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-21 14:38:42 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="spaceKeyStyle"
|
2011-11-18 21:47:48 +00:00
|
|
|
latin:code="@integer/key_space"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview" />
|
2011-06-21 14:38:42 +00:00
|
|
|
<key-style
|
2012-02-28 06:13:41 +00:00
|
|
|
latin:styleName="zwnjKeyStyle"
|
|
|
|
latin:keyLabel="‌"
|
|
|
|
latin:moreKeys="‍"
|
2012-03-14 01:26:08 +00:00
|
|
|
latin:keyLabelFlags="hasPopupHint" />
|
2011-06-21 14:38:42 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="smileyKeyStyle"
|
|
|
|
latin:keyLabel=":-)"
|
|
|
|
latin:keyOutputText=":-) "
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
2012-02-13 22:34:09 +00:00
|
|
|
latin:moreKeys="@string/more_keys_for_smiley" />
|
2011-06-21 14:38:42 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="shortcutKeyStyle"
|
|
|
|
latin:code="@integer/key_shortcut"
|
|
|
|
latin:keyIcon="iconShortcutKey"
|
2011-12-18 16:11:09 +00:00
|
|
|
latin:keyIconDisabled="iconDisabledShortcutKey"
|
2012-02-08 11:09:39 +00:00
|
|
|
latin:keyLabelFlags="preserveCase"
|
2011-11-30 08:54:58 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
|
2011-11-23 02:07:43 +00:00
|
|
|
latin:backgroundType="functional" />
|
|
|
|
<key-style
|
|
|
|
latin:styleName="settingsKeyStyle"
|
|
|
|
latin:code="@integer/key_settings"
|
|
|
|
latin:keyIcon="iconSettingsKey"
|
2011-11-30 08:54:58 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2012-02-17 07:14:14 +00:00
|
|
|
<switch>
|
|
|
|
<case
|
|
|
|
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
|
|
latin:navigatePrevious="true"
|
|
|
|
>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="tabKeyStyle"
|
|
|
|
latin:code="@integer/key_action_previous"
|
|
|
|
latin:keyLabel="@string/label_tab_key"
|
|
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
|
|
|
latin:backgroundType="functional" />
|
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="tabKeyStyle"
|
|
|
|
latin:code="@integer/key_tab"
|
|
|
|
latin:keyLabel="@string/label_tab_key"
|
|
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
|
|
|
latin:backgroundType="functional" />
|
|
|
|
</default>
|
|
|
|
</switch>
|
2010-11-24 07:59:56 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="toSymbolKeyStyle"
|
2010-12-20 11:30:26 +00:00
|
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
2010-11-24 07:59:56 +00:00
|
|
|
latin:keyLabel="@string/label_to_symbol_key"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2010-11-24 07:59:56 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="toAlphaKeyStyle"
|
2010-12-20 11:30:26 +00:00
|
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
2010-11-24 07:59:56 +00:00
|
|
|
latin:keyLabel="@string/label_to_alpha_key"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2010-11-24 07:59:56 +00:00
|
|
|
<key-style
|
2011-08-03 06:21:27 +00:00
|
|
|
latin:styleName="toMoreSymbolKeyStyle"
|
2010-12-20 11:30:26 +00:00
|
|
|
latin:code="@integer/key_shift"
|
2011-08-03 06:21:27 +00:00
|
|
|
latin:keyLabel="@string/label_to_more_symbol_for_tablet_key"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-08-03 06:21:27 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="backFromMoreSymbolKeyStyle"
|
|
|
|
latin:code="@integer/key_shift"
|
|
|
|
latin:keyLabel="@string/label_to_symbol_key"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="fontNormal|preserveCase"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2010-11-24 07:59:56 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="comKeyStyle"
|
2010-12-14 06:31:47 +00:00
|
|
|
latin:keyLabel="@string/keylabel_for_popular_domain"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="fontNormal|hasPopupHint|preserveCase"
|
2010-12-14 06:31:47 +00:00
|
|
|
latin:keyOutputText="@string/keylabel_for_popular_domain"
|
2011-08-31 12:14:15 +00:00
|
|
|
latin:moreKeys="@string/more_keys_for_popular_domain" />
|
2010-11-24 07:59:56 +00:00
|
|
|
</merge>
|