This ZIP file contains complete C and assembly code for GETK, and
comprehensive console input management system. The system's functions
are described in Martin Stitt's April 1990 Computer Language article,
"Capturing User Input."

GETK implements a polling loop for capturing and processing user events.
It offers a number of advanced features, including keystroke macros, mouse
emulation of cursor keys, centralized hot-key management, a console stack,
keystroke logging, redefinition of the keyboard, execution of background
processes, and recall of previous command entries.

GETKEY.TXT       ; This file

GET.C            ; Sample C routines that show hang-for-a-key and
                 ; test-for-a-key functions

GETKH.C          ; Sample C program illustrates the use of GETKHA.ASM.

GETKHA.ASM       ; Assembly program is the guts of GETKEY.

