diff options
author | 2012-02-29 17:21:55 +0900 | |
---|---|---|
committer | 2012-02-29 17:21:55 +0900 | |
commit | 9b764e0cc502b2f3cb8a50c2158eede74dabd9fc (patch) | |
tree | 78a88df3c23ed2b91c207680690ce41203af66c0 /java | |
parent | 5a0661eae84d50228633c859f535e097f8cc1c5d (diff) | |
download | latinime-9b764e0cc502b2f3cb8a50c2158eede74dabd9fc.tar.gz latinime-9b764e0cc502b2f3cb8a50c2158eede74dabd9fc.tar.xz latinime-9b764e0cc502b2f3cb8a50c2158eede74dabd9fc.zip |
Shift+Smiley can register enter in textMultiLine field
Bug: 2498607
Change-Id: Ied2217c49665394a01c7d3451a93c0bc647d392f
Diffstat (limited to 'java')
-rw-r--r-- | java/res/xml/key_styles_common.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/res/xml/key_styles_common.xml b/java/res/xml/key_styles_common.xml index f0ea8ce5a..76eacb673 100644 --- a/java/res/xml/key_styles_common.xml +++ b/java/res/xml/key_styles_common.xml @@ -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 |