From c9b9a0ea2f274688da26af20102d349336fdb2a0 Mon Sep 17 00:00:00 2001 From: Elena Zaretskaya Date: Fri, 11 Jan 2019 10:11:03 -0500 Subject: Ability to switch language under platform eglfs/linuxfb 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 --- src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri (limited to 'src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri') diff --git a/src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri b/src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri new file mode 100644 index 00000000000..8a092c30493 --- /dev/null +++ b/src/platformheaders/linuxfbfunctions/linuxfbfunctions.pri @@ -0,0 +1 @@ +HEADERS += $$PWD/qlinuxfbfunctions.h -- cgit v1.2.3