With PSReadLine 2.0.0-lastCI on French Keyboard, press AltGr key and some characters ( **_[ ] \ ^_** ) display an additional character **_^_** Environment data ---------------- ```powershell PS version: 5.1.17134.407 PSReadline version: 2.0.0-beta3 os: 10.0.17134.1 (WinBuild.160101.0800) PS file version: 10.0.17134.1 (WinBuild.160101.0800) ``` Steps to reproduce or exception report -------------------------------------- ```powershell On a French Keyboard, press : Alt Gr + 5 Alt Gr + 8 Alt Gr + 9 Alt Gr + ° ``` Expected behavior ```none [ \ ^ ] ``` Actual behavior ```none ^[ ^\ ^^ ^] ```