Simple Shortcut Widget
Create a new widget from template
Modify Widget Information
Add Shortcut Measure
"measures":{
"shortcut":{
"name":"shortcut1", //use this name in index.html to get measure data
"title": "Notepad", //shortcut display title
"path": "c:/windows/notepad.exe", //the filepath of shortcut
"icon" : "img/icon.png", //the icon image filepath of shortcut
"showCmd" : "3", //0=hide 1=ShowNormal 2=ShowMinisize 3=ShowMax
"param" : "", //the param of shortcut
//"directory" : "", //the startup directory path
}
}Modify Widget UI
Using Widget
Last updated