Hi

I have already sent this message, I am sending it again..
I am doing a localization in X.  Here, I need to send 
the backspace event and also some display item to the display.
That is,  
  If We press a key, the previously displayed character should be deleted and 
some glyph(character) should be displayed in that location.  What can I do?

Already, I doing modifications in XKBBind.c -> XTranslateKeySym()
for backspace, I am sending 

sym_rtrn[0]=65288;
and assign the character, which is to be displayed, is in buffer
as strcpy(buffer,tmpchar);

but it only deletes, the previous character and not displaying the content of
the buffer...

what can I do?

   

 
                                  withRegards, Vivek
 ________________________________________________
(o-----------------------------------------------)
 \ Distributed Systems and Optical Networks Lab, \
  \  IITM, Chennai-36, India              (__)    \
   \   Ph:044-2578904                     oo )     \
    \     044-2578353        -=G=N=U=-    |_/\      \
    o)_______________________________________________)

Expressions other than SMILES are Dangerous



_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to