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

[tip] paste command + %cliptext%

(1/1)

nitrix-ud:
the paste command is really nice...

for example you can create the bbcode alias (just call the alias bbcode, no regex...)
with the following result :


--- ---paste [quote]%cliptext%[/quote]
paste [url]http://%cliptext%[/url]
paste [b]%cliptext%[/b]
paste [i]%cliptext%[/i]
handy :
invoke FARR with the autocopy
type "bbocde quo"
press enter
that's it you selected text is now surrounded by
--- ---[quote][/quote]
@mouser, i did not manage to get the clipboard content in the result display

--- ---[i]%cliptext%[/i] | paste [i]%cliptext%[/i]the first %cliptext% does not show

lanux128:
can i use the %cliptext% keyword in turn with the $$1 keyword in an alias? i mean if there is text in the clipboard, then %cliptext% is used but if i typed something then $$1 takes preference.

e.g. to search IMDB, the following contains $$1 as default but i'm looking for a way to merge both keywords.


--- ---IMDB - $$1[or %cliptext%] | http://www.imdb.com/find?q=$$1[or %cliptext%] /ICON=icons\imdb.ico

mouser:
i think $$a was made for this -- uses $$1 if provided, or cliptext if not.

it's $$c as lanux points out below.

lanux128:
thanks mouser for pointing in the right direction. it's $$c btw. ;)

mouser:
ah yes, $$c it is.

Navigation

[0] Message Index

Go to full version