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

request: Toggle FARR with the last search

(1/1)

yjs14:
a costum hotkey(text for search edit box=%thelast%) = Toggle FARR(pause\break) + the last search(ctrl+up)
 ;D

Nod5:
With autohotkey and control+pause as the custom hotkey

--- ---^Pause::
send {Pause}
WinWaitActive, ahk_class TMainForm,,1
IfWinActive, ahk_class TMainForm
 send ^{up}
return

Navigation

[0] Message Index

Go to full version