equal
deleted
inserted
replaced
1155 //iWsSession.GetWindowGroupNameFromIdentifier(iWsSession.GetFocusWindowGroup(), winGroupName); |
1155 //iWsSession.GetWindowGroupNameFromIdentifier(iWsSession.GetFocusWindowGroup(), winGroupName); |
1156 //TRACE_INFO( (_L("[HID]\tCHidKeyboardDriver: Focused Window group:<%S>"), winGroupName)); |
1156 //TRACE_INFO( (_L("[HID]\tCHidKeyboardDriver: Focused Window group:<%S>"), winGroupName)); |
1157 #endif |
1157 #endif |
1158 |
1158 |
1159 //Number entry to Telephone app is handled differently. |
1159 //Number entry to Telephone app is handled differently. |
1160 if ((IsDigitKey(aScanCode) || IsSpecialHandleKey(aUnicodeKey)) |
1160 if ((IsDigitKey(aScanCode) || IsSpecialHandleKey(aUnicodeKey) || aScanCode == EStdKeyBackspace ) |
1161 && IsPhoneAppTopMost()) |
1161 && IsPhoneAppTopMost()) |
1162 return; |
1162 return; |
1163 |
1163 |
1164 TKeyEvent event = TKeyEventFromScanCode(aScanCode); |
1164 TKeyEvent event = TKeyEventFromScanCode(aScanCode); |
1165 event.iCode = aUnicodeKey; |
1165 event.iCode = aUnicodeKey; |