Steve,
These featured are in MLO Hotkeys, I thought you were using it but I
guess you must have you own scripts.
Below is my code which I have adapted as an example but if you don't
want the ToDo check then just use send !v{up}{enter} or send !v{down}
{enter}
Jon
;For SetTitleMatchMode
start = 1
contain = 2
exact = 3
blank =
Hotkey, Ctrl & Up, ViewUp
Hotkey, Ctrl & Down, ViewDown
return
ViewUp:
gosub, CheckIfToDoActive
if (ToDo = 1)
send !v{up}{enter}
return
ViewDown:
gosub, CheckIfToDoActive
if (ToDo = 1)
send !v{down}{enter}
return
CheckIfToDoActive:
detecthiddentext, off
settitlematchmode, %contain%
ifwinexist,ml - MyLife Organized,&To-Do
ToDo = 1
ifwinexist,ml - MyLife Organized,&Outline
ToDo = 0
return
On Jan 9, 2:51 am, "Steve Wynn" <[email protected]>
wrote:
> Somebody supplied me with an Autohotkey script to move the views forward and
> backwards - I can't seem to find it . Whoever it was can you supply it to me
> again - or point me in the right direction.
>
> Cheers
>
> Steve
>
> red_faced.gif
> < 1KViewDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MyLifeOrganized" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/myLifeOrganized?hl=en
-~----------~----~----~----~------~----~------~--~---