|
NAME
Win32::Shortkeys::Kbh - Perl extension for hooking the keyboard on
windows
VERSION
0.01
INSTALLATION
To install Win32::Shortkeys::Kbh, cd to the directory that contains
this file and type the following:
perl Makefile.PL
make
make test
make install
On windows use nmake or dmake instead of make.
To install this module into a specific directory, do: perl Makefile.PL
PREFIX=/name/of/the/directory ...the rest is the same...
Please also read the perlmodinstall man page, if available.
DEPENDENCIES
XS
C
|