Comment #24 on issue 11480 by [email protected]: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480
Thanks for your feedback. But I did some experiments and got different result: According to comment #22, in IE, Alt+F's default action can't be suppressed in JavaScript. But if an element's accesskey is 'F', Alt+F will activate the element rather than opening the file menu, i.e. the default action of Alt+F is suppressed by an accesskey. And in IE, even if the focus is currently not in the web page (eg. in location bar), pressing Alt+F will activate the corresponding element in the web page. Chrome for Windows doesn't follow this behavior. eg., Alt+D always focuses the location bar even if an element's accesskey is 'D'. -- 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 -~----------~----~----~----~------~----~------~--~---
