<shortcutlist>
Description
Specifies a shortcut list in the menus.xml file.
Attributes
{app}, id, {platform}
app
The name of the application in which the shortcut list is available. Not currently used.id
The ID for the shortcut list. It should be the same as the menu ID for the menu bar (or context menu) in Adobe Dreamweaver that the shortcuts are associated with. Valid values are"DWMainWindow", "DWMainSite", "DWTimelineContext"
, and"DWHTMLContext"
.platform
Indicates that the shortcut list should appear only on the given platform. Valid values are "win
" and "mac
".
Contents
This tag can contain one or more shortcut
tags. It can also contain one or more comment tags (which use the same syntax as HTML comment tags).
Container
None.
Example
<shortcutlist id="DWMainWindow"><!-- shortcut and comment tags here --></shortcutlist>