The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniWeb General (http://forums.omnigroup.com/forumdisplay.php?f=8)
-   -   Applescript and Bookmarklets (http://forums.omnigroup.com/showthread.php?t=15979)

scb 2010-04-18 12:59 PM

Applescript and Bookmarklets
 
I'm trying to connect my [URL="http://quixapp.com/"]Quix[/URL] bookmarklet to a keyboard command (say, control-Q). My first try was applescript, using the following code:

[CODE]tell application "OmniWeb"
tell favorites
set theaddress to address of bookmark "Quix"
end tell

tell front browser
OpenURL theaddress
end tell

end tell
[/CODE]

This does not seem to work because the OpenURL command opens a new browser tab.

Any other suggestions?

troyb 2010-04-20 02:16 PM

Why not just assign a keyboard shortcut to the relevant bookmark? You can assign a keyboard shortcut to any menu item (including bookmarks in the bookmarks menu) via the "Keyboard" system preference pane.

scb 2010-04-24 05:08 AM

Yep, that works. Thanks!


All times are GMT -8. The time now is 05:40 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.