[Interest] Embedded QT set keymap

Yannik Sembritzki yannik at sembritzki.me
Mon Nov 5 12:33:52 CET 2012


Hello,

i created a qmap using the kmap2qmap utility. Now I want to apply the 
qmap to my qt-embedded application.

To do this, I tried both setting it in my main.cc:

/|QWSKeyboardHandler  *  kh=  QKbdDriverFactory::create("TTY",  "keymap=german_keymap.qmap");
QWSServer::setKeyboardHandler(kh);|/

and also using the environmental variable:

/|QWS_KEYBOARD="TTY:keymap=german_keyboard.qmap"|/

However, none of it did a change.

Any ideas how I can get this working?

Best regards
Yannik Sembritzki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20121105/259b4248/attachment.html>


More information about the Interest mailing list