adiktofsugar
2 discussion posts
So I'm trying to make some shortcuts like mosaico, and I did make the win + 4 do 25, 50, then 75 percent, but the height doesnt take the taskbar into account, and id like it to.
As a related question, is there any way to make the shortcut variable, or have some of my code be a library / import it into the script?
Are you using Monitor.GetMonitorBounds in your script? If so, try using Monitor.GetMonitorWorkArea instead. That will return the size of the monitor less the size of the taskbar.
If you have a third-party or custom library that you want to use in a script, you can just add it to the pipe separated References list at the bottom of the script editor window.
Hope that helps!
adiktofsugar
2 discussion posts
Ahhh that's the difference! Thanks!!