Last modified: 2007-08-02 03:50:22 UTC
The accesskeys added to the tooltips by wikibits.js are incorrect for Firefox 2.0. They are reported as ctrl+shift+x, instead of alt-shift-x.
According to the code, FF on X11 uses Ctrl-Shift-, on Windows it uses Alt-Shift-. That's showing correctly for me on Windows. Is the issue that 1) it's showing as Ctrl-Shift- on Windows, or 2) it should be Alt-Shift- on X11 too?
The Firefox release notes confirm the Unix shortcut is ctrl-shift- <http://en-us.www.mozilla.com/en-US/firefox/2.0.0.1/releasenotes/>. However, this is not what I'm experiencing in practice (SuSE 10.0, GNOME/KDE/FVWM.) I also didn't notice anyone complaining that the shortcut text was wrong (it did say alt-shift- until recently.)
Created attachment 3119 [details] ui.key.* settings from Firefox on Windows, Linux, and Mac Seeing this also on Ubuntu 6.10, both with the provided Firefox 2.0 and a freshly downloaded 2.0.0.1. Ctrl+shift does nothing; alt+shift does access keys. The heck? The release notes appear to be lies. Yay! :) http://kb.mozillazine.org/Ui.key.contentAccess
Changed on trunk in r19587.