Hi, I want to capture small alphabets and capital alphabets. I used TKeyEvent's iScanCode to get the entered data. eg: TInt keyCode = aKeyEvent.iScanCode;
It is always giving me the keycode for capital letters when i press small letters(alphabets). When i tried to press special character by pressing Shift key, i am getting it. Numeric pad is not working...