View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007222 | MMW v4 | Framework: Scripts/Extensions | public | 2011-01-22 20:11 | 2015-02-05 15:13 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | N/A |
Status | feedback | Resolution | open | ||
Product Version | 4.0 | ||||
Target Version | 4.0.7 | ||||
Summary | 0007222: Programatic execution of all built-in menu and keyboard commands needed | ||||
Description | For example, I need a possibility to return to the previous view. I could simulate press on Alt+Left with: Set oShell = CreateObject("WScript.Shell") oShell.SendKeys "%{LEFT}" but I have problem with that because I am doing it in another shortcut handler (here is request: http://www.mediamonkey.com/forum/viewtopic.php?p=284015#p284015). So, it would be nice if we get, for example, SDB.ExecCommand("GoToPreviousView") or SDB.ExecCommand(1234) where 1234 is an integer constant representing a particular command or something similar. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||