Skip to content

Instantly share code, notes, and snippets.

View tsogview's full-sized avatar
🏠
Working from home

kasusa tsogview

🏠
Working from home
View GitHub Profile
@krrr
krrr / brightness.ahk
Last active April 26, 2024 15:51
Windows screen brightness fine tune (autohotkey)
#,::
AdjustScreenBrightness(-3)
Return
#.::
AdjustScreenBrightness(3)
Return
AdjustScreenBrightness(step) {
service := "winmgmts:{impersonationLevel=impersonate}!\\.\root\WMI"