Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2003 21:42:00 +0200 (CEST)
From:      ferrex@impaled.org
To:        freebsd-hackers@freebsd.org
Subject:   Re: Multimedia Keyboard (extra keys) on console
Message-ID:  <44641.217.231.252.223.1054928520.squirrel@webmail.impaled.org>
In-Reply-To: <1054926346.738.28.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>

next in thread | previous in thread | raw e-mail | index | archive | help
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" ?

> king ferrex wrote:
>> ive searched the whole manual for appearance of "keyboard" and "vowel"
>> ;)
>> the manual says the atkbd kbdcontrol etc manpages cover it all, so i
>> should
>> read those ..ive read them all thoughrouly already and didnt get an
>> appropriate answer.
> from keymap(5):
> For example, consider the following extract from a kbdmap:
>
> 	041   dgra   172    nop    nop    '|'    '|'    nop    nop     O
> 	dgra  '`'  	( 'a' 224 ) ( 'A' 192 ) ( 'e' 232 ) ( 'E' 200 )
> 			( 'i' 236 ) ( 'I' 204 ) ( 'o' 242 ) ( 'O' 210 )
>                         ( 'u' 249 ) ( 'U' 217 )
> This extract configures the backtick key on a UK keyboard to act as a
> grave accent key.  Pressing backtick followed by space produces a back-
> tick, and pressing a backtick followed by a vowel produces the
> ISO-8859-1
> symbol for that vowel with a grave accent.
>
>
> _______________________________________________
> 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"
>



Random Thought:
--------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44641.217.231.252.223.1054928520.squirrel>