Remove single key ALT/CTRL combination.

This commit is contained in:
Ray Hayes 2016-09-30 14:08:59 -07:00
parent 62fa4b9f1f
commit e40d6971ad

View File

@ -179,10 +179,6 @@ int ReadConsoleForTermEmul(HANDLE hInput, char *destin, int destinlen)
ConWriteString((char *)octets, n);
}
if (dwControlKeyState == LEFT_ALT_PRESSED ||
dwControlKeyState == RIGHT_ALT_PRESSED)
NetWriteString2(pParams->Socket, (char *)pParams->pAltKey, 1, 0);
switch (InputRecord.Event.KeyEvent.uChar.UnicodeChar)
{
case 0xd: