I've registered a "keydown" event handler and I want to handle the add and subtract keys. It seems that these keys return keyCode 187 and 189 respectively and not the values of WinJS.Utilities.Key.add (=107) and WinJS.Utilities.Key.subtract(=109).
Is this a bug?
Paul Lambadaris SingularLogic SA