Prerequisites
Description of the new feature/enhancement
PSReadLineKeyHandler Function "Copy" does not work when used in WSL. This might be because by default it does not use AsOSC52 method. Similar to how 'test' | Set-Clipboard wont work but 'test' | Set-Clipboard -AsOSC52 does.
Proposed technical implementation details (optional)
Allow PSReadLineKeyHandler Function "Copy" to use AsOSC52
Prerequisites
Description of the new feature/enhancement
PSReadLineKeyHandler Function "Copy" does not work when used in WSL. This might be because by default it does not use
AsOSC52method. Similar to how'test' | Set-Clipboardwont work but'test' | Set-Clipboard -AsOSC52does.Proposed technical implementation details (optional)
Allow PSReadLineKeyHandler Function "Copy" to use
AsOSC52