.Control Charcter Input
      0x00(Ctrl+2),0x01-0x1f(Ctrl+A-Ctrl+-) is avail for input
      control char(<0x20).These character input is optionaly prohibitted
      by .INI specifiaction(Valid_Ctrl_char)             Chapter-(6)
      Those are displayed by special char if there is no corresponding
      char on the codepage.Use of special char is also set by .INI file
      (Disp_trans_tbl,Disp_trans_char)                   Chapter-(6)

      (Note)OPT command control effect of function assignment to
            Ctrl+Char key.When this option is ON(OPT CCFUNC ON)
            Some Ctrl+Char key dose not generate control char,
            but execute assigned function.
            Default is OPT CCFUNC OFF.
            Shift+Ctrl+char combination reached to wxe/gxe and
            CCFUNC option is effective even if Accelerator CheckBox
            is checked.

#if defined(WXE) || defined(XXE)
            If Accelerator CheckBox is checked,some CCFUNC key is
            intercepted by Windows or Gnome.
            ex, Ctrl+a is InsertLine by CCFUNC ON if accelerator is off.
            If accelerator is on,Ctrl+a is popup SaveAs dialog.
            You can check on DropDownMenue which key is defined
            as accelerator. Or see xewxee.doc.
#endif

      Original Hex code of char under current cursor is always displayed
      at column 5(3 for DBCS) of the top line.
      Input by hex digit is also avail if turned to HEX input mode(Ctrl+F11).
      At column 1 of the top line,"x" is diplayed when HEX input mode.
      1st digit of byte is diplayed follwing the "x".
      If the value is same as 1st byte of DBCS,use x key to transfer the
      byte.
      HEX code input is accepted only when cursor is in the area of
      file edit under HEX input mode.
      By HEX cmd(Ctrl+F10) file is displayed {jump as char and hex 3 line mode,
      or by EH cmd file is displayed as dump format.Hex code is input on
      these mode as binary editor.



1