Qt Virtual Keyboard
Qt Virtual Keyboard is a virtual keyboard framework that consists of a C++ backend supporting custom input methods as well as a UI frontend implemented in QML.
For more information, see the documentation.
If a keyboard layout provides multiple choices for input modes
(e.g. latin and cyrillic), prefer the current choice when switching
to handwriting layout and back.
Also, use the same mechanism to avoid binding loop when switching
input mode with InputModeKey contained in a KeyboardLayoutLoader
where the layout depends on the input mode.
Change-Id: If7adae92db39f3b1e49ec362679e6b6ae7f32fa4
Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
Name | Last commit | Last update |
---|---|---|
dist | ||
examples | ||
src | ||
tests | ||
.gitattributes | ||
.gitignore | ||
.qmake.conf | ||
.tag | ||
LICENSE.GPL3 | ||
README.md | ||
qtvirtualkeyboard.pro | ||
sync.profile |
Qt Virtual Keyboard
Qt Virtual Keyboard is a virtual keyboard framework that consists of a C++ backend supporting custom input methods as well as a UI frontend implemented in QML.
For more information, see the documentation.