Shift+Smiley can register enter in textMultiLine field
Bug: 2498607 Change-Id: Ied2217c49665394a01c7d3451a93c0bc647d392f
This commit is contained in:
parent
5a0661eae8
commit
9b764e0cc5
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue