! 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\
None<Key>BackSpace: string(0x7f) \n\
None<Key>Home: string(0x1b) string("[1~") \n\
None<Key>Insert: string(0x1b) string("[2~") \n\
None<Key>Delete: string(0x1b) string("[3~") \n\
None<Key>End: string(0x1b) string("[4~") \n\
None<Key>Prior: string(0x1b) string("[5~") \n\
None<Key>Next: string(0x1b) string("[6~") \n\
None<Key>KP_Insert: string(0x1b) string("Op") \n\
None<Key>KP_End: string(0x1b) string("Oq") \n\
None<Key>KP_Down: string(0x1b) string("Or") \n\
None<Key>KP_Next: string(0x1b) string("Os") \n\
None<Key>KP_Left: string(0x1b) string("Ot") \n\
None<Key>KP_Begin: string(0x1b) string("Ou") \n\
None<Key>KP_Right: string(0x1b) string("Ov") \n\
None<Key>KP_Home: string(0x1b) string("Ow") \n\
None<Key>KP_Up: string(0x1b) string("Ox") \n\
None<Key>KP_Prior: string(0x1b) string("Oy") \n\
None<Key>KP_Delete: string(0x1b) string("On") \n\
None<Key>KP_Enter: string(0x1b) string("OM") \n\
! Make sure to leave a blank line here, otherwise
! the translations won't work correctly.
! -------- end --------