thanks for your attention but i dont mean backspace but DEL key
i see in 
 /usr/X11R6/include/X11/keysymdef.h 
there is
#define XK_Cancel      0xFF69   /* Cancel, stop, abort, exit */
 and
#define XK_Delete      0xFFFF   /* Delete, rubout */
i try to 
<define Key="F21"> 
<map code="FF69"/> 
<map_unicode code="FF69"/> 
</define> 
but it doesent work......