Last active
December 25, 2015 19:39
-
-
Save jordansaints/7029119 to your computer and use it in GitHub Desktop.
Revisions
-
Jordan Saints renamed this gist
Jun 21, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Jordan Saints renamed this gist
Apr 13, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jordansaints revised this gist
Oct 17, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ tell application "Google Chrome" activate end tell tell application "System Events" to key code 37 using {command down} -- cmd+L focuses on omnibar tell application "System Events" to key code 36 using {command down} -- cmd+Return duplicates tab in background -
jordansaints revised this gist
Oct 17, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ tell application "Google Chrome" activate end tell tell application "System Events" to key code 37 using {command down} -- cmd+L focuses on omnibar tell application "System Events" to key code 36 using {command down} -- cmd+Return duplicates tab in background -
jordansaints renamed this gist
Oct 17, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jordansaints revised this gist
Oct 17, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ tell application "Google Chrome" activate end tell tell application "System Events" to key code 37 using {command down} -- cmd+L focuses on omnibar tell application "System Events" to key code 36 using {command down} -- cmd+Return duplicates tab in background -
jordansaints revised this gist
Oct 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ -- by Jordan Saints, www.jordansaints.com tell application "Google Chrome" activate end tell tell application "System Events" to key code 37 using {command down} -- cmd+L focuses on omnibar tell application "System Events" to key code 36 using {command down} -- cmd+Return duplicates tab in background -
jordansaints revised this gist
Oct 17, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ tell application "Google Chrome" activate end tell tell application "System Events" to key code 37 using {command down} -- cmd+L focuses on omnibar tell application "System Events" to key code 36 using {command down} -- cmd+Return duplicates tab in background -
jordansaints revised this gist
Oct 17, 2013 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,5 +5,4 @@ tell application "Google Chrome" activate end tell tell application "System Events" to key code 37 using {command down} tell application "System Events" to key code 36 using {command down} -
jordansaints created this gist
Oct 17, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ -- Duplicate Chrome's currently open tab in the background -- by Jordan Saints, www.jordansaints.com tell application "Google Chrome" activate end tell tell application "System Events" to key code 37 using {command down} delay 0.1 tell application "System Events" to key code 36 using {command down}