March 2014 update
This commit is contained in:
parent
09687c4926
commit
a25938f123
1846 changed files with 21876 additions and 5203 deletions
|
|
@ -0,0 +1,15 @@
|
|||
SysGet, MonitorCount, MonitorCount
|
||||
SysGet, MonitorPrimary, MonitorPrimary
|
||||
MsgBox, Monitor Count:`t%MonitorCount%`nPrimary Monitor:`t%MonitorPrimary%
|
||||
Loop, %MonitorCount%
|
||||
{
|
||||
SysGet, MonitorName, MonitorName, %A_Index%
|
||||
SysGet, Monitor, Monitor, %A_Index%
|
||||
SysGet, MonitorWorkArea, MonitorWorkArea, %A_Index%
|
||||
MsgBox, % "Monitor:`t#" A_Index
|
||||
. "`nName:`t" MonitorName
|
||||
. "`nLeft:`t" MonitorLeft "(" MonitorWorkAreaLeft " work)"
|
||||
. "`nTop:`t" MonitorTop " (" MonitorWorkAreaTop " work)"
|
||||
. "`nRight:`t" MonitorRight " (" MonitorWorkAreaRight " work)"
|
||||
. "`nBottom:`t" MonitorBottom " (" MonitorWorkAreaBottom " work)"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
def window = java.awt.GraphicsEnvironment.localGraphicsEnvironment.maximumWindowBounds
|
||||
|
||||
println "width: $window.width, height: $window.height"
|
||||
|
|
@ -0,0 +1 @@
|
|||
plothsizes()[1..2]
|
||||
Loading…
Add table
Add a link
Reference in a new issue