! jed-xterm.Xdefaults ! ! If you use jed in an xterm, the numeric keypad and mini-keypad still ! may not behave under XFree86-3.2 as they did under XFree86-3.1.2. You ! may be able to fix this by adding the following to your ~/.Xdefaults ! file: *XTerm*VT100.translations: #override \n\ NoneBackSpace: string(0x7f) \n\ NoneHome: string(0x1b) string("[1~") \n\ NoneInsert: string(0x1b) string("[2~") \n\ NoneDelete: string(0x1b) string("[3~") \n\ NoneEnd: string(0x1b) string("[4~") \n\ NonePrior: string(0x1b) string("[5~") \n\ NoneNext: string(0x1b) string("[6~") \n\ NoneKP_Insert: string(0x1b) string("Op") \n\ NoneKP_End: string(0x1b) string("Oq") \n\ NoneKP_Down: string(0x1b) string("Or") \n\ NoneKP_Next: string(0x1b) string("Os") \n\ NoneKP_Left: string(0x1b) string("Ot") \n\ NoneKP_Begin: string(0x1b) string("Ou") \n\ NoneKP_Right: string(0x1b) string("Ov") \n\ NoneKP_Home: string(0x1b) string("Ow") \n\ NoneKP_Up: string(0x1b) string("Ox") \n\ NoneKP_Prior: string(0x1b) string("Oy") \n\ NoneKP_Delete: string(0x1b) string("On") \n\ NoneKP_Enter: string(0x1b) string("OM") \n\ ! Make sure to leave a blank line here, otherwise ! the translations won't work correctly. ! -------- end --------