-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
OS-macOSResolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-Consolethe console experiencethe console experience
Description
Steps to reproduce
Run the following and enter any printable character.
$host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown") Expected behavior
Entered character is not echoed.
$host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
VirtualKeyCode Character ControlKeyState KeyDown
-------------- --------- --------------- -------
87 w 0 TrueAbove is from PS 5.1.14393.693 and v6.0.0-alpha.16 on Windows 10.
Actual behavior
Character is echoed.
$host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
w
VirtualKeyCode Character ControlKeyState KeyDown
-------------- --------- --------------- -------
87 w 0 TrueEnvironment data
Name Value
---- -----
PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.16
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1 PS /Users/thezim> sw_vers
ProductName: Mac OS X
ProductVersion: 10.12.3
BuildVersion: 16D32
PS /Users/thezim>
Metadata
Metadata
Assignees
Labels
OS-macOSResolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-Consolethe console experiencethe console experience