home *** CD-ROM | disk | FTP | other *** search
- ; Setup Touch Shift scan code control table for function F1..F12, ESC and Pause
- ;
- t:-:0..255 ; set disable mode, clear all scan code
- t:+:x1d:x9d:x38:xb8:x2a:x36 ; enable all shifts scan codes
- t:+:x3b..x44:x57:x58 ; enable all function keys scan codes
- t:+:1:x45:x46 ; enable escape and Pause scan code
- t:+ ; global enable
-
-
-
-