Page 2 of 2

RE: New v01.01.02 Public Beta Available

Posted: Tue Jul 27, 2021 10:20 am
by MarkShot
next ...


Image

RE: New v01.01.02 Public Beta Available

Posted: Tue Jul 27, 2021 10:21 am
by MarkShot
next ...


Image

RE: New v01.01.02 Public Beta Available

Posted: Tue Jul 27, 2021 10:30 am
by MarkShot
Joel,

The positional code looks like this. So, it is important that the whole interface for 1080p stays constant.

[font="Courier New"] NumPadADD::
{ ;Directives
MouseGetPos, OutputVarX, OutputVarY,
MouseMove, 234,41,0,
Sleep 200
Click
Sleep 200
MouseMove, 559,74,0,
Sleep 200
Click
Sleep 200
MouseMove, %OutputVarX%, %OutputVarY%,
Return
}
[/font]

RE: New v01.01.02 Public Beta Available

Posted: Tue Jul 27, 2021 1:44 pm
by freeboy
so, The updates help me see on the far away smart tv as monitor.... but the top bar I have to remember the tabs as they remain very small

RE: New v01.01.02 Public Beta Available

Posted: Wed Jul 28, 2021 7:17 am
by MarkShot
ORIGINAL: freeboy

so, The updates help me see on the far away smart tv as monitor.... but the top bar I have to remember the tabs as they remain very small

If you have any programming experience, then take a look at:

www.autohotkey.com

You can easily hot key those tabs say to 1, 2, 3 on the numpad, and you don't need to see anything.

For example, these 3 lines are selecting the middle tab at 1080p.

MouseMove, 234,41,0,
Sleep 200
Click

RE: New Public Beta Available

Posted: Wed Jul 28, 2021 9:05 am
by GibsonPete
Scaling has my vote.