# -*- coding: utf-8 -*- from __future__ import unicode_literals """ Define the menu structure used by the Pentacle applications """ MenuStructure = [ ["&File", [ ["&New", "N"], ["&Open...", "O"], ["&Save", "S"], ["Save &As...", "S"], ["Test", ""], ["Exercised", ""], ["Uncalled", ""], ["-", ""], ["&Exit", ""]]], [ "&Edit", [ ["&Undo", "Z"], ["&Redo", "Y"], ["-", ""], ["Cu&t", "X"], ["&Copy", "C"], ["&Paste", "V"], ["&Delete", "Del"], ["Select &All", "A"], ]], ]