View Single Post

  #2 (permalink)  
Old 13th May 2006
mrlacy's Avatar  
  mrlacy mrlacy is offline
  OSX
 
Join Date: Apr 2006
Posts: 13
Rep Power: 20
mrlacy is an unknown quantity at this point
Re: Dashboard icon on dock
ok...this is what i did. i use rklauncher....

1. figure out the hotkey for your widget engine
2. open notepad and type in the following

'--- start ---
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{F2}"
'--- end ---

where "F2" is the hottkey for your app. save this file as dashboard.vbs onto your desktop.

3. Drag this file to your rklauncher, then use the properties to change it to the dashboard icon...if you need that icon it is in the png sec. of the forum. Enjoy!

note: you can also save dashbaord.vbs in your mydocuments or other folder to avoid it from being on desktop, however make sure you make a copy shortcut on your desktop to drag to your dock, then you can delete it off your desktop.
Reply With Quote