Platformio-atom-ide-terminal: [FR] Can't insert backslash [AltGr + 8]

Created on 13 Dec 2016  路  12Comments  路  Source: platformio/platformio-atom-ide-terminal

Hello,
As the title says i cannot enter a backslash in the terminal...it's a bit hard then to enter a windows path :-)
Regards

feature request help wanted

Most helpful comment

Same here. AltGr does not work but Ctrl+Alt does work.

windows 10 x64
french keyboard
atom 1.19.6 x64
platformio-atom-ide-terminal 2.6.0

All 12 comments

This may or may not be related, but I also found that on an English keyboard it's impossible to enter Ctrl+backslash.

I have the same Issue. The terminal does not recognize AltGr, only Ctrl+Alt works.

+1
As @en00x says, AltGr key doesn't work as expected.
There's no way to insert @ character (AltGr +2 on my keyboard).
Instead, "(arg: 2)" is shown on console.

same here for some characters: "#" only works with CTRL+ALT+2, ALT GR + 2 doesn't work (shows "2"). Same for all the special characters on the "number" keys. eg. "{" can be entered with CTRL+ALT+9, but ALT GR + 9 shows "9"

+1

For example: when typing AltGr+9, instead of the expected ']', Repeat:9 is shown at the bottom. Typing CTRL + ALT + 9 does however produce a ']'

Running:

  • windows 7 x64
  • Swedish keymap
  • atom 1.18.0 x64
  • platformio-atom-ide-terminal 2.5.3

+1

AltGr is not working with anything.
Ctrl+Alt works, but feels uncomfortabel

windows 10 x64
German keymap
atom 1.19.0 x64
platformio-atom-ide-terminal 2.5.5

I have a slightly different variation of this but I think it's the same bug. Alt gr + anything produces ^[ (that is ESC [, not a literal ^) + the normal character for that key, e.g. alt gr + 0 is ^[0 instead of an @. Alt + the key (not ctrl + alt) produces the correct character.
This is on mac os 10.12.6, atom 1.19.2, platformio-ide-terminal 2.5.5, french keyboard layout ; it works fine on another computer running linux, atom 1.18.0, same version of platformio-ide-terminal and same keyboard layout.

Same here. AltGr does not work but Ctrl+Alt does work.

windows 10 x64
french keyboard
atom 1.19.6 x64
platformio-atom-ide-terminal 2.6.0

I mapped toggle with an F key (jetbrain's default mapping). It would open the terminal, but couldn't close it. The F key gets outputted to the terminal as a tilde.

Any update about this bug ?

@jeremymontesinos yes read #543

Also, backslash works just fine in platformio-ide-terminal

ctrl lterm

So anyone experiencing this type issue test with platformio-ide-terminal 2.9.0.

Also anyone with coffeescript skills should read #426 and we can close all remainder bug reports once xterm is implemented.

Was this page helpful?
0 / 5 - 0 ratings