BUG: ALT+D and SPACE Both Map to Key Code Value of 32Last reviewed: May 6, 1997Article ID: Q124884 |
The information in this article applies to:
SYMPTOMSIf code is dependent on the key combination ALT+D, the key code value returned by this combination maps to the ASCII value of 32, which is the equivalent of the Space key. Any time the space bar is pressed, code associated with ALT+D is run.
CAUSEThe ALT+D key combination is incorrectly mapped to ASCII 32.
RESOLUTIONThe workarounds for this problem are to avoid the use of ALT+D as a key combination, or use CTRL+D or designate some other key combination as a hot key.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce ProblemCreate and run a program containing the following code:
CLEAR @ 0,0 SAY "Press the key or key combination to evaluate:" @ 1,0 SAY " " =INKEY(20) ? LASTKEY() |
Additional query words: access key
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |