▲ 3 r/AutoHotkey
#IfWinActive active window name
i'm pretty new to this and i wanted to ask some question since i only find error in 30min, i want to make it so that i can use my right click work just like my left click on certain window.
#Requires AutoHotkey v2.0
#IfWinActive, MSI App Player
RButton::LButton
#IfWinActive
it's pretty much copy pasted from other reddit post, i only changed the window name but not sure if it's correct. so i open window spy and i got this for the windows title, class and process:
MSI App Player
ahk_class Qt672QWindowIcon
ahk_exe HD-Player.exe
ahk_pid 11828
ahk_id 331062
so can someone points out what's my mistake is and how to fix it?
thanks in advance
u/novian14 — 3 days ago