Win32/KeyStates version 0.01
============================

Win32::KeyStates was created out of curiousity.  I was curious how
one would go about polling the state of the "sticky" keys: CapsLock,
NumLock, and ScrollLock.  This module is the result of that curiosity.
It allows you to see if the keys are turned on or not.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Win32::API 0.41

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2003 Matthew S. Musgrove

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

