Comment #11 on issue 2215 by [email protected]: event.metaKey returns true when ALT is pressed http://code.google.com/p/chromium/issues/detail?id=2215
hbono: re comment 10, I'm intimately familiar with that code, having written it a few weeks ago. The real issue is this: Why do we consider the Alt key to be Meta? It doesn't seem to be supported by the spec or by any other web browser out there. As Jon noted in comment 4, the fix is simple: just drop META_KEY from line 300. The only question I have is why it was done in the first place. Otherwise, I'd be OK with the change. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
