(f)xexmap.xxx
       X key binding file.
       To change X key binding enter like as "xmodmap xexmap.xxx".
       gnome-terminal dose not check X resource db,so use xmodmap
       to benefit more key combination.
       ex)     "keysym Insert    = Insert    F20"
       This sample is to bind Insert key to the function Insert(w/o Shift key)
       and F20(with Shift key).
       Esc string F20 generate is translated by xelnxkey.xxx.
       Available Fxx is F13-F20.
       String generated by Fxx is gotten by xekbchk utility.
       For ex.,F20 generate string "0x1b[34:2~" under RedHat v9.

       To use Right-Ctrl as execute key,include the following line.
         keycode 109 = Return

 (Note)Ctrl+CharKey may be used as function key by OPT CCFUNC cmd.
       If you use those key,this file may not be used. See (5)Restriction.

       xexmap.rh9
       0001|!***********************************************************************************
       0002|!****** xexmap.rh9 ***** xmodmap input to assing string to key event
       0004|!****** usage under RedHat v9
       0005|!******    "xmodmap xexmap.rh9"
       0022|!***********************************************************************************
       0023|!
       0024|!keycode  22 = BackSpace F15
       0025|!keycode  36 = Return    F16
       0026|!keycode  99 = Prior     F17
       0027|!keycode 103 = End       F18
       0028|!keycode 105 = Next      F19
       0029|!keycode 106 = Insert    F20
       0030|keysym BackSpace = BackSpace F15
       0031|keysym Return    = Return    F16
       0032|keysym Prior     = Prior     F17
       0033|keysym End       = End       F18
       0034|keysym Next      = Next      F19
       0035|keysym Insert    = Insert    F20
1