bluetoothengine/bthid/keyboard/src/keyboard.cpp
branchRCL_3
changeset 11 f7fbeaeb166a
parent 0 f63038272f30
child 12 b23265fb36da
equal deleted inserted replaced
10:b6f55cd40afd 11:f7fbeaeb166a
  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;