*******************
  * 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.
     Use POS/HOM command in command string to move cursor.
     Use KEY command in command string to input char.
     From F1 to F12 is avail for Command-Key if it is not assigned to
     any function.
     And ShortCutKey(2 key operation,shortcut triger key and char key)
     sample is line 17th and after of above.
#ifdef LNX
     Do not assign Alt+F1 to Alt+F6 which is reserved for Console switch.
#endif
     For the same convenience,Alias command definitions follow after
     shortcut key(line 75 and 76 in the above sample).
     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 line then modify it.
     To comment out,put "*" on the top of command.


1