KeyScan - Digital Genesis (06/10/98)

Known Limitations

1. Scan Codes are not functional yet.. working on catching WM_KEYDOWN in a
Dialog, or another solution. The next version will correct this.

2. Under Win95/98 the keys 'Shift', 'Alt', 'Ctrl', and 'Win95' do not
differentiate between left and right. KeyScan running under WinNT does
not have this limitation. This will be fixed in a future release.

3. Toggleing NumLock while holding down a key on the keypad, will cause that
key to become locked on. This seems to be a limitation of GetAsyncKeyState().
To release the locked key, toggle NumLock back and press the locked key.

