Closed nathansobo closed 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.
KeyboardEvent.key
Delete
backspace
Refs https://github.com/atom/atom/issues/12980
On Windows, when numlock is enabled, ctrl-backspace causes the
KeyboardEvent.key
property to beDelete
. This PR ensures we always interpret the physical backspace key asbackspace
for the purpose of matching key bindings.Refs https://github.com/atom/atom/issues/12980