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"
|
|
|
|
>
|
2011-07-30 01:41:12 +00:00
|
|
|
<!-- Base key style for the key which may have settings or tab key as popup key. -->
|
2011-04-08 07:33:20 +00:00
|
|
|
<switch>
|
|
|
|
<case
|
2011-06-23 12:55:56 +00:00
|
|
|
latin:clobberSettingsKey="true"
|
|
|
|
>
|
|
|
|
<key-style
|
2012-02-17 07:14:14 +00:00
|
|
|
latin:styleName="f1MoreKeysStyle"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-07-30 01:41:12 +00:00
|
|
|
</case>
|
2012-02-17 00:24:03 +00:00
|
|
|
<!-- clobberSettingsKey="false" -->
|
2011-07-30 01:41:12 +00:00
|
|
|
<default>
|
2011-07-21 07:47:46 +00:00
|
|
|
<key-style
|
2012-02-17 07:14:14 +00:00
|
|
|
latin:styleName="f1MoreKeysStyle"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyLabelFlags="hasPopupHint"
|
2012-02-17 00:24:03 +00:00
|
|
|
latin:moreKeys="@string/settings_as_more_key"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-04-08 07:33:20 +00:00
|
|
|
</default>
|
|
|
|
</switch>
|
|
|
|
<!-- Functional key styles -->
|
2012-01-26 09:03:30 +00:00
|
|
|
<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" />
|
|
|
|
<switch>
|
2012-02-29 08:21:55 +00:00
|
|
|
<!-- Shift + Enter in textMultiLine field. -->
|
|
|
|
<case
|
|
|
|
latin:isMultiLine="true"
|
|
|
|
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
|
|
>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="enterKeyStyle"
|
|
|
|
latin:parentStyle="defaultEnterKeyStyle" />
|
|
|
|
</case>
|
2012-02-17 07:14:14 +00:00
|
|
|
<!-- 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>
|
2011-06-23 12:55:56 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="spaceKeyStyle"
|
|
|
|
latin:code="@integer/key_space"
|
2012-02-01 06:07:25 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview|enableLongPress"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-06-23 12:55:56 +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"
|
|
|
|
latin:altCode="@integer/key_space"
|
2012-02-17 07:14:14 +00:00
|
|
|
latin:parentStyle="f1MoreKeysStyle" />
|
2011-06-23 12:55:56 +00:00
|
|
|
<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"
|
|
|
|
latin:altCode="@integer/key_space"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-06-23 12:55:56 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="tabKeyStyle"
|
|
|
|
latin:code="@integer/key_tab"
|
|
|
|
latin:keyIcon="iconTabKey"
|
|
|
|
latin:keyIconPreview="iconPreviewTabKey"
|
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"
|
|
|
|
latin:code="@integer/key_tab"
|
|
|
|
latin:keyIcon="iconTabKey"
|
|
|
|
latin:keyIconPreview="iconPreviewTabKey" />
|
|
|
|
<switch>
|
2011-08-01 01:34:54 +00:00
|
|
|
<!-- 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. -->
|
2011-06-23 12:55:56 +00:00
|
|
|
<case
|
2011-08-01 01:34:54 +00:00
|
|
|
latin:shortcutKeyEnabled="true"
|
|
|
|
latin:hasShortcutKey="false"
|
2011-06-23 12:55:56 +00:00
|
|
|
>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="toSymbolKeyStyle"
|
|
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
2011-08-03 04:29:24 +00:00
|
|
|
latin:keyIcon="iconShortcutForLabel"
|
|
|
|
latin:keyLabel="@string/label_to_symbol_with_microphone_key"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="withIconRight|preserveCase"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-06-23 12:55:56 +00:00
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<key-style
|
|
|
|
latin:styleName="toSymbolKeyStyle"
|
|
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
|
|
|
latin:keyLabel="@string/label_to_symbol_key"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="preserveCase"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-06-23 12:55:56 +00:00
|
|
|
</default>
|
|
|
|
</switch>
|
2010-11-22 00:40:38 +00:00
|
|
|
<key-style
|
|
|
|
latin:styleName="toAlphaKeyStyle"
|
2010-12-20 11:30:26 +00:00
|
|
|
latin:code="@integer/key_switch_alpha_symbol"
|
2010-11-22 00:40:38 +00:00
|
|
|
latin:keyLabel="@string/label_to_alpha_key"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="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-22 00:40:38 +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_key"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="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="preserveCase"
|
2011-11-22 03:55:38 +00:00
|
|
|
latin:keyActionFlags="noKeyPreview"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-07-15 22:36:32 +00:00
|
|
|
<key-style
|
2011-07-30 01:41:12 +00:00
|
|
|
latin:styleName="punctuationKeyStyle"
|
2011-07-15 22:36:32 +00:00
|
|
|
latin:keyLabel="."
|
|
|
|
latin:keyHintLabel="@string/keyhintlabel_for_punctuation"
|
2012-01-26 09:03:30 +00:00
|
|
|
latin:keyLabelFlags="hasPopupHint|preserveCase"
|
2011-08-31 12:14:15 +00:00
|
|
|
latin:moreKeys="@string/more_keys_for_punctuation"
|
2011-09-15 07:29:26 +00:00
|
|
|
latin:backgroundType="functional" />
|
2011-06-21 14:38:42 +00:00
|
|
|
</merge>
|