<tool>

Description

Represents one tool; it contains all the shortcuts for the tool as subtags in the menus.xml file.

Attributes

{name}, id
  • name A localized version of the tool name.
  • id The internal tool identifier that identifies the tool to which the shortcuts apply.

Contents

This tag can contain one or more activate, override, or action tags.

Container

This tag must be contained in a menu tag.

Example

<tool name="Hand tool" id="com.macromedia.dreamweaver.tools.hand"> <!-- tool tags here --></tool>