View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009027 | MMW v4 | Framework: Scripts/Extensions | public | 2012-01-28 14:05 | 2012-01-30 19:56 |
Reporter | zvezdan | Assigned To | |||
Priority | high | Severity | feature | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0009027: Option to add Shortcut of some menu item to the hotkey's Action list in Options dialog needed | ||||
Description | It 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
related to | 0009073 | new | Option to specify Enabled, Visible and Active for items in the Scripts.ini file for type 0/1 scripts |