home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _4fa19075febf1746c7276ef391a90e40 < prev    next >
Text File  |  2000-03-23  |  3KB  |  87 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>X11::Keysyms - Perl module for names of X11 keysyms</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> X11::Keysyms - Perl module for names of X11 keysyms</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#author">AUTHOR</A></LI>
  26.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  27. </UL>
  28. <!-- INDEX END -->
  29.  
  30. <HR>
  31. <P>
  32. <H1><A NAME="name">NAME</A></H1>
  33. <P>X11::Keysyms - Perl module for names of X11 keysyms</P>
  34. <P>
  35. <HR>
  36. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  37. <UL>
  38. <LI>Linux</LI>
  39. <LI>Solaris</LI>
  40. </UL>
  41. <HR>
  42. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  43. <PRE>
  44.   use X11::Keysyms '%Keysyms', qw(MISCELLANY XKB_KEYS LATIN1);
  45.   %Keysyms_name = reverse %Keysyms;
  46.   $ks = $Keysyms{'BackSpace'};
  47.   $name = $Keysysms_name{$ks};</PRE>
  48. <P>
  49. <HR>
  50. <H1><A NAME="description">DESCRIPTION</A></H1>
  51. <P>This module exports a hash mapping the names of X11 keysyms, such
  52. as 'A' or 'Linefeed' or 'Hangul_J_YeorinHieuh', onto the numbers that
  53. represent them. The first argument to 'use' is the name of the variable
  54. the hash should be exported into, and the rest are names of subsets of
  55. the keysysms to export: one or more of</P>
  56. <PRE>
  57.   'MISCELLANY', 'XKB_KEYS', '3270', 'LATIN1', 'LATIN2',
  58.   'LATIN3', 'LATIN4', 'KATAKANA', 'ARABIC', 'CYRILLIC',
  59.   'GREEK', 'TECHNICAL', 'SPECIAL', 'PUBLISHING', 'APL',
  60.   'HEBREW', 'THAI', 'KOREAN'.</PRE>
  61. <P>If this list is omitted, the list</P>
  62. <PRE>
  63.   'MISCELLANY', 'XKB_KEYS', 'LATIN1', 'LATIN2', 'LATIN3',
  64.   'LATIN4', 'GREEK'</PRE>
  65. <P>is used.</P>
  66. <P>
  67. <HR>
  68. <H1><A NAME="author">AUTHOR</A></H1>
  69. <P>This module was generated semi-automatically by Stephen McCamant
  70. <A HREF="mailto:(<alias@mcs.com>">(<alias@mcs.com></A>) from the header file 'X11/keysymdef.h', distributed by the
  71. X Consortium.</P>
  72. <P>
  73. <HR>
  74. <H1><A NAME="see also">SEE ALSO</A></H1>
  75. <P><EM>perl(1)</EM>,
  76. <A HREF="../../../site/lib/X11/Protocol.html">the X11::Protocol manpage</A>,
  77. <EM>X Window System Protocol (X Version 11)</EM>.</P>
  78. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  79. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  80. <STRONG><P CLASS=block> X11::Keysyms - Perl module for names of X11 keysyms</P></STRONG>
  81. </TD></TR>
  82. </TABLE>
  83.  
  84. </BODY>
  85.  
  86. </HTML>
  87.