Been searching and searching and searching. Pulled down the source for 4.8.4 and cannot find where onInputEvent() gets caught. Cannot find it in the code even, so...either I'm missing some code or there is some hidden knowledge.

I "want" to be able to use this to obtain all of the built in character translation. I need to find where it is done though so I can stop it from generating a keyboard event when a barcode scanner actually originated the text.

I would appreciate BOTH a source file and line number to look at. It appears it "should" be caught in the X11ProcessEvent() method at line 3220 of qapplication_x11.cpp, but not really seeing this.

Thanks!