Hello folks,
I have built a static binary against DirectFB and it runs pretty good. Problem is, this device has a pretty crazy keymap. It uses the ALT key for numbers, symbols, punctuation, etc. When I try to enter numbers or punctuation marks, I end up selecting things on the menus! I need to somehow get the application to load my keymap when it I run it. It seems that DirectFB has a function for that ... Docs: http://directfb.org/docs/DirectFB_Reference_1_4/IDirectFBInputDevice_Loa dKeymap.html DFBResult LoadKeymap ( IDirectFBInputDevice * thiz, char * filename ); However - I have no idea how to use this. I am not at all skilled with C, and I really don't know how or where I would implement this. Could someone drop me a code snippet, and tell me where I would fit it? I would think that since I am static linking the application to the keyboard and linux_input drivers, that I would include it in there somewhere? Thanks, Steve D. Ballantyne
_______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
