Closed kervinck closed 4 years ago
So these lines need attention in Utils/BabelFish/PS2.ino
{ +IT +ALTGR, 0x4e, 96 }, // '`'
{ +DE +IT +ALTGR, 0x3d, 123 }, // '{'
{ +DE +IT +ALTGR, 0x45, 125 }, // '}'
{ +IT +ALTGR, 0x55, 126 }, // '~'
Backquote (`) is needed to type the ∏-character in Micro-Soft BASIC...
TAB works, as tested with this one-liner:
Also,
The combination for curly braces (shift+altGr+[) gives 91 and 93 that are the square brackets and just these are actually typed again for this ('curly') combination too !
Looking in PS2.ino, we have these as well:
{ +DE +IT +ALTGR, 0x3e, 91 }, // '['
{ +IT+ES +ALTGR, 0x54, 91 },
{ +DE +IT +ALTGR, 0x46, 93 }, // ']'
{ +IT+ES +ALTGR, 0x5b, 93 },
So there isn't an accidental match.
The issue with '{' and '}' seems simply that BabelFish isn't prepared to recognise Shift+AltGr+Key....
Mystery solved:
From personal correspondence:
Molte grazie to Patrick Verre for testing