- From: <bugzilla@jessica.w3.org>
- Date: Wed, 16 Apr 2014 01:24:22 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25338 --- Comment #3 from Masayuki Nakano <masayuki@d-toybox.com> --- Indeed... On Mac, browsers cannot refer scan code because NSEvent of Cocoa and EventRef of Carbon don't provide it. Instead of that, virtual keycode provided by [NSEvent keyCode] is the only hint. So, we cannot distinguish F13-F15 and Help. So, using these values to .code must be the best solution. How about "Clear" case? It uses NumLock ID, IIRC. Should browsers use "NumLock" for "Clear" on Mac? -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 16 April 2014 01:24:23 UTC