You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
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:
Steps to Reproduce
Do the following on a mac with a UK keyboard:
mv ~/.atom ~/.atom~
atom --safe --clear-window-state
Cmd-.
Ensure that the focus is in the editor window
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.
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.
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!
lockbot
locked as resolved and limited conversation to collaborators
Nov 27, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:Steps to Reproduce
Do the following on a mac with a UK keyboard:
mv ~/.atom ~/.atom~
atom --safe --clear-window-state
`
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:
The text was updated successfully, but these errors were encountered: