From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 6 08:23:50 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 F0FE337B401 for ; Fri, 6 Jun 2003 08:23:50 -0700 (PDT) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id D968643FA3 for ; Fri, 6 Jun 2003 08:23:48 -0700 (PDT) (envelope-from timon@memphis.mephi.ru) Received: from [192.168.0.3] (ppp9-173.pppoe.mtu-net.ru [81.195.9.173]) (authenticated bits=0) by memphis.mephi.ru (8.12.6p2/8.12.6) with ESMTP id h56FNgPb075451 for ; Fri, 6 Jun 2003 19:23:42 +0400 (MSD) (envelope-from timon@memphis.mephi.ru) From: "Artem 'Zazoobr' Ignatjev" To: freebsd-hackers@freebsd.org In-Reply-To: <44164.217.231.213.110.1054853284.squirrel@webmail.impaled.org> 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> Content-Type: text/plain Organization: Message-Id: <1054913035.738.1.camel@timon.nist> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 06 Jun 2003 19:23:56 +0400 Content-Transfer-Encoding: 7bit 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: Fri, 06 Jun 2003 15:23:51 -0000 ferrex@impaled.org wrote: > 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? I suppose I've noticed somewhere in manuals an example how to make key produce different actions depending on what keycode followed this key... It was shown how to enter german umlauted vowels, but idea is the same.