Ignore:
Timestamp:
Oct 27, 2001, 11:06:02 AM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

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

    r7221 r7235  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.73 2001-10-26 15:53:22 phaller Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.74 2001-10-27 09:06:02 phaller Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    661661          {
    662662            winMsg->message = WINWM_SYSKEYUP;
    663             winMsg->lParam |= 1 << 29;                              // bit 29, alt was pressed
     663//            winMsg->lParam |= 1 << 29;                              // bit 29, alt was pressed
    664664            winMsg->lParam |= 1 << 30;                              // bit 30, previous state, always 1 for a WM_KEYUP message
    665665            winMsg->lParam |= 1 << 31;                              // bit 31, transition state, always 1 for WM_KEYUP
     
    925925    extramsg.lParam |= (WINSCAN_ALTRIGHT & 0x1FF) << 16;
    926926    extramsg.lParam |= WIN_KEY_EXTENDED;
     927    if (!(fl & KC_KEYUP))
     928      extramsg.lParam |= WIN_KEY_ALTHELD;
    927929   
    928930    // insert message into the queue
Note: See TracChangeset for help on using the changeset viewer.