1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
X11-Keyboard version 1.4
========================
This module make available certain keyboard functions useful to translate keysyms and keycodes, when working with the X11::Protocol module.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
1. the X11::Protocol module
DOCUMENTATION
For docs please see man page:
# man X11::Keyboard
COPYRIGHT AND LICENCE
Copyright (C) 2002 Erick Calder <ecalder@cpan.org>
This product is distributed under the MIT License. A copy of this license
was included in a file called LICENSE. If for some reason, this file was not
included, please see http://www.opensource.org/licenses/mit-license.html
to obtain a copy of this license.
|