


Under graphical environments such as Windows, once a menu is displayed the user can start selecting items from that menu. The mouse is typically used to make selections. (Under Windows, you can also select an item by pressing the <Alt> key or the <F10> key, and then the succession of key letters that form a path to the desired item.)
a) The user may type a menu key. This is a key that is defined by your program to activate menus. You may define as many menu keys as you want. By default, there are no menu keys; your program must define them. Menu key definition is described in the next section.
b) For static menus, the user can click on the menu bar with the mouse. This assumes that the runtime contains mouse support. Currently, this is available only under MS-DOS.
c) On MS-DOS machines or terminals with an ANSI-style mouse (like xterm), the user can press <Alt> to activate the menu, and then type a menu item's key letter to select the corresponding item.