Commit 7683c588 authored by Andy Shaw's avatar Andy Shaw
Browse files

FullScreenMode: Send return key without modifiers


When the return key is sent to a multiple line text field it can be
interpreted differently if the Shift modifier is included. This makes
sense for a hard keyboard as you can use it to enter in a new line
versus a new paragraph. For the virtual keyboard however, it is best to
just send it as a plain return so it handles it correctly.

Change-Id: I995504d7ab6961fd8baf016d2d68be4b659d1e19
Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
Showing with 15 additions and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment