platformio-atom-ide-terminal icon indicating copy to clipboard operation
platformio-atom-ide-terminal copied to clipboard

[FR] Can't insert backslash [AltGr + 8]

Open ernest33 opened this issue 8 years ago • 12 comments

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

ernest33 avatar Dec 13 '16 07:12 ernest33

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

ksmithbaylor avatar Jan 06 '17 18:01 ksmithbaylor

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

timdah avatar Feb 16 '17 13:02 timdah

+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.

jmcubel avatar May 11 '17 10:05 jmcubel

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"

skelesp avatar Jul 08 '17 09:07 skelesp

+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

ionor avatar Jul 10 '17 19:07 ionor

+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

RoentgenL avatar Aug 11 '17 11:08 RoentgenL

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.

ghost avatar Aug 19 '17 10:08 ghost

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

lgarcin avatar Sep 07 '17 08:09 lgarcin

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.

webberwang avatar Oct 26 '17 17:10 webberwang

Any update about this bug ?

jeremymontesinos avatar Sep 27 '18 15:09 jeremymontesinos

@jeremymontesinos yes read #543

the-j0k3r avatar Oct 05 '18 07:10 the-j0k3r

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.

the-j0k3r avatar Feb 12 '19 06:02 the-j0k3r