home *** CD-ROM | disk | FTP | other *** search
- : DASHR101.MK
- : revised 18-05-90 (Hans)
- : use for ibm comp. pc AT or 386 with cluster arrowkeys
- : and 12 function keys !!
-
- display dasher 8bit
- display stat=off : no yam status line
- display mapkb : enable keyboard mapping
- reskeys : reset softkeys
- mk : clear mk table
- handshake off : DG uses all codes!
- dis -ZK
- pF7
- pn7
- pK1 : 101 keyboard
- set entstr "\012" : Line Feed
- set bs "\177" : Backspace
-
- : NUMERIC PAD KEYS
- set fhome "\036\134" : Home
- set fpgup "\036\135" : Pgup
- set fend "\036\136" : End
- set fpgdn "\036\137" : Pgdn
- set fdown "\032" : arrow down
- set fleft "\031" : arrow left
- set fright "\030" : arrow right
- set fup "\027" : arrow up
- set fins "\014" : insert char
- set fdel "\013" : delete char
- set fnp5 "\0" : Let 5 do nothing
-
- : CLUSTER KEYS
- set fcins "\036\112" : insert char
- set fcdel "\036\113" : del
- set fchome "\036\134" : Home
- set fcend "\036\136" : End
- set fcpgup "\036\135" : Pgup
- set fcpgdn "\036\137" : Pgdn
- set fcup "\037" : arrow up
- set fcleft "\031" : arrow left
- set fcdown "\032" : arrow down
- set fcright "\030" : arrow right
-
- : F1 tm F12
- set f1 "\036\161" :
- set f2 "\036\162" :
- set f3 "\036\163" :
- set f4 "\036\164" :
- set f5 "\036\165" :
- set f6 "\036\166" :
- set f7 "\036\167" :
- set f8 "\036\170" :
- set f9 "\036\171" :
- set f10 "\036\172" :
- set f11 "\036\173" :
- set f12 "\036\174" :
-
- : SHIFT-F1 tm SHIFT-F12
- set fs1 "\036\141" :
- set fs2 "\036\142" :
- set fs3 "\036\143" :
- set fs4 "\036\144" :
- set fs5 "\036\145" :
- set fs6 "\036\146" :
- set fs7 "\036\147" :
- set fs8 "\036\150" :
- set fs9 "\036\151" :
- set fs10 "\036\152" :
- set fs11 "\036\153" :
- set fs12 "\036\154" :
-
- : CONTROL-F1 tm CONTROL-F12
- set fc1 "\036\061" :
- set fc2 "\036\062" :
- set fc3 "\036\063" :
- set fc4 "\036\064" :
- set fc5 "\036\065" :
- set fc6 "\036\066" :
- set fc7 "\036\067" :
- set fc8 "\036\070" :
- set fc9 "\036\071" :
- set fc10 "\036\072" :
- set fc11 "\036\073" :
- set fc12 "\036\074" :
-
- : ALT-F1 tm ALT-F12
- set fa1 "\036\134" :
- set fa2 "\036\135" :
- set fa3 "\036\136" :
- set fa4 "\036\137" :
- set fa5 "\0" : Internal terminal function for D411
- set fa6 "\0" : Internal terminal function for D411
- set fa7 "\014" : ALT-F7 equals insert char
- set fa8 "\036\021" :
- set fa9 "\013" : ALT-F9 equals delete char
- set fa10 "\010" : ALT-F10 = centered home key in arrow pad
- : ALT-F11 thru ALT-F15 have no scan-code
-
- mk 35 4 4 "\010" : CTRL-H
-
-