Re: sendKeyEvent doesn't support event.key

2015-10-28 Thread Masayuki Nakano
Yeah, I already documented that in MDN... https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMWindowUtils#sendKeyEvent%28%29 On 2015/10/27 0:48, smaug wrote: On 10/26/2015 10:21 AM, Amit Zur wrote: MDN says keyCode is deprecated and web developers should favor

sendKeyEvent doesn't support event.key

2015-10-26 Thread Amit Zur
MDN says keyCode is deprecated and web developers should favor `key` instead. But sendKeyEvent doesn't support key property on the event. I found bug #1214993 but the solution there is a workaround for the home button for TV. Can we expect this to be fixed any time soon?

Re: sendKeyEvent doesn't support event.key

2015-10-26 Thread smaug
On 10/26/2015 10:21 AM, Amit Zur wrote: MDN says keyCode is deprecated and web developers should favor `key` instead. But sendKeyEvent doesn't support key property on the event. I found bug #1214993 but the solution there is a workaround for the home button for TV. Can we expect this to be