*******************
  * 0.1 Command-Key *
  *******************
          0        1         2         3           6         7         8
          12345678901234567890123456789012      789012345678901234567890

     1    KEY----|XE OPT0.1                .... ------ 001-(001)-075Rep
     2    ===>                             ....                ===>PAGE
     3    ****|*** Top of Fn-cmd List * .... ***************************
     4    0001|A+F1 :=6;grep %1 *.c
     5    0002|C+F1 :
     :
    17    0017|sc,0 :xx;i 'S ' 12 all;i 'R ' 12 all;i ru 12 & 861001 all;
    18    0018|sc,1 :xx;i s 12 & ru 12 -d2 all;i r 12 & ru 12 -d2 all;
     :
    75    0075|Alias:ch1 S %1;c Old New all;end;
    76    0076|Alias:ex e %1 /mtx %2 %3 %4
     :

     Operation is basicaly same as Edit screen.
     Enter command string starting from column 14.
     Use ";" as delimiter of each command.total length is up to 240.
     If cmd string end by ";" all command is executed sequentialy.
     If no ";" is on end of string,command string is displayed on
     command input line(2nd row).
     Command string may have %1,%2...,it is replaced by word prepared
     on command input line.
     Command string may have % replacing character by words on command input line.
     And Shortcut key(2 key operation,shortcut triger key and char key)
     samples are from 17th line.
     For the same convenience,Alias command definitions follow after shortcut key.
     sample 75 is used like as "ch1 memb1" on dirlist.
     sample 76 to open file by 3 line hex display mode.
     To add alias command,repeat the line then modify it.
     To comment out,put "*" on the top of command.
  
     (See User command)