Davide Viti schrieb: > Hi, > some users have reported problems with the keyboard when using fr-latin9 > keymap with the graphical installer (see[1]). > Can anybody help us to fix the problem? > > What I noticed is that the debian installer, when not using graphical mode, > uses the keyboard with K_UNICODE, whereas directfb sets it to K_MEDIUMRAW > in inputdrivers/keyboard/keyboard.c and also info->desc.max_keycode = 127; > > is there a particular reason for that?
We want the key code to lookup the symbol in the map ourself. http://lct.sourceforge.net/lct/x60.html Also, I think only in RAW or MEDIUMRAW you get press/release events instead of single characters (press only). Doing a "dfbinput -k" shows at least this Unicode character in the map: [...] 18: SMALL_E CAPITAL_E <0x000020ac> <0x000020ac> [...] The keyboard driver in medium raw mode reports "18" to DirectFB that knows which symbol to report to the application. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
