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
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to