can anyone help me with a script i've been dealing with?
1joy5 & 1joy6::
Process, Exist, osk.exe
if (ErrorLevel) {
PostMessage, 0x112, 0xF060,,, ahk_exe osk.exe
} else {
Run, C:\Windows\System32\osk.exe
}
return
This so far works, but only with 1joy5 and 1joy6 pressed at the same time, which is the shoulder buttons on my controller, how would i do this if i want shoulder buttons AND start + select? (1joy10, 1joy9)
i tried "1joy5 & 1joy6 & 1joy10 & 1joy9::" and similar but doesn't work at all.