GithubHelp home page GithubHelp logo

Comments (42)

jccguimaraes avatar jccguimaraes commented on April 28, 2024 7

Also have this problem, QUERTY (Portuguese), no ~^´, etc...
This would be really nice to have properly working. Thanks

from hyper.

matheuss avatar matheuss commented on April 28, 2024 5

@zone-live this was fixed via #1006 and it'll be released very soon 😄

from hyper.

jdesboeufs avatar jdesboeufs commented on April 28, 2024 4

Same. Unable to produce a tilde on a French keyboard alt+n.

from hyper.

StephaneDci avatar StephaneDci commented on April 28, 2024 3

Hello,

WSL windows 10 v1809
Hyper version 3.0.1-canary.2

Same problem on azerty WSL french keyboard : AltGr does not execute correctly only with some combination:

exemple : <AltGr> <2> <space> should prints ~
Actually it prints é~

Please Note with <Alt><Ctrl> it is OK

» locale LANG=fr_FR.UTF-8 LANGUAGE= LC_CTYPE=fr_FR.UTF-8 LC_NUMERIC="fr_FR.UTF-8" LC_TIME="fr_FR.UTF-8" LC_COLLATE="fr_FR.UTF-8" LC_MONETARY="fr_FR.UTF-8" LC_MESSAGES="fr_FR.UTF-8" LC_PAPER="fr_FR.UTF-8" LC_NAME="fr_FR.UTF-8" LC_ADDRESS="fr_FR.UTF-8" LC_TELEPHONE="fr_FR.UTF-8" LC_MEASUREMENT="fr_FR.UTF-8" LC_IDENTIFICATION="fr_FR.UTF-8" LC_ALL=

from hyper.

chabou avatar chabou commented on April 28, 2024 2

@rgcr @DanielRamosAcosta @facosta0787
Please follow this issue (with a workaround) #607
Your issue is not exactly this one.

from hyper.

sullenor avatar sullenor commented on April 28, 2024 1

Looks like I have the same issue in 0.6.0 version with cyrillic symbols on OS X.

I get <00d0><00b9><00d1><0086><00d1><0083> instead of йцу :(

from hyper.

pedrorijo91 avatar pedrorijo91 commented on April 28, 2024 1

still happening on 0.8.2

from hyper.

rgcr avatar rgcr commented on April 28, 2024 1

@juanmnl I think that's not true, cd works because if you don't type anything you are moved to your home directory, try to open a file with vim in your home typing ~ you will see that it does not work.

from hyper.

rauchg avatar rauchg commented on April 28, 2024

@jaimeeee can you please test with 0.2.1? Thanks for taking the time to report this.

from hyper.

jaimeeee avatar jaimeeee commented on April 28, 2024

Still happening on 0.2.1, I get a "ding" sound when I press Alt + ñ

Edit: here's a screeshot on 0.2.1
screen shot 2016-07-03 at 18 40 14

from hyper.

johanbrook avatar johanbrook commented on April 28, 2024

I can also reproduce for alt+n (in order to do ñ). Getting the ding sound on 0.2.1.

Also, I cannot produce a tilde (~) on my (Swedish) keyboard by doing an alt key combo. No ding sound is played and cursor stays put.

from hyper.

rauchg avatar rauchg commented on April 28, 2024

Please retry with 0.3.1.

from hyper.

jaimeeee avatar jaimeeee commented on April 28, 2024

Now on 0.3.1 and sadly it is still happening, nothing changed imo.

from hyper.

michalkvasnicak avatar michalkvasnicak commented on April 28, 2024

Have same problem in version 0.5.0. Using slovak keyboard in order to product ~ pressing alt+ť is only doing ding sound.

from hyper.

mxstbr avatar mxstbr commented on April 28, 2024

Still happening for me (newest version), am on a german keyboard and can't type @.

from hyper.

bendc avatar bendc commented on April 28, 2024

Lots of crucial keys like ^ are actually not working for me either (Belgian AZERTY keyboard).

from hyper.

LoicMahieu avatar LoicMahieu commented on April 28, 2024

Same than @bendc here. Belgian keyboard and caracters like ``` , ^, `~` are not working.

from hyper.

adrianpacala avatar adrianpacala commented on April 28, 2024

Same. £ gets displayed as <00c2><00a3>.

from hyper.

julientaq avatar julientaq commented on April 28, 2024

same thing using a azerty ISO turned as a qwerty one. No " or ' .

from hyper.

rgcr avatar rgcr commented on April 28, 2024

Hello everyone, I have almost the same issue, when I try to type any of these characters  ^ ~ `` hyperterm doesn't do anything, I mean no character appears on the console, my keyboard layout is Spanish-ISO. That's annoying because I can't use hyperterm as my default terminal :(

from hyper.

luisherranz avatar luisherranz commented on April 28, 2024

@rgcr for cd ~ you can use cd $HOME while this get fixed.

from hyper.

rgcr avatar rgcr commented on April 28, 2024

Hello @luisherranz, you are right but I can't edit files properly, those keys don't work even in vim. Also it's annoying to have to type $HOME instead a simple character

from hyper.

luisherranz avatar luisherranz commented on April 28, 2024

Yeah, if you are using vi I suppose you're screwed until a fix is ready.

from hyper.

mratmartinez avatar mratmartinez commented on April 28, 2024

Using Spanish keyboard.

I can't write tildes. Like this: á é í ó ú or even ñ.
It's showed as:

M-CM--.

I'm using UTF-8 keyboard.

from hyper.

eliorivero avatar eliorivero commented on April 28, 2024

Still experiencing this bug on HyperTerm 0.8.3 in macOS 10.11.6 using an english keyboard with Español - ISO layout.
Pressing alt+; produces ~ in Terminal but produces nothing in HyperTerm.

from hyper.

luisherranz avatar luisherranz commented on April 28, 2024

🙏

from hyper.

juanmnl avatar juanmnl commented on April 28, 2024

Using Version 0.8.3 (0.8.3.873) - Still can't type the tilde ~ into hyperterm. Tried to paste that char from the keyboard viewer in macOS but no luck either.

from hyper.

juanmnl avatar juanmnl commented on April 28, 2024

ok, so apparently the tilde works on a spanish keyboard, it just doesnt show when typed.
edit: it doesn't work.
screen shot 2016-11-04 at 7 50 11 pm

from hyper.

zone-live avatar zone-live commented on April 28, 2024

Using version 0.8.3 and Still no ~support, I can copy and paste it, but can't type it.
Already tried a bunch of keys combinations but no luck. I'm using the mac keyboard, QWERTY.

from hyper.

pawamoy avatar pawamoy commented on April 28, 2024

I have the 1.0.0 version and still cannot type an é 😢

from hyper.

DanielRamosAcosta avatar DanielRamosAcosta commented on April 28, 2024

I'm in 1.3.3 in Ubuntu 17.04 and I still have this issue.

from hyper.

rgcr avatar rgcr commented on April 28, 2024

I have the version 1.3.3 and the issue still persists.

Keyboard layout Spanish-ISO

$ locale                                                                                                                                                                           LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL=

from hyper.

DanielRamosAcosta avatar DanielRamosAcosta commented on April 28, 2024

Same here @rgcr , which OS are you using? This happens to me on Linux but not in Windows...

from hyper.

rgcr avatar rgcr commented on April 28, 2024
ProductName:    Mac OS X
ProductVersion: 10.11.6

from hyper.

facosta0787 avatar facosta0787 commented on April 28, 2024

I'm in 1.3.3 in Ubuntu Gnome 17.04 and I still have this issue.

from hyper.

DanielRamosAcosta avatar DanielRamosAcosta commented on April 28, 2024

Problem persists in 1.4.3

from hyper.

DanielRamosAcosta avatar DanielRamosAcosta commented on April 28, 2024

@chabou exactly! that was the problem, thanks you so much!

from hyper.

Asmoddym avatar Asmoddym commented on April 28, 2024

exact same problem here

from hyper.

Sryther avatar Sryther commented on April 28, 2024

@StephaneDci I have the same issue with a french keyboard. In WSL AltGr+~ works perfectly but in Hyper it does é~. And indeed Ctrl+Alt+~ is working great!
The difference is my locale: en_US.UTF-8.

I tried many things but nothing fixed that.

from hyper.

tcardonne avatar tcardonne commented on April 28, 2024

Same behavior with a french keyboard.
AltGr+é then space prints é~.
If I do the combo 2 times : éé~.~
And only once without hitting space after, just é.

Ctrl+Alt+é works as expected, but it requires some gymnastics with my fingers.

This doesn't seem related to any plugin, I tried removing the material theme and the issue persists.
I'm using latest 3.0.2 (stable).

from hyper.

hakankaraduman avatar hakankaraduman commented on April 28, 2024

any solution is planned to this? I use a turkish q layout keyboard. I get the correct ~and `characters on any other application. But on the hyper it writes ü~ instead of only ~ and writes ,` instead of only ` character.

from hyper.

mocrsteel avatar mocrsteel commented on April 28, 2024

I'm seeing the same issue with AltGr + é followed by SPACE on a French keyboard, which also produces é~ instead of ~

Some Google'ing gave me the following hit. You never know if it helps:
This issue seems to pop up in different programs too: a VS Code issue: https://github.com/microsoft/vscode/issues/59438
Xterm issue (referenced in VS Code issue) https://github.com/xtermjs/xterm.js/issues/2661

from hyper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.