Changeset 8365 for trunk/src


Ignore:
Timestamp:
May 1, 2002, 10:03:05 AM (23 years ago)
Author:
sandervl
Message:

PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard translation array

File:
1 edited

Legend:

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

    r7875 r8365  
    1 /* $Id: winkeyboard.cpp,v 1.32 2002-02-11 16:06:00 sandervl Exp $ */
     1/* $Id: winkeyboard.cpp,v 1.33 2002-05-01 08:03:05 sandervl Exp $ */
    22/*
    33 * Win32 <-> PM key translation
     
    213213/* 0x93                     */ , 0x00                       ,FALSE
    214214/* 0x94                     */ , 0x00                       ,FALSE
    215 /* 0x95                     */ , 0x00                       ,FALSE
    216 /* 0x96                     */ , 0x00                       ,FALSE
     215/* 0x95 PMSCAN_DBE_CONV     */ , 0x00                       ,FALSE //TODO ??
     216/* 0x96 PMSCAN_DBE_NOCONV   */ , 0x00                       ,FALSE //TODO ??
    217217/* 0x97                     */ , 0x00                       ,FALSE
    218218/* 0x98                     */ , 0x00                       ,FALSE
     
    750750/* 0x93                     */ , WINSCAN_UNDERLINE          ,FALSE
    751751/* 0x94                     */ , WINSCAN_KANJI              ,FALSE
    752 /* 0x95                     */ , WINSCAN_STOP               ,FALSE
    753 /* 0x96                     */ , WINSCAN_AX                 ,FALSE
     752/* 0x95 PMSCAN_DBE_CONV     */ , WINSCAN_NLS2               ,FALSE // CONVERT (Japanese keyboard)
     753/* 0x96 PMSCAN_DBE_NOCONV   */ , WINSCAN_NLS1               ,FALSE // NOCONVERT (Japanese keyboard)
    754754/* 0x97                     */ , WINSCAN_UNLABELED          ,FALSE
    755755/* 0x98                     */ , 0x00                       ,FALSE
Note: See TracChangeset for help on using the changeset viewer.