any ideas what I'm doing wrong?
#If (GetKeyState("ScrollLock"))
NumpadUp::Send, #{Tab}
NumpadPgUp::Send, {Media_Play_Pause}
NumpadLeft::Send, ^#{Left}
NumpadRight::Send, ^#{Right}
NumpadAdd::Send, ^#d
NumpadSub::Send, ^#{F4}
#If
this is suppose to make is so when scroll lock is on (I found a use for it! XD) the numpad arrow keys allow me to quickly switch between the virtual desktops in windows 10
it works if I remove the #If
thoughts?