Hi,

I am trying to develop Gtk+ a program which could take input in a
non-english language.  I am using Gtk over DirectFB.

Directfb :  0.9.25.1

I tried loading the console keymap with a few english characters replaced by
russian characters. But when I did a  dfbinput -k , I could see that the
CODE for those  changed characters were NULL.


To be more precise :

#                               keycode 44 = +z
#        shift           keycode 44 = +Z

                                  keycode 44 = U+044F        # CYRILLIC
SMALL LETTER YA
        shift              keycode 44 = U+042F        # CYRILLIC CAPITAL
LETTER YA


Now after this the following is the keymap change (from dfbinput out put )

Earlier :

- 44:  SMALL_Z           CAPITAL_Z         SMALL_Z           SMALL_Z

- 45:  SMALL_X           CAPITAL_X         SMALL_X           SMALL_X

Now :

+ 44:  NULL              NULL              NULL              NULL

+ 45:  NULL              NULL              NULL              NULL


Is this expected ? Am I doing something wrong here ?



Thanks

Suzuk
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to