This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Description
Description
With v1.12.0-beta1, using a keyboard with standard swedish layout, it seems as if ctrl+backspace is bound to the wrong action, even if defined properly in the keymaps file.
(This worked in the latest stable release AFAIK.)
Steps to Reproduce
- Download latest beta releas https://github.com/atom/atom/releases/tag/v1.12.0-beta1
- Toggle keybinder resolver
Ctrl+Period
- Type
Ctrl+backspace
- Observe that it says
Editor:delete-to-end-of-word
- Open the keymaps file by clicking the link in the keybinder resolver bar
- Search for
ctrl-backspace
- Observe that it says
Editor:delete-to-beginning-of-word
Expected behavior:
- keymaps and keybinder resolver information matches
ctrl+backspace is bound to Editor:delete-to-beggining-of-word
Actual behavior:
- keymaps and keybinder resolver information does not match
- ctrl+backspace
is bound toEditor:delete-to-end-of-word`
Versions
$ atom --version
Atom : 1.12.0-beta1
Electron: 1.3.6
Chrome : 52.0.2743.82
Node : 6.3.0
$ apm --version
apm 1.12.5
npm 3.10.5
node 4.4.5
python
git 2.8.1.windows.1
visual studio 2015