Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > d9999c8ad4945c6d70ed8be58a98f373 > files > 142

libx11-doc-1.6.10-1.1.mga7.noarch.rpm

<?xml version="1.0" encoding="ANSI_X3.4-1968" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968" /><title>Xlib Compose Key Charts</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" /><link rel="home" href="libX11-keys.html" title="Xlib Compose Key Charts" /><link rel="next" href="am_ET.UTF-8.html" title="Xlib Compose Keys for am_ET.UTF-8" /><style xmlns="" type="text/css">/*
 * Copyright (c) 2011 Gaetan Nadon
 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice (including the next
 * paragraph) shall be included in all copies or substantial portions of the
 * Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 */

/*
 * Shared stylesheet for X.Org documentation translated to HTML format
 * http://www.sagehill.net/docbookxsl/UsingCSS.html
 * http://www.w3schools.com/css/default.asp
 * https://addons.mozilla.org/en-US/firefox/addon/web-developer/developers
 * https://addons.mozilla.org/en-US/firefox/addon/font-finder/
 */

/*
 * The sans-serif fonts are considered more legible on a computer screen
 * http://dry.sailingissues.com/linux-equivalents-verdana-arial.html
 *
 */
body {
  font-family: "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
  /* In support of using "em" font size unit, the w3c recommended method */
  font-size: 100%;
}

/*
 * Selection: all elements requiring mono spaced fonts.
 *
 * The family names attempt to match the proportionally spaced font
 * family names such that the same font name is used for both.
 * We'd like to use Bitstream, for example, in both proportionally and
 * mono spaced font text.
 */
.command,
.errorcode,
.errorname,
.errortype,
.filename,
.funcsynopsis,
.function,
.parameter,
.programlisting,
.property,
.screen,
.structname,
.symbol,
.synopsis,
.type
{
  font-family:  "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Courier, "Liberation Mono", Monospace;
}

/*
 * Books have a title page, a preface, some chapters and appendices,
 * a glossary, an index and a bibliography, in that order.
 *
 * An Article has no preface and no chapters. It has sections, appendices,
 * a glossary, an index and a bibliography.
 */

/*
 * Selection: book main title and subtitle
 */
div.book>div.titlepage h1.title,
div.book>div.titlepage h2.subtitle {
  text-align: center;
}

/*
 * Selection: article main title and subtitle
 */
div.article>div.titlepage h2.title,
div.article>div.titlepage h3.subtitle,
div.article>div.sect1>div.titlepage h2.title,
div.article>div.section>div.titlepage h2.title {
  text-align: center;
}

/*
 * Selection: various types of authors and collaborators, individuals or corporate
 *
 * These authors are not always contained inside an authorgroup.
 * They can be contained inside a lot of different parent types where they might
 * not be centered.
 * Reducing the margin at the bottom makes a visual separation between authors
 * We specify here the ones on the title page, others may be added based on merit.
 */
div.titlepage .authorgroup,
div.titlepage .author,
div.titlepage .collab,
div.titlepage .corpauthor,
div.titlepage .corpcredit,
div.titlepage .editor,
div.titlepage .othercredit {
  text-align: center;
  margin-bottom: 0.25em;
}

/*
 * Selection: the affiliation of various types of authors and collaborators,
 * individuals or corporate.
 */
div.titlepage .affiliation {
  text-align: center;
}

/*
 * Selection: product release information (X Version 11, Release 7)
 *
 * The releaseinfo element can be contained inside a lot of different parent
 * types where it might not be centered.
 * We specify here the one on the title page, others may be added based on merit.
 */
div.titlepage p.releaseinfo {
  font-weight: bold;
  text-align: center;
}

/*
 * Selection: publishing date
 */
div.titlepage .pubdate {
  text-align: center;
}

/*
 * The legal notices are displayed in smaller sized fonts
 * Justification is only supported in IE and therefore not requested.
 *
 */
.legalnotice {
  font-size: small;
  font-style: italic;
}

/*
 * For documentation having multiple licenses, the copyright and legalnotice
 * elements sequence cannot instantiated multiple times.
 * The copyright notice and license text are therefore coded inside a legalnotice
 * element. The role attribute on the paragraph is used to allow styling of the
 * copyright notice text which should not be italicized.
 */
p.multiLicensing {
  font-style: normal;
  font-size: medium;
}

/*
 * Selection: book or article main ToC title
 * A paragraph is generated for the title rather than a level 2 heading.
 * We do not want to select chapters sub table of contents, only the main one
 */
div.book>div.toc>p,
div.article>div.toc>p {
  font-size: 1.5em;
  text-align: center;
}

/*
 * Selection: major sections of a book or an article
 *
 * Unlike books, articles do not have a titlepage element for appendix.
 * Using the selector "div.titlepage h2.title" would be too general.
 */
div.book>div.preface>div.titlepage h2.title,
div.book>div.chapter>div.titlepage h2.title,
div.article>div.sect1>div.titlepage h2.title,
div.article>div.section>div.titlepage h2.title,
div.book>div.appendix>div.titlepage h2.title,
div.article>div.appendix h2.title,
div.glossary>div.titlepage h2.title,
div.index>div.titlepage h2.title,
div.bibliography>div.titlepage h2.title {
   /* Add a border top over the major parts, just like printed books */
   /* The Gray color is already used for the ruler over the main ToC. */
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: Gray;
  /* Put some space between the border and the title */
  padding-top: 0.2em;
  text-align: center;
}

/*
 * A Screen is a verbatim environment for displaying text that the user might
 * see on a computer terminal. It is often used to display the results of a command.
 *
 * http://www.css3.info/preview/rounded-border/
 */
.screen {
  background: #e0ffff;
  border-width: 1px;
  border-style: solid;
  border-color: #B0C4DE;
  border-radius: 1.0em;
  /* Browser's vendor properties prior to CSS 3 */
  -moz-border-radius: 1.0em;
  -webkit-border-radius: 1.0em;
  -khtml-border-radius: 1.0em;
  margin-left: 1.0em;
  margin-right: 1.0em;
  padding: 0.5em;
}

/*
 * Emphasis program listings with a light shade of gray similar to what
 * DocBook XSL guide does: http://www.sagehill.net/docbookxsl/ProgramListings.html
 * Found many C API docs on the web using like shades of gray.
 */
.programlisting {
  background: #F4F4F4;
  border-width: 1px;
  border-style: solid;
  border-color: Gray;
  padding: 0.5em;
}

/*
 * Emphasis functions synopsis using a darker shade of gray.
 * Add a border such that it stands out more.
 * Set the padding so the text does not touch the border.
 */
.funcsynopsis, .synopsis {
  background: #e6e6fa;
  border-width: 1px;
  border-style: solid;
  border-color: Gray;
  clear: both;
  margin: 0.5em;
  padding: 0.25em;
}

/*
 * Selection: paragraphs inside synopsis
 *
 * Removes the default browser margin, let the container set the padding.
 * Paragraphs are not always used in synopsis
 */
.funcsynopsis p,
.synopsis p {
  margin: 0;
  padding: 0;
}

/*
 * Selection: variable lists, informal tables and tables
 *
 * Note the parameter name "variablelist.as.table" in xorg-xhtml.xsl
 * A table with rows and columns is constructed inside div.variablelist
 *
 * Set the left margin so it is indented to the right
 * Display informal tables with single line borders
 */
table {
  margin-left: 0.5em;
  border-collapse: collapse;
}

/*
 * Selection: paragraphs inside tables
 *
 * Removes the default browser margin, let the container set the padding.
 * Paragraphs are not always used in tables
 */
td p {
  margin: 0;
  padding: 0;
}

/*
 * Add some space between the left and right column.
 * The vertical alignment helps the reader associate a term
 * with a multi-line definition.
 */
td, th {
  padding-left: 1.0em;
  padding-right: 1.0em;
  vertical-align: top;
}

.warning {
  border: 1px solid red;
  background: #FFFF66;
  padding-left: 0.5em;
}
</style></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Xlib Compose Key Charts</th></tr><tr><td width="20%" align="left">&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="am_ET.UTF-8.html">Next</a></td></tr></table><hr /></div><div class="article"><div class="titlepage"><div><div><h2 class="title"><a id="libX11-keys"></a>Xlib Compose Key Charts</h2></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="am_ET.UTF-8.html">Xlib Compose Keys for am_ET.UTF-8</a></span></dt><dt><span class="section"><a href="armscii-8.html">Xlib Compose Keys for armscii-8</a></span></dt><dt><span class="section"><a href="C.html">Xlib Compose Keys for C</a></span></dt><dt><span class="section"><a href="cs_CZ.UTF-8.html">Xlib Compose Keys for cs_CZ.UTF-8</a></span></dt><dt><span class="section"><a href="el_GR.UTF-8.html">Xlib Compose Keys for el_GR.UTF-8</a></span></dt><dt><span class="section"><a href="en_US.UTF-8.html">Xlib Compose Keys for en_US.UTF-8</a></span></dt><dt><span class="section"><a href="fi_FI.UTF-8.html">Xlib Compose Keys for fi_FI.UTF-8</a></span></dt><dt><span class="section"><a href="georgian-academy.html">Xlib Compose Keys for georgian-academy</a></span></dt><dt><span class="section"><a href="georgian-ps.html">Xlib Compose Keys for georgian-ps</a></span></dt><dt><span class="section"><a href="ibm-cp1133.html">Xlib Compose Keys for ibm-cp1133</a></span></dt><dt><span class="section"><a href="iscii-dev.html">Xlib Compose Keys for iscii-dev</a></span></dt><dt><span class="section"><a href="isiri-3342.html">Xlib Compose Keys for isiri-3342</a></span></dt><dt><span class="section"><a href="iso8859-1.html">Xlib Compose Keys for iso8859-1</a></span></dt><dt><span class="section"><a href="iso8859-10.html">Xlib Compose Keys for iso8859-10</a></span></dt><dt><span class="section"><a href="iso8859-11.html">Xlib Compose Keys for iso8859-11</a></span></dt><dt><span class="section"><a href="iso8859-13.html">Xlib Compose Keys for iso8859-13</a></span></dt><dt><span class="section"><a href="iso8859-14.html">Xlib Compose Keys for iso8859-14</a></span></dt><dt><span class="section"><a href="iso8859-15.html">Xlib Compose Keys for iso8859-15</a></span></dt><dt><span class="section"><a href="iso8859-2.html">Xlib Compose Keys for iso8859-2</a></span></dt><dt><span class="section"><a href="iso8859-3.html">Xlib Compose Keys for iso8859-3</a></span></dt><dt><span class="section"><a href="iso8859-4.html">Xlib Compose Keys for iso8859-4</a></span></dt><dt><span class="section"><a href="iso8859-5.html">Xlib Compose Keys for iso8859-5</a></span></dt><dt><span class="section"><a href="iso8859-6.html">Xlib Compose Keys for iso8859-6</a></span></dt><dt><span class="section"><a href="iso8859-7.html">Xlib Compose Keys for iso8859-7</a></span></dt><dt><span class="section"><a href="iso8859-8.html">Xlib Compose Keys for iso8859-8</a></span></dt><dt><span class="section"><a href="iso8859-9.html">Xlib Compose Keys for iso8859-9</a></span></dt><dt><span class="section"><a href="iso8859-9e.html">Xlib Compose Keys for iso8859-9e</a></span></dt><dt><span class="section"><a href="ja.html">Xlib Compose Keys for ja</a></span></dt><dt><span class="section"><a href="ja.JIS.html">Xlib Compose Keys for ja.JIS</a></span></dt><dt><span class="section"><a href="ja_JP.UTF-8.html">Xlib Compose Keys for ja_JP.UTF-8</a></span></dt><dt><span class="section"><a href="ja.SJIS.html">Xlib Compose Keys for ja.SJIS</a></span></dt><dt><span class="section"><a href="km_KH.UTF-8.html">Xlib Compose Keys for km_KH.UTF-8</a></span></dt><dt><span class="section"><a href="ko.html">Xlib Compose Keys for ko</a></span></dt><dt><span class="section"><a href="koi8-c.html">Xlib Compose Keys for koi8-c</a></span></dt><dt><span class="section"><a href="koi8-r.html">Xlib Compose Keys for koi8-r</a></span></dt><dt><span class="section"><a href="koi8-u.html">Xlib Compose Keys for koi8-u</a></span></dt><dt><span class="section"><a href="ko_KR.UTF-8.html">Xlib Compose Keys for ko_KR.UTF-8</a></span></dt><dt><span class="section"><a href="microsoft-cp1251.html">Xlib Compose Keys for microsoft-cp1251</a></span></dt><dt><span class="section"><a href="microsoft-cp1255.html">Xlib Compose Keys for microsoft-cp1255</a></span></dt><dt><span class="section"><a href="microsoft-cp1256.html">Xlib Compose Keys for microsoft-cp1256</a></span></dt><dt><span class="section"><a href="mulelao-1.html">Xlib Compose Keys for mulelao-1</a></span></dt><dt><span class="section"><a href="nokhchi-1.html">Xlib Compose Keys for nokhchi-1</a></span></dt><dt><span class="section"><a href="pt_BR.UTF-8.html">Xlib Compose Keys for pt_BR.UTF-8</a></span></dt><dt><span class="section"><a href="pt_PT.UTF-8.html">Xlib Compose Keys for pt_PT.UTF-8</a></span></dt><dt><span class="section"><a href="ru_RU.UTF-8.html">Xlib Compose Keys for ru_RU.UTF-8</a></span></dt><dt><span class="section"><a href="sr_CS.UTF-8.html">Xlib Compose Keys for sr_CS.UTF-8</a></span></dt><dt><span class="section"><a href="tatar-cyr.html">Xlib Compose Keys for tatar-cyr</a></span></dt><dt><span class="section"><a href="th_TH.html">Xlib Compose Keys for th_TH</a></span></dt><dt><span class="section"><a href="th_TH.UTF-8.html">Xlib Compose Keys for th_TH.UTF-8</a></span></dt><dt><span class="section"><a href="tscii-0.html">Xlib Compose Keys for tscii-0</a></span></dt><dt><span class="section"><a href="vi_VN.tcvn.html">Xlib Compose Keys for vi_VN.tcvn</a></span></dt><dt><span class="section"><a href="vi_VN.viscii.html">Xlib Compose Keys for vi_VN.viscii</a></span></dt><dt><span class="section"><a href="zh_CN.html">Xlib Compose Keys for zh_CN</a></span></dt><dt><span class="section"><a href="zh_CN.gb18030.html">Xlib Compose Keys for zh_CN.gb18030</a></span></dt><dt><span class="section"><a href="zh_CN.gbk.html">Xlib Compose Keys for zh_CN.gbk</a></span></dt><dt><span class="section"><a href="zh_CN.UTF-8.html">Xlib Compose Keys for zh_CN.UTF-8</a></span></dt><dt><span class="section"><a href="zh_HK.big5.html">Xlib Compose Keys for zh_HK.big5</a></span></dt><dt><span class="section"><a href="zh_HK.big5hkscs.html">Xlib Compose Keys for zh_HK.big5hkscs</a></span></dt><dt><span class="section"><a href="zh_HK.UTF-8.html">Xlib Compose Keys for zh_HK.UTF-8</a></span></dt><dt><span class="section"><a href="zh_TW.html">Xlib Compose Keys for zh_TW</a></span></dt><dt><span class="section"><a href="zh_TW.big5.html">Xlib Compose Keys for zh_TW.big5</a></span></dt><dt><span class="section"><a href="zh_TW.UTF-8.html">Xlib Compose Keys for zh_TW.UTF-8</a></span></dt></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left">&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="am_ET.UTF-8.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right" valign="top">&#160;Xlib Compose Keys for am_ET.UTF-8</td></tr></table></div></body></html>