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><hotkey> 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>:
<hotkey <i>scope="" code="" command="" description=""</i> />
</pre>
<h2>Example</h2>
<pre>
<extend rule="defineHotkeys">
<constraint>model isa gml2:Model</constraint>
<comments>Custom workspace hotkeys</comments>
<hotkey scope="STUDIO" code="A78" command="FILE_NEW" description="Alt+N"/>
<hotkey scope="STUDIO" code="A79" command="FILE_OPEN" description="Alt+O"/>
<hotkey scope="STUDIO" code="A83" command="FILE_SAVE" description="Alt+S"/>
</extend>
</pre>(c) SAP AG 2003-2006. All rights reserved.