On Nov 18, 2003, at 11:51 PM, Daniel J. Stern wrote:


That's an interesting way of doing it, and not hard to remember. An
alternative would be double-hit <esc> to toggle it on or off. A sound
effect wouldn't hurt -- I'm thinking of the old MacOS9- "Easy Access"
features, toggled by hitting, I believe, <shift> five times. There'd be
a specific sound effect (upward trill) and EA would be on. Hitting <shift>
five times more would turn it off and cause the opposite sound effect
(downward trill).

It's a gecko/mozilla key thing, the / and ESC, / is the typical UNIX command thing, I know it works in Vim, More and Less for pattern matching.


I agree with this in principle -- I haven't run into any situations that
make me feel strongly opposed to image scaling. What are the arguments
against it?

The only argument made against it that I remember is "the browser shouldn't scale my images unless I tell it to."


Which leads to the inevitable "my browser shouldn't..." arguments that lead to feature creep and the Mozilla Application suite preferences.

In case you're wondering here's my typeaheadfind settings:

user_pref("accessibility.typeaheadfind", true);
user_pref("accessibility.typeaheadfind.autostart", false);
user_pref("accessibility.typeaheadfind.enablesound", false);
user_pref("accessibility.typeaheadfind.enabletimeout", true);
user_pref("accessibility.typeaheadfind.linksonly", false);
user_pref("accessibility.typeaheadfind.soundURL", "default");
user_pref("accessibility.typeaheadfind.startlinksonly", false);
user_pref("accessibility.typeaheadfind.timeout", 4000);

_______________________________________________
Camino mailing list
[EMAIL PROTECTED]
http://mozdev.org/mailman/listinfo/camino

Reply via email to