Since updating to Windows 10 v1809, pressing Shift+Space no longer sends a space in Powershell v5. If I use an older Windows 10 station (v1709), Shift+Space sends a space.
For example, I'm accustomed to pressing the following sequence of keys:
g, c, i, Shift+Space, |.
In v1803, this would result with gci |. In v1809, the result is gci|.
Is this key combination conflicting with something recently introduced? The problem is reproducible on multiple stations. If I'm working in a text editor, the problem doesn't exist. Launching PS with -NoProfile has no impact.
Additionally, this has only affected my installation of PS 5.1. In my installation of PS Core 6.0.2, Shift+Space still sends a space.