From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 22:12:03 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 F10D216A4A1 for ; Wed, 12 Sep 2007 22:12:03 +0000 (UTC) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9F60513C551 for ; Wed, 12 Sep 2007 22:11:56 +0000 (UTC) (envelope-from nalists@scls.lib.wi.us) Received: from [10.1.99.116] ([10.1.99.116]) by mail.scls.lib.wi.us (8.13.8/8.13.1) with ESMTP id l8CM02cp095596; Wed, 12 Sep 2007 17:00:02 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <46E86161.3060704@scls.lib.wi.us> Date: Wed, 12 Sep 2007 17:00:01 -0500 From: Greg Barniskis User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, David Benfell References: <20070912174315.GA95082@parts-unknown.org> In-Reply-To: <20070912174315.GA95082@parts-unknown.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: F11 in Firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 22:12:04 -0000 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? Try adding something like the following to your Firefox profile's /chrome/userChrome.css file, and restart Firefox. menuitem[label="Full Screen"] { display: none; } I am not totally sure that will kill the F11 equivalent, but it will remove the menu option and I think take away the fkey as well.