Tech Tip: Switch Monitor Input with a Keyboard Shortcut

Описание к видео Tech Tip: Switch Monitor Input with a Keyboard Shortcut

AutoHotkey
https://www.autohotkey.com/

Control My Monitor
https://www.nirsoft.net/utils/control...

Mouse Without Borders
https://www.microsoft.com/en-us/downl...

Script Code:
#Requires AutoHotkey v2.0

Update to your ControlMyMonitor.exe path.

^v:: Run "C:\Users\*UserName*\Documents\AutoHotkey\controlmymonitor\ControlMyMonitor.exe /SetValue \\.\DISPLAY1\Monitor0 60 17"
^b:: Run "C:\Users\*UserName*\Documents\AutoHotkey\controlmymonitor\ControlMyMonitor.exe /SetValue \\.\DISPLAY1\Monitor0 60 15"

You may have a different DISPLAY# and Monitor#. Check with Control My PC app. If your script stops running after previously working then check for any changes to the DISPLAY# and Monitor#

The "60" represents my VCP Code Number in Control My Monitor
The "17" and "15" represents my inputs. 17 is my HDMI and 15 is my Display Port. Yours may differ.

Комментарии

Информация по комментариям в разработке