From owner-freebsd-usb@FreeBSD.ORG Thu Mar 4 07:10:03 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA900106566C for ; Thu, 4 Mar 2010 07:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C9F988FC18 for ; Thu, 4 Mar 2010 07:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o247A31n083498 for ; Thu, 4 Mar 2010 07:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o247A3sK083497; Thu, 4 Mar 2010 07:10:03 GMT (envelope-from gnats) Date: Thu, 4 Mar 2010 07:10:03 GMT Message-Id: <201003040710.o247A3sK083497@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Steven Noonan Cc: Subject: Re: usb/144414: Apple "Fn" key doesn't work properly X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Steven Noonan List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 07:10:03 -0000 The following reply was made to PR usb/144414; it has been noted by GNATS. From: Steven Noonan To: perryh@pluto.rain.com Cc: freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: usb/144414: Apple "Fn" key doesn't work properly Date: Wed, 3 Mar 2010 23:00:13 -0800 On Wed, Mar 3, 2010 at 10:36 PM, wrote: > Steven Noonan wrote: >> Interestingly, my tilde key doesn't work either (though the key >> press is detected, no character shows when the key is pressed). > > Any chance it is configured as a "dead" key? =C2=A0If you press > tilde followed by n do you get an n with a tilde over it? > Nope. It simply does nothing in the console. But in X11, it does something very odd. Shift+Tilde Key gives me '>', and Tilde Key gives me '<'. And Alt+Tilde gives me... What? I don't even know what action it's grabbing some arbitrary command in my .bash_history. It gave me the first item in my .bash_history the first time I tried it. Then I tried an arbitrary command ("echo"), and then Alt+Tilde gave me the second command in my .bash_history. Whaa? - Steven