Help to open a link in calibre program window

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Maxsteinfeld
Posts: 87
Joined: 25 Jun 2017, 02:18

Re: Help to open a link in calibre program window

19 Jul 2017, 11:02

Hi KeypressGuy
basically it works !!
I only had to modify the script a little bit
in:

Code: Select all

	loop 
	{
		MouseMove, 0, -4, 0, R				; move cursor up 4 pixel -  cursor moving speed: fast as possible (0), starting at cursor position (R)
  		if not (A_Cursor <> "Unknown")		; match if  'A_Cursor = "Unknow"'  what means, that the cursor is reaching the desired line "Click to open" !
		break							; got it !
	}
very tricky idea - thx :bravo:
Greets
Max

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot] and 186 guests