Thanks to visit codestin.com
Credit goes to github.com

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

1.12.0-beta1 ctrl+backspace resolves incorrectly in combination with numlock/scrollock/capslock #12980

@GGAlanSmithee

Description

@GGAlanSmithee

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

  1. Download latest beta releas https://github.com/atom/atom/releases/tag/v1.12.0-beta1
  2. Toggle keybinder resolver Ctrl+Period
  3. Type Ctrl+backspace
  4. Observe that it says Editor:delete-to-end-of-word
  5. Open the keymaps file by clicking the link in the keybinder resolver bar
  6. Search for ctrl-backspace
  7. Observe that it says Editor:delete-to-beginning-of-word

Expected behavior:

  1. keymaps and keybinder resolver information matches
  2. ctrl+backspace is bound to Editor:delete-to-beggining-of-word

Actual behavior:

  1. keymaps and keybinder resolver information does not match
  2. ctrl+backspaceis 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions