Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Chrome Tabs: activate window (fix #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed Jun 10, 2015
1 parent 90bdd5c commit a8bee15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chrome Tabs.lbaction/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- <value>1.0</value> -->

<key>CFBundleVersion</key>
<string>1.2</string>
<string>1.3</string>

<key>CFBundleIconFile</key>
<string>iconTemplate</string>
Expand Down
1 change: 1 addition & 0 deletions Chrome Tabs.lbaction/Contents/Scripts/default.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ on switch_tab(argv)
using terms from application "Google Chrome"
tell application browserName
set (active tab index of (window win_id)) to tab_id
set index of window win_id to 1
activate
end tell
end using terms from
Expand Down

0 comments on commit a8bee15

Please sign in to comment.