205 lines
7.8 KiB
XML
205 lines
7.8 KiB
XML
<?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"
|
|
>
|
|
<!-- Base key style for the key which may have settings or tab key as popup key. -->
|
|
<switch>
|
|
<case
|
|
latin:clobberSettingsKey="true"
|
|
>
|
|
<key-style
|
|
latin:styleName="f1MoreKeysStyle"
|
|
latin:backgroundType="functional" />
|
|
</case>
|
|
<!-- clobberSettingsKey="false" -->
|
|
<default>
|
|
<key-style
|
|
latin:styleName="f1MoreKeysStyle"
|
|
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
|
latin:moreKeys="@string/settings_as_more_key"
|
|
latin:backgroundType="functional" />
|
|
</default>
|
|
</switch>
|
|
<!-- Functional key styles -->
|
|
<switch>
|
|
<case
|
|
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetAutomaticShifted"
|
|
>
|
|
<key-style
|
|
latin:styleName="shiftKeyStyle"
|
|
latin:code="@integer/key_shift"
|
|
latin:keyIcon="iconShiftKeyShifted"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="stickyOff" />
|
|
</case>
|
|
<case
|
|
latin:keyboardLayoutSetElement="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>
|
|
<key-style
|
|
latin:styleName="deleteKeyStyle"
|
|
latin:code="@integer/key_delete"
|
|
latin:keyIcon="iconDeleteKey"
|
|
latin:keyActionFlags="isRepeatable|noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<include
|
|
latin:keyboardLayout="@xml/key_styles_enter" />
|
|
<switch>
|
|
<!-- Shift + Enter in textMultiLine field. -->
|
|
<case
|
|
latin:isMultiLine="true"
|
|
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
>
|
|
<key-style
|
|
latin:styleName="enterKeyStyle"
|
|
latin:parentStyle="defaultEnterKeyStyle" />
|
|
</case>
|
|
<!-- Smiley in textShortMessage field.
|
|
Overrides common enter key style. -->
|
|
<case
|
|
latin:mode="im"
|
|
>
|
|
<key-style
|
|
latin:styleName="enterKeyStyle"
|
|
latin:keyLabel=":-)"
|
|
latin:keyOutputText=":-) "
|
|
latin:keyLabelFlags="hasPopupHint"
|
|
latin:moreKeys="@string/more_keys_for_smiley"
|
|
latin:backgroundType="functional" />
|
|
</case>
|
|
</switch>
|
|
<key-style
|
|
latin:styleName="spaceKeyStyle"
|
|
latin:code="@integer/key_space"
|
|
latin:keyActionFlags="noKeyPreview|enableLongPress"
|
|
latin:backgroundType="functional" />
|
|
<!-- U+200C: ZERO WIDTH NON-JOINER
|
|
U+200D: ZERO WIDTH JOINER -->
|
|
<key-style
|
|
latin:styleName="zwnjKeyStyle"
|
|
latin:code="0x200C"
|
|
latin:keyIcon="iconZwnjKey"
|
|
latin:moreKeys="\@icon/zwjKey|‍"
|
|
latin:keyLabelFlags="hasPopupHint"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="shortcutKeyStyle"
|
|
latin:code="@integer/key_shortcut"
|
|
latin:keyIcon="iconShortcutKey"
|
|
latin:keyIconDisabled="iconDisabledShortcutKey"
|
|
latin:keyLabelFlags="preserveCase"
|
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping"
|
|
latin:altCode="@integer/key_space"
|
|
latin:parentStyle="f1MoreKeysStyle" />
|
|
<key-style
|
|
latin:styleName="languageSwitchKeyStyle"
|
|
latin:code="@integer/key_language_switch"
|
|
latin:keyIcon="iconLanguageSwitchKey"
|
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping|enableLongPress"
|
|
latin:altCode="@integer/key_space"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="tabKeyStyle"
|
|
latin:code="@integer/key_tab"
|
|
latin:keyIcon="iconTabKey"
|
|
latin:keyIconPreview="iconPreviewTabKey"
|
|
latin:backgroundType="functional" />
|
|
<!-- 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"
|
|
latin:code="@integer/key_tab"
|
|
latin:keyIcon="iconTabKey"
|
|
latin:keyIconPreview="iconPreviewTabKey" />
|
|
<switch>
|
|
<!-- When this qwerty keyboard has no shortcut keys but shortcut key is enabled, then symbol
|
|
keyboard will have a shortcut key. That means we should use
|
|
iconToSymbolKeyWithShortcutKey here. -->
|
|
<case
|
|
latin:shortcutKeyEnabled="true"
|
|
latin:hasShortcutKey="false"
|
|
>
|
|
<key-style
|
|
latin:styleName="toSymbolKeyStyle"
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
|
latin:keyIcon="iconShortcutForLabel"
|
|
latin:keyLabel="@string/label_to_symbol_with_microphone_key"
|
|
latin:keyLabelFlags="withIconRight|preserveCase"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
</case>
|
|
<default>
|
|
<key-style
|
|
latin:styleName="toSymbolKeyStyle"
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
|
latin:keyLabel="@string/label_to_symbol_key"
|
|
latin:keyLabelFlags="preserveCase"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
</default>
|
|
</switch>
|
|
<key-style
|
|
latin:styleName="toAlphaKeyStyle"
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
|
latin:keyLabel="@string/label_to_alpha_key"
|
|
latin:keyLabelFlags="preserveCase"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="toMoreSymbolKeyStyle"
|
|
latin:code="@integer/key_shift"
|
|
latin:keyLabel="@string/label_to_more_symbol_key"
|
|
latin:keyLabelFlags="preserveCase"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="backFromMoreSymbolKeyStyle"
|
|
latin:code="@integer/key_shift"
|
|
latin:keyLabel="@string/label_to_symbol_key"
|
|
latin:keyLabelFlags="preserveCase"
|
|
latin:keyActionFlags="noKeyPreview"
|
|
latin:backgroundType="functional" />
|
|
<key-style
|
|
latin:styleName="punctuationKeyStyle"
|
|
latin:keyLabel="."
|
|
latin:keyHintLabel="@string/keyhintlabel_for_punctuation"
|
|
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
|
latin:moreKeys="@string/more_keys_for_punctuation"
|
|
latin:backgroundType="functional" />
|
|
</merge>
|