From owner-freebsd-questions@FreeBSD.ORG Thu Sep 13 11:52:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E10916A41A for ; Thu, 13 Sep 2007 11:52:16 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id A82B513C4E8 for ; Thu, 13 Sep 2007 11:52:15 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.50) id 1IVnF0-0007vv-3B for freebsd-questions@freebsd.org; Thu, 13 Sep 2007 12:52:14 +0100 Received: from esperance.zetnet.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with SMTP id l8DBqDQm000696 for ; Thu, 13 Sep 2007 12:52:13 +0100 Received: (qmail 1392 invoked by uid 1001); 13 Sep 2007 11:52:08 -0000 From: "Frank Shute" Date: Thu, 13 Sep 2007 12:52:08 +0100 To: freebsd-questions@freebsd.org Message-ID: <20070913115208.GA1332@melon.esperance-linux.co.uk> References: <20070912174315.GA95082@parts-unknown.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070912174315.GA95082@parts-unknown.org> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 6.2-STABLE i386 X-Organisation: 'Esperance Linux' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (zetnet.co.uk [194.247.46.1]); Thu, 13 Sep 2007 12:52:14 +0100 (BST) Subject: Re: F11 in Firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 11:52:16 -0000 On Wed, Sep 12, 2007 at 10:43:15AM -0700, David Benfell wrote: > > Hello all, > > Having long fingers, I occasionally hit F11 while typing into > a text box in Firefox. F11 does something truly horrible that > I never under any circumstances want. > > It moves the window partially off screen such that the window > controls are inaccessible. > > As I said, I NEVER EVER want this function. It is, in my view, > a damnable bug. The only way I can get control back is to exit > Firefox. > > How do I kill it? > > Thanks! $ mkdir ~/tmp $ cp /usr/local/lib/firefox/chrome/toolkit.jar ~/tmp $ cd ~/tmp $ jar -xf toolkit.jar $ vim ./content/global/platformHTMLBindings.xml add: somewhere under: $ jar -cf toolkit.jar content/ # mv toolkit.jar /usr/local/lib/firefox/chrome/ Restart firefox. Hope that works. Haven't tested it but I change some of the keybindings to be more vi-like in that way. -- Frank Contact info: http://www.esperance-linux.co.uk/misc/contact.html