FIX: Deadkey Not Accepted in Windows 95 Console Application (140456)



The information in this article applies to:

  • Microsoft Platform Software Development Kit (SDK) 1.0, when used with:
    • Microsoft Windows 95

This article was previously published under Q140456

SYMPTOMS

Deadkeys cannot be accepted as input to a Windows 95 Console application even when the appropriate keyboard layout is selected. ReadConsoleInput() cannot read in deadkeys on Windows 95.

For example, pressing the circumflex (^)(the ~/` key on US keyboards) and then the letter e should produce an e with the circumflex on top. However, the combination keys do not print in a console application on a system running Windows 95 with a German keyboard selected.

CAUSE

Some of the code handling deadkey input to the console is missing from Windows 95.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in Windows 2000.

Modification Type:MinorLast Reviewed:7/11/2005
Keywords:kbBug kbfix kbInput kbKeyIn kbOSWin2000fix KB140456