Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'for mozilla browsers...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
for mozilla browsers...
Authored by: ra5ul on Apr 23, '07 05:46:48PM
i'm not sure when this was fixed, but [Alt] is now an available OSX accesskey modifier in firefox/camino. so if you want [Ctrl] - [Alt] behavior (like the OP):

user_pref("ui.key.contentAccess", 6);

see http://kb.mozillazine.org/Ui.key.contentAccess for more info.

[ Reply to This | # ]