keycombo

keycombo — A combination of input actions

Synopsis

Content Model

keycombo ::=

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 show 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

FIXME:

Enumerated values:

other

FIXME:

otheraction

FIXME:

Children

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

See Also

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

Examples

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

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/31 12:31:55 $.