keycombo — A combination of input actions
Common attributes and common linking attributes.
Additional attributes:
Required attributes are show in bold.
For actions that require multiple keystrokes, mouse actions, or other
physical input selections, the KeyCombo
element provides a
wrapper for the entire set of events.
Common attributes and common linking attributes.
FIXME:
Enumerated values: | |
---|---|
“other” | FIXME: |
FIXME:
These elements contain keycombo
: bridgehead
, citation
, citetitle
, classsynopsisinfo
, emphasis
(db.emphasis), entry
, firstterm
, funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
, html:button
, html:label
, html:legend
, keycombo
, link
, literallayout
, member
, olink
, orgdiv
, para
, phrase
(db.phrase), primary
, primaryie
, programlisting
, quote
, refdescriptor
, refentrytitle
, refname
, refpurpose
, screen
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, shortcut
, simpara
, subtitle
, synopsis
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
.
accel
, guibutton
, guiicon
, guilabel
, guimenu
, guimenuitem
, guisubmenu
, keycap
, keycode
, keysym
, menuchoice
, mousebutton
, shortcut
<article xmlns='http://docbook.org/ns/docbook'> <title>Example keycombo</title> <para>To move a highlighted region, use <keycombo action='simul'> <keycap>Shift</keycap> <mousebutton>Button1</mousebutton> </keycombo> and drag the text to the new location. </para> </article>
To move a highlighted region, use Shift+ and drag the text to the new location.