108 lines
2.2 KiB
HTML
108 lines
2.2 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of Keysyms</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>Keysyms</H1>
|
|
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2003-01-27<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
X11::Keysyms - Perl module for names of X11 keysyms
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
|
|
|
|
|
|
<PRE>
|
|
use X11::Keysyms '%Keysyms', qw(MISCELLANY XKB_KEYS LATIN1);
|
|
%Keysyms_name = reverse %Keysyms;
|
|
$ks = $Keysyms{'BackSpace'};
|
|
$name = $Keysysms_name{$ks};
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
|
|
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.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
|
|
|
|
This module was generated semi-automatically by Stephen McCamant
|
|
(<<A HREF="mailto:SMCCAM@cpan.org">SMCCAM@cpan.org</A>>) from the header file 'X11/keysymdef.h', distributed by the
|
|
X Consortium.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
|
|
|
|
<I><A HREF="/cgi-bin/man/man2html?1+perl">perl</A></I>(1),
|
|
X11::Protocol,
|
|
<I>X Window System Protocol (X Version 11)</I>.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">AUTHOR</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:00 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|