vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.35k stars 3.52k forks source link

Can't type ~ character #466

Closed sergiopvilar closed 7 years ago

sergiopvilar commented 8 years ago

Hello guys,

I can't type the ~ character in Hyperterm in 0.7.1 as in the previous versions. Could someone help me? Thank you so much!

albinekb commented 8 years ago

Hello!

if you try running (in hyperterm) echo $LANG What do you get?

Probably related to #441

sergiopvilar commented 8 years ago

@albinekb hello! That's what I get:

❯ echo $LANG
en_US.UTF-8
hoffi commented 8 years ago

Can't type the "~" char as well in the latest version.

I'm using fish and locale is set to german:

LANG=de.UTF-8
fecabianchi commented 8 years ago

same here... can't type any of those special characters like ~ ' " `

❯ echo $LANG       
en_US.UTF-8
timothyis commented 8 years ago

Is it a foreign keyboard? Possibly related/duplicate of #29.

fecabianchi commented 8 years ago

nop, a macbook en_us keyboard. but the layout in osx is U.S. International.

sergiopvilar commented 8 years ago

Tested with CODE Keyboard US International, Pok3r Keyboard US International and Macbook Keyboard En US all of them with US International layout and DVORAK-QWERTY, same problem.

Also, I'm using oh-my-zsh. Tested with pure and bullet-train themes.

rickgbw commented 8 years ago

same for me... chars like ~ ' " not work. US International key board on macbook 15' $LANG returns: en_US.UTF-8

sergiopvilar commented 8 years ago

Maybe somenone at #214 could help us?

albinekb commented 8 years ago

@sergiovilar I'm currently rewriting #214... hopefully done soon ™️ I'll ping you when it's ready to test Edit: harder than i thought...

sergiopvilar commented 8 years ago

@albinekb Thank you!

MrRio commented 8 years ago

This is a good temporary fix until 214 is ready to land. https://github.com/zeit/hyperterm/pull/521