On Wed, Mar 27, 2013 at 10:41 PM, SegundoBob <[email protected]> wrote:
> With the aid of the documentation at > > http://leoeditor.com/customizing.html#complex-settings-nodes > > I created a menu item using @item. > Hmm. It's probably best to look at leoSettings.leo. See the node:: leoSettings.leo#@settings-->Menus There are many examples there. The basic idea is that:: @item leo-command-name creates a menu item that "links" to the command name. Ampersands create underlined shortcut keys. The full rules:: QQQ The command name follows @item. If the body text of an @item node exists, this body text is the menu name. Otherwise, the menu name is the command name. However, if the command name starts with a '*', hyphens are removed from the menu name. QQQ HTH. Please feel free to ask more questions. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
