home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SCRIPTS.ZIP / DASHRSTD.MK < prev    next >
Text File  |  1990-05-18  |  3KB  |  79 lines

  1.         : DASHRSTD.MK
  2.         : revised 18-05-90      (Hans)
  3.         : used for ibm comp pc XT or AT with 83 key keyboard 
  4.     : the 101 keys F11 - F15 and SF11 - SF15 are stored in AF1 - AF10
  5.  
  6.         display dasher 8bit
  7.         display stat=off        : no yam status line
  8.         display mapkb           : enable keyboard mapping
  9.         reskeys                 : reset softkeys
  10.         mk                      : clear mk table
  11.         handshake off           : DG uses all codes!
  12.         dis -ZK
  13.         pF7
  14.         pn7
  15.     pK0            : 83 keyboard
  16.         set entstr  "\012"      : Line Feed
  17.         set bs      "\177"      : Backspace
  18.         set fhome   "\036\134"  : Home
  19.         set fpgup   "\036\135"  : Page up
  20.         set fend    "\036\136"  : End
  21.         set fpgdn   "\036\137"  : Page down
  22.         set fdown   "\032"      : arrow down
  23.         set fleft   "\031"      : arrow left
  24.         set fright  "\030"      : arrow right
  25.         set fup     "\027"      : arrow up
  26.         set fins    "\014"      : insert char
  27.         set fdel    "\013"      : delete char
  28.  
  29.                                 : F1 tm F10
  30.         set f1      "\036\161"  :
  31.         set f2      "\036\162"  :
  32.         set f3      "\036\163"  :
  33.         set f4      "\036\164"  :
  34.         set f5      "\036\165"  :
  35.         set f6      "\036\166"  :
  36.         set f7      "\036\167"  :
  37.         set f8      "\036\170"  :
  38.         set f9      "\036\171"  :
  39.         set f10     "\036\172"  :
  40.         
  41.                                 : SHIFT-F1 tm SHIFT-F10
  42.         set fs1     "\036\141"  :
  43.         set fs2     "\036\142"  :
  44.         set fs3     "\036\143"  :
  45.         set fs4     "\036\144"  :
  46.         set fs5     "\036\145"  :
  47.         set fs6     "\036\146"  :
  48.         set fs7     "\036\147"  :
  49.         set fs8     "\036\150"  :
  50.         set fs9     "\036\151"  :
  51.         set fs10    "\036\152"  :
  52.  
  53.                                 : CONTROL-F1 tm CONTROL-F10
  54.         set fc1     "\036\061"  :
  55.         set fc2     "\036\062"  :
  56.         set fc3     "\036\063"  :
  57.         set fc4     "\036\064"  :
  58.         set fc5     "\036\065"  :
  59.         set fc6     "\036\066"  :
  60.         set fc7     "\036\067"  :
  61.         set fc8     "\036\070"  :
  62.         set fc9     "\036\071"  :
  63.         set fc10    "\036\072"  :
  64.  
  65.                                 : ALT-F1 tm ALT-F10
  66.         set fa1     "\036\173"  : F11
  67.         set fa2     "\036\174"  : F12
  68.         set fa3     "\036\175"  : F13
  69.         set fa4     "\036\176"  : F14
  70.         set fa5     "\036\160"  : F15
  71.         set fa6     "\036\153"  : SF11
  72.         set fa7     "\036\154"  : SF12
  73.         set fa8     "\036\155"  : SF13
  74.         set fa9     "\036\156"  : SF14 
  75.         set fa10    "\036\140"  : SF15
  76.  
  77.         mk 35  4 4  "\010"      : CTRL-H
  78.  
  79.