shortcut
shortcut — A key combination for an action that is also accessible through a menu.
Synopsis
shortcut ::=
- One or more of:
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
- action (enumeration)
- action (enumeration)
Required attributes are shown in bold.
Description
A shortcut
contains the key combination that is
a shortcut for a menuchoice
. Users who are familiar
with the shortcuts can access the functionality of the corresponding
menu choice, without navigating through the menu structure to find the
right menu item.
Processing expectations
Formatted inline.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
- 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.
- otheraction
Identifies the non-standard action in some unspecified way.
Parents
These elements contain shortcut
: bridgehead
, caption
(db.html.caption), citation
, citetitle
, classsynopsisinfo
, contrib
, emphasis
(db.emphasis), entry
, enumitemdescription
, firstterm
(db.firstterm), funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
(db.glossterm), link
, literallayout
, member
, menuchoice
, meta
(db.meta.content), olink
, orgdiv
, para
, phrase
(db.phrase), primary
, primaryie
, programlisting
, quote
(db.quote), refdescriptor
, refentrytitle
, refname
, refpurpose
, remark
, screen
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, simpara
, subtitle
, synopsis
, synopsisinfo
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
, userinput
.
Children
The following elements occur in shortcut
: keycap
, keycombo
, keysym
, mousebutton
.
See Also
Related elements: accel
, guibutton
, guiicon
, guilabel
, guimenu
, guimenuitem
, guisubmenu
, keycap
, keycode
, keycombo
, keysym
, menuchoice
, mousebutton
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example shortcut</title>
||
<para>You can exit from GNU Emacs with
5 |<menuchoice>
|<shortcut>
|<keycombo><keysym>C-x</keysym><keysym>C-c</keysym></keycombo>
|</shortcut>
|<guimenu>Files</guimenu>
10 |<guimenuitem>Exit Emacs</guimenuitem>
|</menuchoice>.
|</para>
||
</article>
You can exit from GNU Emacs with
.