Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entering a "~" / "`" symbol does not work with German keyboard #579

Closed
swernerx opened this issue Aug 6, 2016 · 23 comments
Closed

Entering a "~" / "`" symbol does not work with German keyboard #579

swernerx opened this issue Aug 6, 2016 · 23 comments
Labels
👀 Awaiting Response Issue or PR is awaiting a response from the author

Comments

@swernerx
Copy link

swernerx commented Aug 6, 2016

I have a iMac with a German keyboard. Entering the tilde symbol using the normal key shortcut alt+n does not work. The same with the backtick symbol "" itself which is placed after theß` symbol.

There is also some issue with the dollar sign (shift+3). This jumps a word to the beginning instead of entering the symbol.

HyperTerm 0.7.1
Electron 1.2.8
darwin x64 15.6.0

@MrRio
Copy link
Contributor

MrRio commented Aug 6, 2016

Hi there, Could you try the master version? If you follow the contribute instructions in the README, that should get you going.

@albinekb albinekb added the 👀 Awaiting Response Issue or PR is awaiting a response from the author label Aug 6, 2016
@crunchtime-ali
Copy link

crunchtime-ali commented Aug 6, 2016

@MrRio I have the same problem and just tried it with the current master (518b0cd). We still can not enter ~

This is also a duplicate of #213

@MrRio
Copy link
Contributor

MrRio commented Aug 6, 2016

Can you do

git fetch
git checkout debug-keyboards

Then View -> Toggle Developer Tools.

If you could press each of those keys and paste me the output

@MrRio
Copy link
Contributor

MrRio commented Aug 6, 2016

oh, and npm run dev && npm start

@crunchtime-ali
Copy link

crunchtime-ali commented Aug 6, 2016

This is the output:

{
  altKey : true,
  code : "KeyN",
  key : "Dead",
  metaKey: false,
  shiftKey : false
}

@MrRio
Copy link
Contributor

MrRio commented Aug 6, 2016

Try this branch #584

@MrRio
Copy link
Contributor

MrRio commented Aug 6, 2016

The fix-international-tilde branch should sort the tilde issue, the others I need output for, and if they're not the same across all keyboards we may either have to ask the OS for the keyboard layout, or wait for #214 to land

@crunchtime-ali
Copy link

crunchtime-ali commented Aug 6, 2016

Awesome, #584 works with the german keyboard layout:
However the "`" still doesn't work.

The debug-output of \´ is {"key":"Dead","code":"Equal","shiftKey":false,"metaKey":false,"altKey":false}"
The debug-output of is{"key":"Dead","code":"Equal","shiftKey":true,"metaKey":false,"altKey":false}"`

image

@thomas-alrek
Copy link

I am just buzzing in to say that I experience the same issue on a Norwegian keyboard layout (MacBook Pro 2012)

@crunchtime-ali
Copy link

@alrek-consulting Have you tested #584 ?

@onbjerg
Copy link

onbjerg commented Aug 7, 2016

Same with Danish keyboards as well.

@crunchtime-ali
Copy link

C'mon people. This repo feels almost like Facebook or the YouTube comment section.

@onbjerg & @thomas-alrek Plese checkout #584 and say whether it fixes the tilde for you. If that or reading the few comments in this issue too much work for you better don't say anything at all.

@onbjerg
Copy link

onbjerg commented Aug 8, 2016

@dj-hedgehog Relax. I tried and I had the same issue as you. No need to be rude, at all.

I was merely pointing out that it was ALSO an issue for Danish keyboards (even on #584), which I think could aid in debugging, but I don't know. It has also been a long-standing issue in Atom.

@crunchtime-ali
Copy link

crunchtime-ali commented Aug 8, 2016

We're well aware that this is an issue with Danish (#213), Swedish, Norwegian etc. keyboards as well.

Can you try

git fetch
git checkout debug-keyboards

and give us the output of the non-working keys?

@MrRio
Copy link
Contributor

MrRio commented Aug 8, 2016

It's a lovely sunny Monday over here in the UK. Let's keep it nice. 😀🌞

@crunchtime-ali
Copy link

crunchtime-ali commented Aug 8, 2016

In Germany its cloudy with no chance of ´ & ` working in HT 😥

@wcastand
Copy link

Hi, i'm on a mac with a french keyboard:

capture d ecran 2016-08-22 a 11 44 18capture d ecran 2016-08-22 a 11 46 04

I tried to git checkout debug-keyboards and i still can't use "~" or "`"

@crunchtime-ali
Copy link

@wcastand The branch debug-keyboards only shows the keys you pressed in the console. Feel free to post these for the not-working combinations here!

@wcastand
Copy link

Hey, sorry my bad :/
this is the result of the console log for "~" :

KeyboardEvent {isTrusted: true, key: "Dead", code: "KeyN", location: 0, ctrlKey: false…}

And for "`":

KeyboardEvent {isTrusted: true, key: "Dead", code: "Backslash", location: 0, ctrlKey: false…}

If you need all the object, let me know :)

@3j14
Copy link

3j14 commented Oct 15, 2016

It seems like this issue was fixed with the release of 0.8.1.

@bellstrand
Copy link

Still not working in 0.8.3 with a Swedish keyboard (mac).

{
    isTrusted: true,
    key: "Dead",
    code: "BracketRight",
    location: 0,
    keyCode: 221,
    keyIdentifier: "Unidentified"
} ... and more

@pcalves
Copy link

pcalves commented Oct 19, 2016

This issue could probably be closed in favor of #29. Everyone interested in this should also subscribe to #214 which looks to provide a fix for this! 🙌

@AndersonFirmino
Copy link

I have the last version 0.8.3 and this bug remains im my Linux Mint 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👀 Awaiting Response Issue or PR is awaiting a response from the author
Projects
None yet
Development

No branches or pull requests