From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 5 15:48:59 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBFBB37B401 for ; Thu, 5 Jun 2003 15:48:59 -0700 (PDT) Received: from verge.impaled.org (impaled.org [217.172.179.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEFD43F3F for ; Thu, 5 Jun 2003 15:48:58 -0700 (PDT) (envelope-from ferrex@impaled.org) Received: from webmail.impaled.org (localhost [127.0.0.1]) by verge.impaled.org (Postfix) with SMTP id 76CCA2AC211 for ; Fri, 6 Jun 2003 00:48:04 +0200 (CEST) Received: from 217.231.213.110 (SquirrelMail authenticated user ferrex@impaled.org) by webmail.impaled.org with HTTP; Fri, 6 Jun 2003 00:48:04 +0200 (CEST) Message-ID: <44164.217.231.213.110.1054853284.squirrel@webmail.impaled.org> In-Reply-To: <20030605171237.GB64349@pc5.i.0x5.de> References: <20030605155405.62cb3ac8.samy@kerneled.com> <44140.217.231.213.165.1054831045.squirrel@webmail.impaled.org> <20030605171237.GB64349@pc5.i.0x5.de> Date: Fri, 6 Jun 2003 00:48:04 +0200 (CEST) From: ferrex@impaled.org To: freebsd-hackers@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: Re: Multimedia Keyboard (extra keys) on console X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2003 22:49:00 -0000 thanks, works like a charme, its printing the same linux is printing tho. pressing the first key prints "0xe0 0x10" releasing it prints "0xe0 0x90" 0x10 = 'q' ..the 0xe0 seems to indicate its a function key (like del and others, who also have the 0xe0) im a bit confused, because DEL for example gives 0x53 (81) and is in my keymap as scancode 81, but how am i supposed to put the 0x10 twice in there? or am i missing something out completely here? > * ferrex@impaled.org [2003-06-05 18:37 +0200]: >> theres easier ways to get the multimedia keys working on X, but i am >> looking for a way to get them working on the console. as i said before, >> it >> seems to me as if there isnt a halfway moderate way to even find out the >> keycodes or anything ..on linux its as easy as "showkey -s" > > Try the atttached files. It's my personal version of showkey (from > linux). > > Nicolas >