May want to tweak the full path to FARR's exe (see FarrFullPath in code) and/or the hotkey (see KeySequence in code).
Tested on XP SP3 and 7 Pro SP1.
Formatted for Autohotkey with the GeSHI Syntax Highlighter [copy or print]
; change this as desired KeySequence := "^+p" ; XXX: may need to change this ShowFARRAtPointer() { global FarrFullPath { { } ; XXX: will this work for multi-display set-ups? } Else ; no FARR { ; OK/Cancel - esc dismisses dialog , % "FARR doesn't seem to be running.`n`nOk to start FARR?" IfMsgBox, OK { Run, % FarrFullPath } } } DoShowFARRAtPointer: { ShowFARRAtPointer() }
Updated: as per Nod5's suggestion to use A_ProgramFiles








Logged










