Get Menu Short Cut Info Function
- Updated2025-07-30
- 3 minute(s) read
Returns the menu item that is accessible through a given shortcut.
(Real-Time Module) You cannot use this function in VIs that run on RT targets.

Inputs/Outputs
menu reference
—
short cut
—
short cut is the keyboard equivalent of selecting the menu item with a mouse.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
menu reference out
—
item tag
—
item tag is the tag of the menu item that matches the shortcut.
item path
—
item path describes the position of the item in the menu hierarchy, which is in the format of a list of menu tags separated by a colon (:). For example, on Windows, if you do not change the default shortcuts and you pass in <Ctrl-O> from the menu bar reference of a VI, item path returns File:Open.
error out
—
error out contains error information. This output provides standard error out functionality. |
menu reference
—
short cut
—
include Shift key?
—
shortcut key
—
error in (no error)
—
menu reference out
—
item tag
—
error out
—