Get cursor in search and select dictionary

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Castelo
Posts: 1
Joined: 14 Oct 2021, 15:18

Get cursor in search and select dictionary

14 Oct 2021, 15:28

I want to look up words automatically on this online dictionary- right on this page:

https://outils.biblissima.fr/fr/collatinus-web/

In the search box where it says "Rechercher le mot" i want the copied word to be applied and I also want to select the dictionary Lewis and Short, where it says "dans le dictionnaire"

I have figured out the rest of the pages by using the url but this is not possible on the BIBLISSIMA-page.
I don´t even know if its possible including it in this same command. I want it to look for the word on all of these pages at the same time.

Code: Select all

!0::
	Send, ^c
	Sleep 50
	Run, https://ordnet.dk/ddo/ordbog?query=%clipboard%&tab=for
	Run, https://latinskordbog.dk/ordbog?query=%clipboard%
	Run, http://www.perseus.tufts.edu/hopper/morph?l=%clipboard%&la=la
	Run, https://en.m.wiktionary.org/wiki/%clipboard%#Latin
	Run, https://ordnet.dk/ddo/ordbog?query=%clipboard%&tab=for
	Return
Fulminare
Posts: 369
Joined: 26 Jun 2021, 20:15

Re: Get cursor in search and select dictionary

16 Oct 2021, 00:05

You want to past a copied word into the search box ?

I am sure there are other proper methods, but you can try this :

For pasting the copied word use : %Clipboard%

To select the search box use : MouseClicks ( you need to enter the coordinates of the Search Box for the mouse to click at)

If you need to scroll down use : send, {WheelDown}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: just me, MiM and 147 guests