menu_move
menu_moveitem [ -before] destination
This command moves a menu or an item on a menu from one location to another. item is a menu path indicating the menu or item to be moved and destination is a menu path indicating the existing item that the new menu or item should follow. If -before is specified, the new item appears before the destination item rather than after it.
mmv is a synonym for menu_move.
Examples
menu_move .File.New .File.Preview
mmv .File -before .Help
Related Topics