mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-04 12:44:46 +02:00
Remove single key ALT/CTRL combination.
This commit is contained in:
parent
62fa4b9f1f
commit
e40d6971ad
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user