waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.93k stars 113 forks source link

Can't type curly brace or square bracket #265

Closed malino-dev closed 1 year ago

malino-dev commented 1 year ago

Version

0.6.1

What happened?

If I try to type curly brace/square bracket, it just does nothing.

sidewinder94 commented 1 year ago

Do you need to use AltGr / Ctrl+Alt in addition to another key to type those (curly brace/square bracket) in, if so this may be a duplicate of #260

malino-dev commented 1 year ago

Yup, exactly. In that case I'll close.

waf commented 1 year ago

Thanks for raising this, and thanks @sidewinder94 for helping to triage. I've just release version 0.6.2 that solves this issue. You can update by running dotnet tool update -g csharprepl and please let me know if you run into any issues.