summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qmessagebox.cpp
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2018-11-06 11:03:42 +0100
committerLiang Qi <liang.qi@qt.io>2018-11-11 22:09:10 +0000
commit6857cd60dd884a763af26e43863187e9157fe32c (patch)
tree1d1f14a0f93ba0f949d72805b0a7a31aa74830d5 /src/widgets/dialogs/qmessagebox.cpp
parent508b9b49b9d178db959d2e2066b8d4b9f5173573 (diff)
win32: Fix text prediction with on screen keyboard
When the on-screen keyboard completes a word via text prediction, the message contains VK_PACKET as identifier for a character sequence. While each character is send, the code only contains the first character of the sequence. Hence, resolve the actual code manually in case of a sequence. This does not modify the virtual key, so that users are able to distinguish between manual and predictive input. Fixes: QTBUG-71210 Change-Id: I787f1f2d83acaf124dfbbab6c4614a1bfe7bb2eb Reviewed-by: Andre de la Rocha <andre.rocha@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/widgets/dialogs/qmessagebox.cpp')
0 files changed, 0 insertions, 0 deletions