Listing 1: .menuinit
#
# .menuinit
#
KEY_EXITMENU = 101 # (e) Exit Menu Program.
KEY_MAINMENU = 109 # (m) Go to main menu.
KEY_PREVMENU = 112 # (p) Go to previous menu.
HOTKEYS # This causes the above menu keys to work with
# out a carriage return.
# End of File
|