ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

cliptext

(1/1)

cracksloth:
Can anyone explain why this doesn't work:

I want to create a single hotkey for all cliptext relevant aliases (to simplify things). To do this I created an alias called "clip" containing:

define | define %cliptext%
lookup | lookup %cliptext%
search | search %cliptext%
etc.

Then I created a single hotkey that would copy the selected text and enter "clip" into the search box.

As expected, when I press the hotkey, I'm presented with options for define/lookup/search. But when I select one, I get an error saying "Windows cannot find 'define X'..." (where X is the phrase copied to the clipboard)

I was hoping FARR would present me with results from those aliases. Is there a fix?

mouser:
after each | insert: restartsearch

define | restartsearch define %cliptext%
lookup | restartsearch lookup %cliptext%
search | restartsearch search %cliptext%

cracksloth:
you are a brilliant man!! thanks, mouser!!

Navigation

[0] Message Index

Go to full version