- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- AutoHotKey/文法/マルティディスプレイ へ行く。
- 1 (2015-01-18 (日) 02:47:20)
- 2 (2015-01-18 (日) 03:13:36)
マルチディスプレイ
SysGet, MonitorCount, MonitorCount SysGet, MonitorPrimary, MonitorPrimary MsgBox, Monitor Count:`t%MonitorCount%`nPrimary Monitor:`t%MonitorPrimary%
マルチディスプレイでの位置情報
------------------------------- | | | | 2 A | 1 | | | | | | | -------------------------------
1がメインディスプレイで、2がサブディスプレイの場合、Aの位置は X:-100,Y:100のようになる。
サブディスプレイのタスクバーを除いた幅と高さ
SysGet, MonWorkArea, MonitorWorkArea, 2 MsgBox, Width:%MonWorkAreaLeft%`nHeight:%MonWorkAreaBottom%
サブディスプレイの番号が2の場合、上のように指定すると、Width:-1024 Height:728のように取得出来る。