Ahk mengaktifkan multimonitor

#+m::

SysGet, NumOfMonitors, MonitorCount ;Gets number of Monitors available

Switch NumOfMonitors
{
Case "1":    Run displayswitch /external
Case "2":    Run displayswitch /internal
}
N00B