[7157] in testers
Re: "meta" reverts to "control" in firefox.
daemon@ATHENA.MIT.EDU (John Hawkinson)
Thu Jun 16 17:27:11 2005
Date: Thu, 16 Jun 2005 17:26:59 -0400
From: John Hawkinson <jhawk@MIT.EDU>
To: Bill Cattey <wdc@MIT.EDU>
Cc: testers@MIT.EDU
Message-ID: <20050616212659.GK2981@multics.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1118956607.16671.40.camel@tokata.mit.edu>
Bill Cattey <wdc@MIT.EDU> wrote on Thu, 16 Jun 2005
at 17:16:47 -0400 in <1118956607.16671.40.camel@tokata.mit.edu>:
> All my key bindings are keyed off the Meta key.
Me too.
> This is established by setting the "accel key".
> prefs.js held this name/value pair in Mozilla.
> Firefox was SUPPOSED to bring this out to a user visible interface.
> Any guess how to get this setting re-established?
my firefox inherited from mozilla, and you can frob it
with Location: about:config.
Note that user should not edit prefs.js. If you want
to do that, you should put them in user.js.
What I have is:
user_pref("ui.key.accelKey", 18);
user_pref("ui.key.menuAccessKey", 17);
--jhawk