How can I override system keyboard layout in a Qt application? I need to change some character codes. The basic problem is that SHIFT+SPACE does not put ZWNJ (U+200C) in Qt text engine (Standard Persian layout has 200C for SHIFT+SPACE and it’s working in all places except Qt application).
This is certainly a bug, but I can’t wait for patch versions. I need to to this manually.
Qt version: 5.3.1
Operating system: Windows (XP upto 8)