x11::keysyms(3pm) debian man page | unix.com

Man Page: x11::keysyms

Operating Environment: debian

Section: 3pm

Keysyms(3pm)						User Contributed Perl Documentation					      Keysyms(3pm)

NAME
X11::Keysyms - Perl module for names of X11 keysyms
SYNOPSIS
use X11::Keysyms '%Keysyms', qw(MISCELLANY XKB_KEYS LATIN1); %Keysyms_name = reverse %Keysyms; $ks = $Keysyms{'BackSpace'}; $name = $Keysysms_name{$ks};
DESCRIPTION
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 'MISCELLANY', 'XKB_KEYS', '3270', 'LATIN1', 'LATIN2', 'LATIN3', 'LATIN4', 'KATAKANA', 'ARABIC', 'CYRILLIC', 'GREEK', 'TECHNICAL', 'SPECIAL', 'PUBLISHING', 'APL', 'HEBREW', 'THAI', 'KOREAN'. If this list is omitted, the list 'MISCELLANY', 'XKB_KEYS', 'LATIN1', 'LATIN2', 'LATIN3', 'LATIN4', 'GREEK' is used.
AUTHOR
This module was generated semi-automatically by Stephen McCamant (<SMCCAM@cpan.org>) from the header file 'X11/keysymdef.h', distributed by the X Consortium.
SEE ALSO
perl(1), X11::Protocol, X Window System Protocol (X Version 11). perl v5.14.2 2003-01-27 Keysyms(3pm)
Related Man Pages
xcompose(5) - centos
compose(5) - linux
xstandards(1x) - osf1
prima::nox11(3) - debian
x11::protocol::ext::shape(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file