The system my qml application will be running on does not have standard key
navigation (up arrow, down arrow, left arrow , right arrow) it may be (8, 2,
4, 6).

With that, I cannot currently use the QML KeyNavigation element.  Is there
any way on the application level I can map 8->UP, 2->DOWN, 4->LEFT, 6->RIGHT
so the KeyNavigation element can be used?

Thanks,
Mike
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to