tonerdo / readline

A Pure C# GNU-Readline like library for .NET/.NET Core
MIT License
810 stars 77 forks source link

(Windows 10) Pressing the Windows key enters a null character #66

Open reiche-banane opened 2 years ago

reiche-banane commented 2 years ago

Title says it all. I don't actually know if this is intended behavior, but it is relatively unexpected behavior; none of the other terminals I use in Windows (cmd.exe, PowerShell, Git Bash, cygwin64, etc.) write anything when the Windows key is pressed.

This normally wouldn't be a huge issue, but I use a lot of keyboard shortcuts involving the Windows key, so it's frustrating when null characters get thrown in my application input. That said, if this is intended behavior, feel free to close out this issue.