Changeset 7221 for trunk/src/user32/winkeyboard.cpp
- Timestamp:
- Oct 26, 2001, 5:54:04 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winkeyboard.cpp
r7216 r7221 1 /* $Id: winkeyboard.cpp,v 1.2 4 2001-10-26 12:46:17phaller Exp $ */1 /* $Id: winkeyboard.cpp,v 1.25 2001-10-26 15:54:04 phaller Exp $ */ 2 2 /* 3 3 * Win32 <-> PM key translation … … 333 333 /* 0x0B */ , 0x00 , NULL 334 334 /* 0x0C VK_CLEAR */ , PMSCAN_PAD5 , "Num 5" 335 /* 0x0D VK_RETURN */ , PMSCAN_ENTER , "Enter" 335 /* 0x0D VK_RETURN */ , PMSCAN_ENTER , "Enter" // @@@PH BUG: identical to "Num Enter" ! 336 336 /* 0x0E */ , 0x00 , NULL 337 337 /* 0x0F */ , 0x00 , NULL
Note:
See TracChangeset
for help on using the changeset viewer.