Search a phrase

Share your favorite FastKeys commands
Post Reply
Ramakrishna
Posts: 6
Joined: Apr 29th, ’21, 14:50

Post by Ramakrishna » Apr 29th, ’21, 14:56

I would like to search some phrase I selected from a pdf in a site called "crossref".

For example, I selected the following phrase "Explaining online shopping behavior with fsQCA" from a pdf and would like to search in https://search.crossref.org/, how can I do this? Like google search it is not working as "+" symbols are inserted into the spaces.
https://search.crossref.org/?q=Explaini ... rom_ui=yes is working.

Any suggestions?
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Apr 30th, ’21, 14:58

This works for me (Type: Command):

Code: Select all

Send, ^c
Sleep 50
Run, https://search.crossref.org/?q=%clipboard%&from_ui=yes
Ramakrishna
Posts: 6
Joined: Apr 29th, ’21, 14:50

Post by Ramakrishna » May 2nd, ’21, 06:08

This works. But I need to copy and then use the shortcut. Is there any way that we can combine this into a single shortcut.
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » May 2nd, ’21, 13:38

The script does both. Maybe you need to increase a sleep a little bit.
User avatar
marcelolima
Posts: 37
Joined: Apr 11th, ’22, 00:04

Post by marcelolima » Jul 24th, ’22, 18:04

I would like the same with this site: https://juris.trt2.jus.br/jurisprudencia/

But simply replacing the site doesn't work.
Although it has several search options, I usually search only through the first option.

Could the team help me in this case?

Thank you!
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jul 26th, ’22, 21:06

Sorry, I don’t see a search option…
Post Reply