Workaround: "Replace With Passage" In the New Pages 5.0

Levi Durfey
Levi Durfey Member Posts: 2,218 ✭✭✭
edited November 2024 in English Forum

For you Mac users, I have developed a workaround to get the Logos service, “Replace with Passage” to work with the new Pages 5.0.

First, you need to have the app Launchbar (http://www.obdev.at/products/launchbar/index.html). It will cost you $35, but there’s a trial if you want to test this workaround. You might also get this to work get this to work with a similar app like Alfred or Quicksilver.

A. Make an Automator Service.
1. Launch “Automator” on your Mac.
2. Create a new service.
3. Change “Service receives text input” to “Service receives no import”
4. Find “Run Applescript” in the left column and drag to the main panel.
5. Copy and Paste the following script into applescript panel (delete what’s there first):

tell application "System Events" to keystroke "l" using {control down, command down, option down}
delay 0.1
tell application "System Events" to keystroke "l" using {shift down, control down, command down, option down}
delay 0.15
tell application "System Events" to keystroke "c" using {shift down, command down}

6. Save the service with a name that makes sense to you. I choose “Insert Bible Passage”

B. Assign Keyboard Shortcuts
1. Open "System Preferences”
2. Click on “Keyboard”
3. Click on “Shortcuts”
4. Find “Replace with Passage” and make the shortcut Shift-Control-Option-Command-L(you can make it anything you want, just change the automator script to match it; it’s the second keystroke in the script)
5. Find “Send to Launchbar” and make the shortcut Control-Option-Command-L.
6. Find the “Insert Bible Passage” (or whatever you named it) and make it the shortcut of your choice. I choose control-option-command-B.

That’s it. It can paste a Bible passage into Pages 5.0 (or any text processor) in less than 1/2 second. Simply select the Bible reference and press the shortcut key for “Insert Bible Passage"

Here's a quick video of it in action (look at the top center to see Launchbar in action—it's very quick):

1411.Launchbar Paste Demo.mov

Comments