Page MenuHomeFeedback Tracker

menuShortcutText does not work
Closed, ResolvedPublic

Description

The command menuShortcutText does not work for shortcuts which use a modifier key such as ALT, CTRL, SHIFT.

Details

Severity
Tweak
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting
Steps To Reproduce
private _ctrlMenuStrip = findDisplay 313 displayCtrl 120; 
_ctrlMenuStrip menuText [0,0]; //New / Shortcut: (CTRL + N)
_ctrlMenuStrip menuShortcutText [0,0]; //"" 

_ctrlMenuStrip menuText [0,1]; //Open / Shortcut: (CTRL + O)
_ctrlMenuStrip menuShortcutText [0,1]; //""

//Modded one
_ctrlMenuStrip menuText [4,8,8]; //Batch Replace / Shortcut: (ALT + R)
_ctrlMenuStrip menuShortcutText [4,8,8]; //""

//Without modifier key
_ctrlMenuStrip menuText [1,8]; //Toggle Surface Snapping / Shortcut: (#)
_ctrlMenuStrip menuShortcutText [1,8]; //"#"
Additional Information

Version 2.00

Event Timeline

R3vo created this task.Oct 18 2020, 9:59 AM
R3vo added a comment.Nov 19 2020, 2:35 PM

Fixed in 2.01.146950

LouMontana closed this task as Resolved.Nov 19 2020, 2:46 PM
LouMontana claimed this task.