keycombo

$Revision: 1666 $

$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $

keycombo — A combination of input actions

Synopsis

Content Model

keycombo ::=
((keycap|keycombo|keysym|mousebutton)+)

Attributes

Common attributes

Name

Type

Default

otheractionCDATANone
moreinfo
Enumeration:
none
refentry
"none"
action
Enumeration:
click
double-click
other
press
seq
simul
None

Parameter Entities

The following parameter entities contain keycombo:

Parameter Entities
%cptr.char.mix;%ndxterm.char.mix;%para.char.mix;
%refinline.char.mix;%refname.char.mix;%tbl.entry.mdl;
%tech.char.class;%title.char.mix; 

Description

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.

Processing expectations

Formatted inline. The MoreInfo attribute can help generate a link or query to retrieve additional information.

Children

The following elements occur in keycombo: keycap, keycombo, keysym, mousebutton.

Attributes

action

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.

moreinfo

If MoreInfo is set to RefEntry, it implies that a RefEntry exists which further describes the Keycombo.

otheraction

OtherAction should be used when Action is set to Other. It identifes the nature of the action in some application-specific way.

See Also

accel, guibutton, guiicon, guilabel, guimenu, guimenuitem, guisubmenu, keycap, keycode, keysym, menuchoice, mousebutton, shortcut.

Examples

<!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+Button1 and drag the text to the new location.

For additional examples, see also guimenu, guimenuitem, menuchoice, shortcut.