home *** CD-ROM | disk | FTP | other *** search
-
- <HTML>
- <HEAD>
- <TITLE>X11::Keysyms - Perl module for names of X11 keysyms</TITLE>
- <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
- <LINK REV="made" HREF="mailto:">
- </HEAD>
-
- <BODY>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> X11::Keysyms - Perl module for names of X11 keysyms</P></STRONG>
- </TD></TR>
- </TABLE>
-
- <A NAME="__index__"></A>
- <!-- INDEX BEGIN -->
-
- <UL>
-
- <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
-
- <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
- <LI><A HREF="#description">DESCRIPTION</A></LI>
- <LI><A HREF="#author">AUTHOR</A></LI>
- <LI><A HREF="#see also">SEE ALSO</A></LI>
- </UL>
- <!-- INDEX END -->
-
- <HR>
- <P>
- <H1><A NAME="name">NAME</A></H1>
- <P>X11::Keysyms - Perl module for names of X11 keysyms</P>
- <P>
- <HR>
- <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
- <UL>
- <LI>Linux</LI>
- <LI>Solaris</LI>
- </UL>
- <HR>
- <H1><A NAME="synopsis">SYNOPSIS</A></H1>
- <PRE>
- use X11::Keysyms '%Keysyms', qw(MISCELLANY XKB_KEYS LATIN1);
- %Keysyms_name = reverse %Keysyms;
- $ks = $Keysyms{'BackSpace'};
- $name = $Keysysms_name{$ks};</PRE>
- <P>
- <HR>
- <H1><A NAME="description">DESCRIPTION</A></H1>
- <P>This module exports a hash mapping the names of X11 keysyms, such
- as 'A' or 'Linefeed' or 'Hangul_J_YeorinHieuh', onto the numbers that
- represent them. The first argument to 'use' is the name of the variable
- the hash should be exported into, and the rest are names of subsets of
- the keysysms to export: one or more of</P>
- <PRE>
- 'MISCELLANY', 'XKB_KEYS', '3270', 'LATIN1', 'LATIN2',
- 'LATIN3', 'LATIN4', 'KATAKANA', 'ARABIC', 'CYRILLIC',
- 'GREEK', 'TECHNICAL', 'SPECIAL', 'PUBLISHING', 'APL',
- 'HEBREW', 'THAI', 'KOREAN'.</PRE>
- <P>If this list is omitted, the list</P>
- <PRE>
- 'MISCELLANY', 'XKB_KEYS', 'LATIN1', 'LATIN2', 'LATIN3',
- 'LATIN4', 'GREEK'</PRE>
- <P>is used.</P>
- <P>
- <HR>
- <H1><A NAME="author">AUTHOR</A></H1>
- <P>This module was generated semi-automatically by Stephen McCamant
- <A HREF="mailto:(<alias@mcs.com>">(<alias@mcs.com></A>) from the header file 'X11/keysymdef.h', distributed by the
- X Consortium.</P>
- <P>
- <HR>
- <H1><A NAME="see also">SEE ALSO</A></H1>
- <P><EM>perl(1)</EM>,
- <A HREF="../../../site/lib/X11/Protocol.html">the X11::Protocol manpage</A>,
- <EM>X Window System Protocol (X Version 11)</EM>.</P>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> X11::Keysyms - Perl module for names of X11 keysyms</P></STRONG>
- </TD></TR>
- </TABLE>
-
- </BODY>
-
- </HTML>
-