01-07-2019, 08:02 PM
Hi everyone,
I've been messing around with OnScreenDisplay and I'm having some issues hiding it. I think I'm supposed to make new functions and put these in, but I don't know how I tie those into the macros. Anyway, here's what I have.
Thank you so much!
I've been messing around with OnScreenDisplay and I'm having some issues hiding it. I think I'm supposed to make new functions and put these in, but I don't know how I tie those into the macros. Anyway, here's what I have.
if win("" "AutoHotkey")
clo win("" "AutoHotkey")
osdid
else
run "$user profile$\Downloads\Spotify.ahk-master\Example Hotkeys.ahk" "" "" "*" 0x10000
_monitor=1
OnScreenDisplay "Spotify Volume Mode" 2 +1 +1 "Calibri" 48 0xFFFFFF 1 "" 1
Thank you so much!