bellard / quickjs

Public repository of the QuickJS Javascript Engine.
https://bellard.org/quickjs
Other
8.35k stars 867 forks source link

[Windows + cosmopolitan] AltGr characters cannot be typed in shell #227

Open jgranduel opened 8 months ago

jgranduel commented 8 months ago

I downloaded latest quickjs binary quickjs-cosmo-2024-01-13.zip compiled with Cosmopolitan. The REPL doesn't accept some of my French keyboard idiosyncracies (AltGr combination needed for ~ #{[`|^@, etc.). I think it depends on missing features in Cosmopolitan, but wanted to mention about it here also for broadening the audience. See this Cosmo issue that I created latterly cosmo issue #994.

Here's an example:

quickjs-cosmo-2024-01-13> .\qjs.com
QuickJS - Type "\h" for help
qjs > h (the \ isn't taken into account)
qjs > (typing in  ~# `  without effect)

Thanks in advance !

bellard commented 8 months ago

Unfortunately I don't use Windows so I cannot help.