Shift+Smiley can register enter in textMultiLine field

Bug: 2498607
Change-Id: Ied2217c49665394a01c7d3451a93c0bc647d392f
main
Tadashi G. Takaoka 2012-02-29 17:21:55 +09:00
parent 5a0661eae8
commit 9b764e0cc5
1 changed files with 9 additions and 0 deletions

View File

@ -79,6 +79,15 @@
<include
latin:keyboardLayout="@xml/key_styles_enter" />
<switch>
<!-- Shift + Enter in textMultiLine field. -->
<case
latin:isMultiLine="true"
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
>
<key-style
latin:styleName="enterKeyStyle"
latin:parentStyle="defaultEnterKeyStyle" />
</case>
<!-- Smiley in textShortMessage field.
Overrides common enter key style. -->
<case