batuta Posted July 15, 2005 Report Share Posted July 15, 2005 How can I do a Link to F8 in the Rk Launcher just like in Tiger? Link to comment
revroy Posted July 15, 2005 Report Share Posted July 15, 2005 make a script in note pad by pasting put in it the following'--- start ---set WshShell = CreateObject("WScript.Shell")WshShell.SendKeys "{F2}"'--- end ---name it dashboard.vbsthen drag it to RKLauncher and give it the icon you want.thats it Link to comment
deliciousj Posted July 15, 2005 Report Share Posted July 15, 2005 thanks a lot! this was helpful. Link to comment
Larsen2k4 Posted July 15, 2005 Report Share Posted July 15, 2005 You may also combine this script with launching Konfabulator: '--- start --- set wshshell=createobject("wscript.shell") wshshell.run(chr(34)&"c:ProgrammePixoriaKonfabulatorKonfabulator.exe"&chr(34)) wscript.sleep 3000 wshshell.SendKeys "{F11}" '--- end --- This let's Konfab start up, wait 3 seconds until the widgets have been loaded and then show them in Konsposé-mode ... that's how I do it And because you can only run one instance of Konfabulator it also works while it already runs Link to comment
acastro23 Posted July 15, 2005 Report Share Posted July 15, 2005 I had the script working fine and now it doesn't. I double-click the vbs and nothing happend. Any suggestion? Link to comment
Infinity Posted July 16, 2005 Report Share Posted July 16, 2005 The first script works fine for me, just change the F2 to F8 or whatever you have it set to Link to comment
vitasg Posted October 16, 2006 Report Share Posted October 16, 2006 Is it possible to write a script that allows for the following:1. Click on the icon on RK Launcher to start Yahoo Widget Engine; then 2. While Widget Engine is running, when you click on it a second time it brings up konspose?If so, is it also possible for the icon on the dock to have a running indicator?Thanks. Link to comment
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now