What is the difference between a menu item's access key and shortcut key?

What will be an ideal response?


The access key allows the user to select the item by pressing the access key. A menu item's access key can be used only when the menu is open. The shortcut keys appear to the right of a menu item. A menu item's shortcut key can be used only when the menu is closed.

Computer Science & Information Technology

You might also like to view...

(What Does This Program Do?) What does the following app display?

``` // Mystery2.cs using System; class Mystery2 { static void Main() { int count = 1; while (count <= 10) { Console.WriteLine(count % 2 == 1 ? "****" : "++++++++"); ++count; } } } ```

Computer Science & Information Technology

All of the following are file types that Flash can create EXCEPT ____.

a. Flash Max b. ActionScript c. Adobe AIR d. iPhone OS

Computer Science & Information Technology

An optical device that reads a printed page and converts it into an image file that can be stored on a disk drive is called a:

A) printer B) fax modem C) scanner D) fax

Computer Science & Information Technology

________ allows users to associate a device with a physical address or location

Fill in the blank(s) with correct word

Computer Science & Information Technology