menu_copy
menu_copyitem [ -before] destination
This command copies an item on a menu from one location to another. item is a menu path indicating the item to be copied and destination is a menu path indicating the existing item that the new item should follow. If -before is specified, the new item appears before the destination item rather than after it.
mcp is a synonym for menu_copy.
Examples
menu_copy .File.Save .Quick
mcp Insert_Table -before .Quick.Save
Related Topics