Skip to content

Instantly share code, notes, and snippets.

View anirbanbose142's full-sized avatar

Anirban Bose anirbanbose142

View GitHub Profile
@X-Raym
X-Raym / davinci_resolve.ahk
Last active June 1, 2021 07:13
DaVinci Resolve AutoHotKey KeyBoard Shorcuts and MIDI Scripts
GetActiveWindowProcessName() {
WinGet, Active_ID, ID, A
WinGet, Active_Process, ProcessName, ahk_id %Active_ID%
return Active_Process
}
`;::
if (GetActiveWindowProcessName() = "Resolve.exe") {
send {WheelDown 1}