I am using QKeyEvent to get the Shift+numeric key, but it return me the ascii for "!" instead of "1" so my problem is, is there any method or techniques to get the actual numeric value's ascii instead of ascii of "!" (special character). I also followed this thread:
Get key char (value) from keycode with shift modifier
but it does not seems to help me to get rid from this problem. Thanks in advance.