summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/linuxfbfunctions/qlinuxfbfunctions.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-201-82/+0
| | | | | | Task-number: QTBUG-84220 Change-Id: I4f3a54415c5509b4bde486b54c56b0e05976bac6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Ability to switch language under platform eglfs/linuxfbElena Zaretskaya2019-01-251-0/+82
I need to change keymap under platforms eglfs and linuxfb (without wayland). I use the function QEglFSFunctions::loadKeymap(const QString&), but there's no way to switch between english and another language than to press AltGr as a modifier. I added the function that allows to change the language. And also added the ability to switch the keymap and language for the platform linuxfb and also added the ability to switch the keymap and language for the platform linuxfb Task-number: QTBUG-72452 Change-Id: I37432cf60d375555bea2bf668ec1387322b4964f Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>