I want to hotkey nvidia colour profiles. There are sliders on the desktop colour page and I have no idea how to macro these. Can anyone offer any assistance?
What i have gleaned from Window Spy over one of the sliders:
NVIDIA Control Panel
ahk_class
Afx:00007FF7660C0000:b:0000000000010005:0000000000000006:0000000000690523
ahk_exe nvcplui.exe
Control Under Mouse:
ClassNN: msctls_trackbar321
Text:
x: 466 y: 458 w: 188 h: 24
Client: x: 458 y: 407 w: 188 h: 24
Here is the Nvidia Control Panel Page.
Each window Control does have its own ClassNN;
- Brightness - ClassNN: msctls_trackbar321
- Contrast -ClassNN: msctls_trackbar322
- Gamma -ClassNN: msctls_trackbar323
I want to have a few different profiles. so default is (in order of above)
50%, 50%, 1.00
and an example one i want is
60%, 25%, 2.66
The apply button does not have to be pressed for cahnges to take effect
This might not be possible with AHK, may possibly even need some registry editing.
I have no idea how to edit anything in window controls.
tia