keycombo

keycombo — A combination of input actions.

Synopsis

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • Exactly one of:
    • action (enumeration)
      • “click”
      • “double-click”
      • “press”
      • “seq”
      • “simul”
    • Each of:
      • action (enumeration)
        • “other”
      • otheraction

Required attributes are shown in bold.

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.

Attributes

Common attributes and common linking attributes.

action

Identifies the nature of the action taken. If keycombo contains more than one element, simul is the default, otherwise there is no default.

Enumerated values:
“click”

A (single) mouse click.

“double-click”

A double mouse click.

“press”

A mouse or key press.

“seq”

Sequential clicks or presses.

“simul”

Simultaneous clicks or presses.

action

Identifies the nature of the action taken

Enumerated values:
“other”

Indicates a non-standard action

otheraction

Identifies the non-standard action in some unspecified way.

Parents [+]

This element occurs in 52 elements.

Children

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

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2 <title>Example keycombo</title>
    
  4 <para>To move a highlighted region, use 
    <keycombo action='simul'>
  6   <keycap>Shift</keycap>
      <mousebutton>Button1</mousebutton>
  8 </keycombo>
    and drag the text to the new location.
 10 </para>
    
 12 </article>

To move a highlighted region, use Shift+Button1 and drag the text to the new location.

Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)