aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/x11vkbwrapper/keysymmapsforfakeinput.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-221-11/+11
| | | | | | | | | | | This reverts commit e3901f053fde1fc956da629efc358559970dbc43. Revert of commercial license headers is required for Qt 5.15.3 opensource release. Task-number: QTBUG-91108 Change-Id: Idfd95d4d1a690978a044d43f0a57be2ae0d786a5 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Update commercial license headersTarja Sundqvist2021-01-191-11/+11
| | | | | | | | | The commercial license header header.COMM is updated to files under tqtc-qtvirtualkeyboard. Task-number: QTQAINFRA-4157 Change-Id: Ibfa6dac2b88f8734e3f795520548093b8cd50d86 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Fix for a special character issuePekka Gehör2019-11-181-20/+20
| | | | | | | | | | | Some of a characters need change of keyboard mapping, that they appear correctly. In the previous implementation there was no change of keyboard mapping, which caused the wrong character to appear or no character at all. Change-Id: I5670d37efba5b1a3aa4dd93e5309efea14fa0f53 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 4b9a5746581494ebf9e9847b829d2810e4469a53) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Qt virtual keyboard wrapper for X11v5.14.0-beta2Mikko Seppänen2019-10-081-0/+299
This application is a Qt virtual keyboard wrapper that uses Qt virtual keyboard for any X11 input. Application uses At-Spi2 library for listening focus-in events on text widgets and pops up the Qt virtual keyboard when an accepted focus-in event is received. There's also support for listening focus-in events from Chromium browser. For mapping and sending the key events to focused text widget the application uses libXtst, libX11 and libxdo which are also external dependencies to the application among At-Spi2 library. Change-Id: Ifa54969ab4f61e1d48f11ca11058c836f2a403b8 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit fb9e76c9ebcc9ca98ff04e7310a12b4511fa5539)