Changeset 668 for trunk/src/gui/kernel/qkeymapper_pm.cpp
- Timestamp:
- Mar 10, 2010, 4:05:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qkeymapper_pm.cpp
r659 r668 436 436 APIRET arc = KbdXlate(&kt, 0); 437 437 Q_ASSERT(arc == NO_ERROR); 438 438 439 keyLayout[chm.scancode]->qtKey[i][j] = 439 440 QString::fromLocal8Bit((char*)&kt.chChar, 1)[0].toUpper().unicode();
Note:
See TracChangeset
for help on using the changeset viewer.