santosh0705 / xterm-express

Xterm Express is a web based terminal which is not just limited to ssh.
MIT License
10 stars 2 forks source link

Handling of AltGr+key combination #2

Open mirtouf opened 6 years ago

mirtouf commented 6 years ago

Hi,

I am using a French keyboard (azerty layout) and it seems combination of AltGr+key is not properly handled. Is it possible to detail how such combination of keys is possible ?

santosh0705 commented 6 years ago

Could you please give some more details on this. Which key combinations are not working?

mirtouf commented 6 years ago

Hi,

keys for combinations with AltGr which are not working are: & é " ' ( - è _ ç à e (for € sign)

clavier-azerty-france svg

Something important to write is that the issue has only been seen on Windows OSes.

santosh0705 commented 6 years ago

Can't say much about it. Xterm Express is not restricting any key inputs in any way. Apart from default xterm.js key handling I only attached 'Shift + Ctrl + C' key event for copying text from terminal. Problem may be related to the browser or xterm.js itself. Try raising the issue in xterm.js project.

mirtouf commented 6 years ago

This is quite strange, I do not have this issue in wetty versions using xterm.js.