This App is No Longer Maintained. Visit the Replacement at StrokesPlus.net

StrokesPlus Forum
                       
StrokesPlus Forum
Home | Profile | Active Topics
Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Lua Scripts
 General Action Scripts
 "Duplicate" Tab
 Forum Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

CyberInferno

4 Posts

Posted - 06/20/2012 :  01:00:47  Show Profile
Simple script to open a new tab with the URL of your current tab. Tested in Firefox, Internet Explorer, and Chrome. You may have to adjust the delays a bit depending on your computer speed.

acSendKeys("%d{DELAY 100}^x{DELAY 50}^t{DELAY 100}%d{DELAY 50}^v{DELAY 50}~")

gopikrish2000

34 Posts

Posted - 11/01/2013 :  11:58:21  Show Profile
The above script without modifying the clipboard ( restoring previous value ).
local previousCopy = acGetClipboardText()
acSendKeys("%d{DELAY 100}^x{DELAY 50}^t{DELAY 100}%d{DELAY 50}^v{DELAY 50}~")
acSetClipboardText(previousCopy)
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked
 Printer Friendly
Jump To:
StrokesPlus Forum © 2011-2018 Rob Yapchanyk Go To Top Of Page
Snitz Forums 2000