
ignorecase on
savetabs on
map help    (newwindow newfile src:dme/doc/dme.doc)
map c-tab   (ping 0 while c=32 right repeat tr (( ) left) pong 0 down)
map cs-tab  `del del del del down'
map a-tab   `goto block while cb `c-tab down''
map as-tab  `goto block while cb `cs-tab down''
map s-f9    `saveas ram:\$filename'
map a-/     (escimm (findstr ) escimm (repstr ) repeat -1 nextr)
map c-m     menuon
map c-a     (escimm (chfilename ))
map c-right (repeat 8 tab)
map c-left  (repeat 8 backtab)
map s-return return
map (a- )   (( ))
map a-p     (saveas xnet:0x02000000/w/%par)

map A-/     (findmatch)

map c-bs    (set a \$filename newwindow newfile \$a)

map c-f1    (scanf %s bottom insfile \$scanf)
map c-f2    (scanf %s newfile \$scanf)
map c-f3    (scanf %s newwindow newfile \$scanf)
map s-f7    (setfont topaz.font 7)
map c-[     (ctags)
map c-nk*   ca-1
map c-nk-   (newfile t:unnamed)

map ca-1    (openwindow 0+12+485+169 map c-nk* ca-2)
map ca-2    (openwindow 485+182+238+165 map c-nk* ca-3)
map ca-3    (ca-1)

map Ls-lmb	(tomouse)
map Ls-mmove	(ping 0 unblock block tomouse block pong 0)
map Lc-lmb	unblock

#   DIFF / old version support.  The following macros automatically
#   diff the file being saved with the old version and save the diff
#
#   s-f3 will retrieve the 'old' version.  Aweesome.

map s-f3  (set old (\$filename) execute (undiff >T:dme_temp \$filename tmp:diff/\$(fname).D) newwindow newfile T:dme_temp chfilename \$old unset old)

map cs-d  (execute (copy \$filename T:dme_temp) saveold execute (diff >tmp:diff/\$(fname).D T:dme_temp \$filename))
#map f8    (cs-d escimm (newfile ))
#map f9    (cs-d )
#map f10   (cs-d quit)
map s-f8  (saveold escimm (newfile ))
map s-f9  (saveold)
map s-f10 (saveold quit)

addpath dcc:man
addpath dcc:doc
addpath autodocs:
addpath autoincs:
addpath usys:amiga

map nk2 down
map nk6 right
map nk4 left
map nk8 up

map s-nk8 top
map s-nk2 bottom
map s-nk4 first
map s-nk6 last
map nk3 pagedown
map nk9 pageup
map nk7 first
map nk1 last
map c-nk7 top
map c-nk1 bottom
map nk. del



