Answers for "ahk enable multimonitor"

0

ahk enable multimonitor

#+m::

SysGet, NumOfMonitors, MonitorCount ;Gets number of Monitors available

Switch NumOfMonitors
{
Case "1":    Run displayswitch /external
Case "2":    Run displayswitch /internal
}
Posted by: Guest on July-17-2021

Browse Popular Code Answers by Language