Re: Multimedia Keyboard (extra keys) on console

2003-06-06 Thread ferrex
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" > I suggest you take

Re: Multimedia Keyboard (extra keys) on console

2003-06-06 Thread ferrex
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 g

Re: Multimedia Keyboard (extra keys) on console

2003-06-06 Thread ferrex
already done, see my previous email :) > On Thu, 5 Jun 2003 10:54 pm, Samy Al Bahra wrote: >> I suggest you take a look at the "acme" port. It may be found in >> ports/multimedia/acme. It provides an intuitive configuration interface >> for mapping certain keys to certain actions. If you don't fin

Re: Multimedia Keyboard (extra keys) on console

2003-06-06 Thread ferrex
t 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"

Multimedia Keyboard (extra keys) on console

2003-06-05 Thread ferrex
i want to map some of the 12 "multimedia keys" i have on my keyboard to whatever on the console, not in X, like making one of them execute "ssh " or something i tried to find out the scancodes on freebsd, but failed terribly, there is no utility available to find them it seems, so i plugged it int

Re: Multimedia Keyboard (extra keys) on console

2003-06-05 Thread ferrex
umm the russian stuff doesnt help me much, and i cant figure out how to compile it either ;) > It depends on what the linux utility delivers. > RAW scancodes or XLATE scancodes. What you need is the translated scancode > and > you need a press codes not the release ones. > There is qualified artic

Re: Multimedia Keyboard (extra keys) on console

2003-06-05 Thread ferrex
yea the ncurses did it, but oh well, all it did was locking up my keyboard, then i killed it, and now i cant use my keyboard anymore ;) ssh'in in and trying to kbdcontrol -d gives me "innappropriate ioctl for device" ..great, i dont wanna reboot :/ > > On Thu, 5 Jun 2003 08:45 am, [EMAIL PROTECTED]

Re: Multimedia Keyboard (extra keys) on console

2003-06-05 Thread ferrex
well, sorry, screw that ..i managed to fix it back up, but i still have no idea how to get those keycodes/scancodes/whatever and make them do what i want. any help is so much appreciated. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: Multimedia Keyboard (extra keys) on console

2003-06-06 Thread king ferrex
e 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. > > ___ > [EMAIL PROT

Re: Multimedia Keyboard (extra keys) on console

2003-06-06 Thread king ferrex
t; will it produce 'T' at least? > i don't have multimedia keyboard around to play with, sorry... > > _______ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscrib