Search the Catalog
DocBook: The Definitive Guide

DocBook: The Definitive Guide

By Norman Walsh & Leonard Muellner
1st Edition October 1999
1-56592-580-7, Order Number: 5807
652 pages, $36.95 , Includes CD-ROM

KeyCombo

Name

KeyCombo -- A combination of input actions

Synopsis

Content Model

KeyCombo ::=
((KeyCap|KeyCombo|KeySym|MouseButton)+)

Attributes

Common attributes

Name

Type

Default

OtherActionCDATANone
Action

Enumeration:

Click
Double-Click
Other
Press
Seq
Simul

None
MoreInfo

Enumeration:

None
RefEntry

"None"

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%cptr.char.mix;%ndxterm.char.mix;%para.char.mix;
%programlisting.content;%refinline.char.mix;%refname.char.mix;
%screen.content;%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.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

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 V3.1//EN">
<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.

Back to: DocBook: The Definitive Guide


oreilly.com Home | O'Reilly Bookstores | How to Order | O'Reilly Contacts
International | About O'Reilly | Affiliated Companies | Privacy Policy

© 2001, O'Reilly & Associates, Inc.