home *** CD-ROM | disk | FTP | other *** search
- "Replacing the Keyboard Interrupt" -- Neil Rubenking
-
- Using Turbo Pascal 4.0's INTERRUPT procedure qualifier, it is
- possible to write replacement software interrupt handlers for
- BIOS services. The author explains the process by focusing on
- the PC keyboard interrupt, INT 9. He provides several example
- replacement keyboard ISR's that provide additional ALT-key
- combinations, lock out specified key combinations, and provide
- accelerated key repeat on a single key when held down
- continuously.
-
- Keyboard INTERRUPT INT 9 ISR ALT-key