Quoting Till Adam ([EMAIL PROTECTED]): > # Quoting Denis Oliver Kropp ([EMAIL PROTECTED]): > > In principle, yes, I think it would be better to handle this within dfb. > I'll add the modifier handling for the lock keys in keyboard.c and look > into the led thing.
Found led stuff in /usr/include/linux/kd.h. > One problem with this though, I really do not know what caps does with > keys that are not on my keyboards ;). If anyone could point me in the > direction of documentation on this kind of stuff, I'd appreciate it. > > What do I do with an a that has a ? for example, is the capitalized > version of that simply an A? Things like that. When CapsLock is on all characters are made upper case. Nothing else. This should happen after the normal translation procedure that uses an ioctl and chooses NORMTAB or SHIFTTAB depending on shift. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" convergence integrated media GmbH -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.
