Changeset 7201 for trunk/src/user32/oslibmsgtranslate.cpp
- Timestamp:
- Oct 25, 2001, 3:17:40 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsgtranslate.cpp
r7195 r7201 1 /* $Id: oslibmsgtranslate.cpp,v 1.6 6 2001-10-24 15:41:54 sandervlExp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.67 2001-10-25 13:16:57 phaller Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 140 140 0x11, 0x11D, // 0x5B RCtrl 141 141 0x6F, 0x135, // 0x5C / Pad 142 0x2D, 0x152, // 0x5D PrtSc142 VK_SNAPSHOT_W, 0x137, // 0x5D PrtSc 143 143 0x12, 0x5E, // 0x5E RAlt 144 144 0x13, 0x45, // 0x5F Pause … … 659 659 // Note: ESC generates a WM_CHAR under Windows, not under PM 660 660 // so we've got to post it to ourself here! 661 // WM_CHAR(0x0000001bh, 000010001h) 661 // WM_CHAR(0x0000001bh, 00010001h) 662 // @@@PH 663 break; 664 665 case PMSCAN_PRINT: 666 // Note: PRINT generates a WM_KEYUP under Windows 667 // also only call the standard kbd hook for the WM_KEYUP msg, 668 // the low-level hook is called twice 669 // WM_CHAR(0x0000002ch, c1370001h) 662 670 // @@@PH 663 671 break;
Note:
See TracChangeset
for help on using the changeset viewer.