Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Invalid keybindings on non-US keyboard layouts #19426

Closed
1 task done
UrsaDK opened this issue May 31, 2019 · 2 comments
Closed
1 task done

Invalid keybindings on non-US keyboard layouts #19426

UrsaDK opened this issue May 31, 2019 · 2 comments

Comments

@UrsaDK
Copy link

UrsaDK commented May 31, 2019

Prerequisites

Description

Typing inside the editor on a UK-layout keyboard works as expected. However, keybindings assigned to ` and ~ keys do not work, because the keys are resolved to the wrong characters:

Screenshot 2019-05-31 at 18 04 18

Steps to Reproduce

Do the following on a mac with a UK keyboard:

  1. mv ~/.atom ~/.atom~
  2. atom --safe --clear-window-state
  3. Cmd-.
  4. Ensure that the focus is in the editor window
  5. Press ` and observe the key reported by the Key Binding Resolver being different to the one that gets typed in the editor.

Expected behaviour: The key reported by Key Binding Resolver should match the key that gets typed in the editor.

Actual behavior: The key reported by the Key Binding Resolver differs from the one that gets typed in the editor.

Reproduces how often: 100%

Versions

macOS 10.14.5

Atom : 1.37.0
Electron: 2.0.18
Chrome : 61.0.3163.100
Node : 8.9.3

apm 2.1.7
npm 6.2.0
node 8.9.3 x64
atom 1.37.0
python 2.7.16
git 2.20.1

Additional Information

Old, but somewhat relevant issues:

Old, but somewhat relevant PR:

@rsese
Copy link
Contributor

rsese commented May 31, 2019

Thanks for contributing!

I believe this is a duplicate of #19168? You can subscribe there for updates if you'd like though let me know if you think the issue is different. From the comments, looks like this is an Electron issue, see #19168 (comment) for more details.


Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.

@rsese rsese closed this as completed May 31, 2019
@lock
Copy link

lock bot commented Nov 27, 2019

This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators Nov 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants