From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 6 18:51:05 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 E817D37B401 for ; Fri, 6 Jun 2003 18:51:05 -0700 (PDT) Received: from verge.impaled.org (impaled.org [217.172.179.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C0443F85 for ; Fri, 6 Jun 2003 18:51:05 -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 941D32AC211 for ; Sat, 7 Jun 2003 03:50:20 +0200 (CEST) Received: from 217.231.252.223 (SquirrelMail authenticated user ferrex@impaled.org) by webmail.impaled.org with HTTP; Sat, 7 Jun 2003 03:50:20 +0200 (CEST) Message-ID: <44927.217.231.252.223.1054950620.squirrel@webmail.impaled.org> In-Reply-To: <1054931220.712.5.camel@timon.nist> References: <20030605155405.62cb3ac8.samy@kerneled.com> <44140.217.231.213.165.1054831045.squirrel@webmail.impaled.org> <20030605171237.GB64349@pc5.i.0x5.de> <44164.217.231.213.110.1054853284.squirrel@webmail.impaled.org> <1054913035.738.1.camel@timon.nist> <44477.217.231.213.110.1054925050.squirrel@webmail.impaled.org> <1054926346.738.28.camel@timon.nist> <44641.217.231.252.223.1054928520.squirrel@webmail.impaled.org> <1054931220.712.5.camel@timon.nist> Date: Sat, 7 Jun 2003 03:50:20 +0200 (CEST) From: "king ferrex" 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 Reply-To: ferrex@impaled.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2003 01:51:06 -0000 no it wont, thats the problem ;) as mr.rachinsky, i need to patch my kernel and add the raw scancodes to produce keycodes, will do that later. thanks for the help. > ferrex@impaled.org wrote: >> yea but that doesnt help me, the 041 for the key - how would i compute >> that >> from the "0xe0 0x4f" for example? for a real example: >> >> i have a key that produces "0xe0 0x10", 0x10 however is decimal 016, and >> is >> the 'q' key, pressing the "0xe0 0x10" key does not print a 'q' tho :) >> so the "0xe0" has a meaning, i tried 0xe0+0x10 ..but thats stupid and >> didnt >> give me a good value, so ..what decimal scancode is "0xe0 0x10" ? > ahem... > and if write something like this: > 224 'T' nop nop nop nop nop nop nop nop O > > will it produce 'T' at least? > i don't have multimedia keyboard around to play with, sorry... > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > -- king ferrex / SAC >> ferrex@impaled.org - http://impaled.org