Can someone help me. How can I make the Avedesk showcase open what I click on a an icon in my objectdock just like dashbaord does
AVEdesk like Dashboard
Just creates a shortcut to avedesk and in the "arguments" box put "-opensc" without the quotes. It worked for me.
Or create a .vbs file with this code:
'--- start ---
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{F6}"
'--- end ---
Replace the F6 with whatever your hotkey for showcase is. A similar script can be created for use with other apps too, like expose clones. ![]()
Try this.
http://www.aqua-soft.org/board/showthread.php?t=35055
Uberaaz has written a script for it to work for function keys, so you can customize it for any key.
I use it for Matonga's Winexpose program and it works like a charm. Actually I thinks little script would be a solution to any program like this
@TomTomx, that's the same as the vbs script I posted above. ![]()
how do u make a .vbs file?
nvm thanks for the help. Theres some bugs 4 me to work out but ill handle it.
Aqua-Soft Forums