This section describes the declarative syntax used by rules that define hotkeys.<h2>Syntax</h2> <pre> <i>hotkeys-rule:</i> <i>hotkey-tag</i> <i>hotkey-tag</i> <i>hotkeys-rule</i> </pre> <h2>&lt;hotkey&gt; tag</h2> Defines a new hotkey. All standard hotkey attributes are supported (see <q ref="core.env:KitHotkeys!defineHotkey">defineHotkey</q> for details). <pre> <i>hotkey-tag</i>: &lt;hotkey <i>scope="" code="" command="" description=""</i> /&gt; </pre> <h2>Example</h2> <pre> &lt;extend rule="defineHotkeys"&gt; &lt;constraint&gt;model isa gml2:Model&lt;/constraint&gt; &lt;comments&gt;Custom workspace hotkeys&lt;/comments&gt; &lt;hotkey scope="STUDIO" code="A78" command="FILE_NEW" description="Alt+N"/&gt; &lt;hotkey scope="STUDIO" code="A79" command="FILE_OPEN" description="Alt+O"/&gt; &lt;hotkey scope="STUDIO" code="A83" command="FILE_SAVE" description="Alt+S"/&gt; &lt;/extend&gt; </pre>(c) SAP AG 2003-2006. All rights reserved.