home *** CD-ROM | disk | FTP | other *** search
-
- # DME init file
-
- setfont topaz.font 8
-
- ignorecase on
- savetabs on
-
- map help (scanf %s rx1 DiceHelp \$scanf)
- map c-help help
- map a-help help
-
- 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 cs-/ (escimm (findstr ) escimm (repstr ) nextr)
- map cs-n (nextr)
- map c-m menuon
- map c-right (repeat 8 tab)
- map c-left (repeat 8 backtab)
- map s-return return
- map (a- ) (( ))
-
- # path commands for quick-reference. DCC: assignment takes precedence
- # so a hard-disk installation loads reference material from the HD rather
- # then from a floppy
-
- addpath dcc:man
- addpath dcc:doc
- addpath dinclude:amiga20
- addpath ARCH:XDCC2/man
- addpath ARCH:XDCC2/doc
-
- # Note: If menu's are off the right-mouse-button iconifies!
- # Right-mouse-button always uniconifies an iconified window
-
- menuoff
- menuclear
- menuadd Project (Insert-File (f1)) f1
- menuadd Project (Open-Replace (f2)) f2
- menuadd Project (Open-NewWin (f3)) f3
- menuadd Project (Save-Config) saveconfig
- menuadd Project (Save (f9)) f9
- menuadd Project (Save-As) (escimm (saveas ))
- menuadd Project (Save-Quit (f10)) f10
- menuadd Project (Quit (c-q)) c-q
-
- menuadd File (Change-File-Name) (escimm (chfilename ))
- menuadd File (Change-Current-Dir) (escimm (cd ))
-
- menuadd Control (Iconify (a-i)) iconify
- menuadd Control Case-Sensitive (ignorecase off)
- menuadd Control Case-InSensitive (ignorecase on)
- menuadd Control Save-Uses-Tabs (savetabs on)
- menuadd Control Save-Uses-Spaces (savetabs off)
-
- menuadd Mode (Insert (c-i)) c-i
- menuadd Mode (Overwrite (c-o)) c-o
- menuadd Mode (Wordwrap (c-w)) c-w
- menuadd Mode (Wordwrap-LMargin) (escimm (setparcol ))
- menuadd Mode (Wordwrap-RMargin) (escimm (margin ))
-
- menuadd Find (Quick-Ref(c-])) c-]
- menuadd Find (Find (c-/)) c-/
- menuadd Find (Next (c-n)) c-n
- menuadd Find (Prev (c-p)) c-p
- menuadd Find (Find-Rep (cs-/)) cs-/
- menuadd Find (Next-Rep (cs-n)) cs-n
- menuadd Find (Glob-Rep) (repeat -1 nextr)
-
- menuadd Block (Set Start (c-b)) (unblock c-b)
- menuadd Block (Set End (c-b)) c-b
- menuadd Block (Clear (c-u)) c-u
- menuadd Block (BCopy (a-c)) a-c
- menuadd Block (BMove (a-m)) a-m
- menuadd Block (BDelete (a-d)) a-d
-
- menuadd Marker (Goto 1) (pong 1)
- menuadd Marker (Goto 2) (pong 2)
- menuadd Marker (Goto 3) (pong 3)
- menuadd Marker (Goto 4) (pong 4)
- menuadd Marker (Mark 1) (ping 1)
- menuadd Marker (Mark 2) (ping 2)
- menuadd Marker (Mark 3) (ping 3)
- menuadd Marker (Mark 4) (ping 4)
-
- menuon
-
-