
This short text shows the differences between a TODDY.CFG which is
written by using the command TODDY /OWTODDY.CFG and my slightly modified
TODDY.CFG which tries to make the use of toddy more "compatible" to 4DOS
history and file completion.


 toddy.cfg (as written by /OCtoddy.cfg) |  toddy.cfg (modified)
-------------------------------------------------------------------------------
: /WP                                   : /WU
: /II                                   : /IO
: /MA                                   
: /NT:0000                              : /NT:0010
: /NU                                   : /NL
: /NB                                   : /NC
: /KD![Up]![HistoryOlder]!              : /KD![Up]![HistoryBackward]! 
: /KD![Down]![HistoryTrace]!            : /KD![Down]![HistoryForward]!
: /KD![Tab]![HistoryBackward]!          : /KD![Tab]![NameForward]!
: /KD![Shift-Tab]![HistoryForward]!     : /KD![Shift-Tab]![NameBackward]!
: /KD![F9]![NameForward]!               : /KD![F9]![HistoryForward]!
: /KD![Shift-F9]![NameBackward]!        : /KD![Shift-F9]![HistoryBackward]!
: /KD![F10]![NameAppend]!               : /KD![F10]!toddy /s [Ctrl-Enter]!
                                        : /KD![Shift-F10]!cd.. [RunDirect]!
-------------------------------------------------------------------------------

Following some examples how to modify the key-macros (I suppose most of the
programs in these examples are missing in your setup, so they won't work out
of the box <G>):

                              : /MD!c!cd..!
                              : /MD!g!gsee cdef:$1!
                              : /MD!v!view $1!
                              : /MD!e+!e +!
                              : /MD!e-!e -!
                              : /MD!sc+!sc +!
                              : /MD!sc-!sc -!
                              : /MD!ed!pe $1 $2!
                              : /MD!l!list $1!
                              : /MD!*!ddx $1 /h!
                              : /MD!lx!lxplore $1!
                              : /MD!p!pkunzip -d $1!
                              : /MD!oc!cls $t c: $t cd \oc $t oc.exe!
                              : /MD!x!exit!
                              : /MD!pc!f: $t cd \pc $t pcshell /lcd!

This short note may help you to get your personal setup running.
