This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Description
In IE /Edge, the "+", "-", "/" keys in the numpad are not detected even if you have a keybinding for these symbols. It only detects the "+", "-" and "/" not in the numpad.
This happens because the "key" property in the event is different in Chrome and IE.
In Chrome the key property is "+", "-" and "/", while in IE/Edge it returns "Add", "Subtract" and "Divide", respectively.
This difference in implementation was already handled for the "*", where IE/Edge return "Multiply".
Thanks,
Mauro