Ignore:
Timestamp:
Mar 3, 2000, 10:19:13 PM (25 years ago)
Author:
hugh
Message:

changed virtual key for VK_NEWLINE form 0x0A to ox0D

File:
1 edited

Legend:

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

    r2956 r2990  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.19 2000-03-01 13:30:04 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.20 2000-03-03 21:19:13 hugh Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    4646               0x09,    // VK_TAB           VK_TAB
    4747               0x00,    // VK_BACKTAB       No equivalent!
    48                0x0A,    // VK_NEWLINE       0x0A (no VK_* def)
     48               0x0D,    // VK_NEWLINE       VK_RETURN
    4949               0x10,    // VK_SHIFT         VK_SHIFT
    5050               0x11,    // VK_CTRL          VK_CONTROL
Note: See TracChangeset for help on using the changeset viewer.