From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 22 20:06:36 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8C1A106567C for ; Wed, 22 Oct 2008 20:06:36 +0000 (UTC) (envelope-from neldredge@math.ucsd.edu) Received: from euclid.ucsd.edu (euclid.ucsd.edu [132.239.145.52]) by mx1.freebsd.org (Postfix) with ESMTP id 81B208FC13 for ; Wed, 22 Oct 2008 20:06:36 +0000 (UTC) (envelope-from neldredge@math.ucsd.edu) Received: from zeno.ucsd.edu (zeno.ucsd.edu [132.239.145.22]) by euclid.ucsd.edu (8.11.7p3+Sun/8.11.7) with ESMTP id m9MK6Z624743; Wed, 22 Oct 2008 13:06:35 -0700 (PDT) Received: from localhost (neldredg@localhost) by zeno.ucsd.edu (8.11.7p3+Sun/8.11.7) with ESMTP id m9MK6KO04273; Wed, 22 Oct 2008 13:06:30 -0700 (PDT) X-Authentication-Warning: zeno.ucsd.edu: neldredg owned process doing -bs Date: Wed, 22 Oct 2008 13:06:20 -0700 (PDT) From: Nate Eldredge X-X-Sender: neldredg@zeno.ucsd.edu To: Gary Kline In-Reply-To: <20081022173634.GA57706@thought.org> Message-ID: References: <1216910072.2251.8.camel@jill.exit.com> <86fxmox51m.fsf@ds4.des.no> <20081022173634.GA57706@thought.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Dag-Erling =?iso-8859-15?Q?Sm=F8rgrav?= , freebsd-mobile@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: Laptop suggestions? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 20:06:36 -0000 On Wed, 22 Oct 2008, Gary Kline wrote: > On Wed, Oct 22, 2008 at 01:06:29PM +0200, Dag-Erling Sm?rgrav wrote: >> martinko writes: >>> I have always thought that Fn key in left most bottom corner of the >>> keyboard is, especially for programmers, a very bad idea. :-( >> >> Seconded. Worse still, on my Lenovo T60, if the Fn key is held down >> longer than a fraction of a second, it generates an input event which >> just happens to correspond to Gnome's default key binding for the "next >> track" function in media players... >> > > > I've seen that Fn key, but don't know what it is for. What? you press > it, then follow with the integers [ 1, 2, 3 ... ]? At any rate, maybe > you can remap the key with ~/.xmodmaprc. Fn is usually used on laptop keyboards to allow two logical keys to share a single physical key. For example, see the keyboard pictured at http://www.notebookreview.com/assets/3415.jpg . On the extreme lower right is a key with "->" in white and "End" in blue. Pressing it by itself sends the keycode corresponding to an ordinary keyboard's "->" key. Holding Fn and pressing that key sends the keycode corresponding to an ordinary keyboard's "End" key. On many keyboards, pressing Fn by itself sends no keycode at all, so it cannot be remapped. It is also sometimes used to control hardware features which on a desktop machine might have a different interface. For instance, on the laptop pictured, holding Fn and pressing F6 would increase the screen brightness, probably without sending a keycode. A desktop machine would probably have a button on the monitor itself to do this. -- Nate Eldredge neldredge@math.ucsd.edu