$Revision: 1666 $
$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $
keycombo — A combination of input actions
keycombo ::= ((keycap
|keycombo
|keysym
|mousebutton
)+)
Name | Type | Default | |||||||
otheraction | CDATA | None | |||||||
moreinfo |
| "none" | |||||||
action |
| None |
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.
Formatted inline. The MoreInfo
attribute
can help generate a link or query to retrieve additional information.
These elements contain keycombo:
action
, application
, attribution
, bibliomisc
, bridgehead
, citation
, citetitle
, classsynopsisinfo
, code
, command
, computeroutput
, database
, emphasis
, entry
, filename
, firstterm
, foreignphrase
, funcparams
, funcsynopsisinfo
, function
, glosssee
, glossseealso
, glossterm
, hardware
, interfacename
, keycap
, keycombo
, lineannotation
, link
, literal
, literallayout
, lotentry
, member
, msgaud
, olink
, option
, optional
, para
, parameter
, phrase
, primary
, primaryie
, productname
, programlisting
, property
, quote
, refdescriptor
, refentrytitle
, refname
, refpurpose
, remark
, screen
, screeninfo
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, shortcut
, simpara
, subtitle
, synopsis
, systemitem
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocback
, tocentry
, tocfront
, trademark
, ulink
, userinput
.
Action
identifies the nature of the action
taken. If KeyCombo
contains more than one action element,
Simul
is the default value for Action
,
otherwise there is no default.
If Other
is specified, OtherAction
should be used to identify the nature of the action.
If MoreInfo
is set to RefEntry
,
it implies that a RefEntry
exists which further describes the
Keycombo
.
OtherAction
should be used when
Action
is set to Other
. It
identifes the nature of the action in some application-specific way.
accel
, guibutton
, guiicon
, guilabel
, guimenu
, guimenuitem
, guisubmenu
, keycap
, keycode
, keysym
, menuchoice
, mousebutton
, shortcut
.
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <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>
To move a highlighted region, use Shift+ and drag the text to the new location.
For additional examples, see also
guimenu
, guimenuitem
, menuchoice
, shortcut
.