atom / atom-keymap

Atom's selector-based keymap system
MIT License
105 stars 58 forks source link

Fix incorrect interpretation of ctrl-backspace when numlock is enabled on Windows #154

Closed nathansobo closed 8 years ago

nathansobo commented 8 years ago

On Windows, when numlock is enabled, ctrl-backspace causes the KeyboardEvent.key property to be Delete. This PR ensures we always interpret the physical backspace key as backspace for the purpose of matching key bindings.

Refs https://github.com/atom/atom/issues/12980