menuSetShortcut

From Bohemia Interactive Community
Revision as of 01:20, 9 January 2021 by Lou Montana (talk | contribs) (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
Jump to navigation Jump to search
-wrong parameter ("arma3Dev") defined!-[[:Category:Introduced with arma3Dev version 2.01|2.01]]
Hover & click on the images for description

Description

Description:
Sets shortcut of given menu strip entry.
Groups:
GUI Control - Menu

Syntax

Syntax:
menuSetShortcut [idc, path, shortcut]
Parameters:
idc: Number
path: Array
shortcut: Number
Return Value:
Nothing

Alternative Syntax

Syntax:
control menuSetShortcut [path, shortcut]
Parameters:
control: Control
path: Array
shortcut: Number
Return Value:
Nothing

Examples

Example 1:
_ctrlMenuStrip menuSetShortcut [[0,0],2048 + 0x16]; // ALT + U

Additional Information

See also:
menuShortcut menuShortcutText

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

[[Category:Introduced with arma3Dev version 2.01]][[ Category: arma3Dev: New Scripting Commands | MENUSETSHORTCUT]][[ Category: arma3Dev: Scripting Commands | MENUSETSHORTCUT]]