Ctrl+C (for either Copy or Cancel Execution) Does Not Work in Interactive Window

Issue #132 new
Nick De Lancie created an issue

For VS Community 2017 v. 15.9.13, | PoshTools v. 4.7.1 (not Pro) | $PSVersionTable output at end

In the PowerShell Interactive Window, (i) when no code is running, Ctrl+C does not work to copy selected text (although (A) the
copy command on the shortcut menu does work to copy the selected text; and (B) Ctrl-V and Ctrl-X work as expected; and (ii) when code is running from the Interactive Window, Ctrl+C does not work to break execution.

Under Windows PowerShell ISE, Ctrl+C works to copy selected text. (I haven’t tested Ctrl+C to break execution there yet, though.)

PSVersion                      5.1.15063.1563
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.15063.1563
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Comments (0)

  1. Log in to comment