Ignore:
Timestamp:
Oct 25, 2001, 3:17:40 PM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibmsgtranslate.cpp

    r7195 r7201  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.66 2001-10-24 15:41:54 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.67 2001-10-25 13:16:57 phaller Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    140140    0x11, 0x11D,    // 0x5B RCtrl
    141141    0x6F, 0x135,    // 0x5C / Pad
    142     0x2D, 0x152,    // 0x5D PrtSc
     142    VK_SNAPSHOT_W, 0x137,    // 0x5D PrtSc
    143143    0x12, 0x5E,     // 0x5E RAlt
    144144    0x13, 0x45,     // 0x5F Pause
     
    659659            // Note: ESC generates a WM_CHAR under Windows, not under PM
    660660            // 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)
    662670            // @@@PH
    663671            break;
Note: See TracChangeset for help on using the changeset viewer.