View Issue Details

IDProjectCategoryView StatusLast Update
0009027MMW v4Framework: Scripts/Extensionspublic2012-01-30 19:56
Reporterzvezdan Assigned To 
PriorityhighSeverityfeatureReproducibilityalways
Status assignedResolutionopen 
Summary0009027: Option to add Shortcut of some menu item to the hotkey's Action list in Options dialog needed
DescriptionIt would be nice if you add a possibility that some menu's Shortcut created by scripts could be changed by users using the Hotkeys sheet in the Options dialog box. For example, you could add a new boolean property to the menu items, let's call it ActionList or similar, where setting to True would put that shortcut in the Action list. The displayed text in the Action list could be the Caption of the menu item with its topmost menu parent. For example:

        Set oMenuItem = SDB.UI.AddMenuItem(SDB.UI.Menu_View, 1, 0)
        oMenuItem.Caption = SDB.Localize("Event Vie&wer")
        oMenuItem.Shortcut = "Ctrl+Alt+W"
        oMenuItem.ActionList = True

In this case the Action list would display the new item: View: Event Viewer.
TagsNo tags attached.
Fixed in build

Relationships

related to 0009073 new Option to specify Enabled, Visible and Active for items in the Scripts.ini file for type 0/1 scripts 

Activities

There are no notes attached to this issue.