summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/linuxfbfunctions
Commit message (Collapse)AuthorAgeFilesLines
* Ability to switch language under platform eglfs/linuxfbElena Zaretskaya2019-01-253-0/+157
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>