80.3k views
5 votes
What property must be set on a menu item to have the user activate that option by pressing Ctrl C on the keyboard

User Busybear
by
5.1k points

1 Answer

2 votes

Answer:

ShortcutKeys

Step-by-step explanation:

ShortcutKeys is a term used in computing to describe a combination of two or more keys to perform specific actions in a faster way.

Some shortcut keys have been programmed on the operating system of the computer, while a user can also create some through scripting coding.

For example, Ctrl + B is for Bold, while Ctrl + A is for select all.

Hence, to have the user activate the SHORTCUT option by pressing Ctrl C on the keyboard, a SHORTCUTKEYS property must be set on a menu item

User Alfo
by
4.5k points