home *** CD-ROM | disk | FTP | other *** search
- This program will do some keyboard functions, without needing to
- terminate and stay resident.
-
- This program is Copyright 1989, by David G. Thomas.
- I may be reached at the PowerSoft BBS (404) 928-9294
-
- You are free to use this program as you please, and distribute it
- to your friends. I only ask that you do not alter the program, and
- you include this file when you pass it on.
-
-
-
- Usage: KeyBoard <options>
-
- -STUff <key_string> (same as -WRITE)
- -Write <key_string>
- Stuff characters into the keyboard type-ahead buffer.
- String may include [SSAA] or ^L where:
- SS is scan code in hex
- AA is ascii code in hex
- ^L expands to control-L
-
- Some scan codes you may be interested in if you use DESQview:
- [FC00] Is the {Desq} key
- [FF00] Is the {Learn} key
-
-
- -READY Sets ERRORLEVEL to 1 if a key is ready and waiting
-
- -Flush Delete all characters from the type-ahead buffer
- -REPeat:n Set the keyboard repeat rate on a scale from 1-8
-
- By the way, this program will only work on a 80286 or 80386 based PC
-