Certainly could be, unfortunately I'm not an expert in AHK (used Eventghost for several years until I migrated to Linux, where I now have complete command over my keyboard shortcuts). It could be MC stealing the keys itself if you've created global shortcuts in custom resources.
I don't think it's JRiver's custom resources file that's at fault here:
- I made sure to delete the corresponding line before trying the AHK script (& restarted JRiver MC & Server).
- even if I don't do this, the lines that work still work perfectly...
- for good measure, i remove the whole Custom Resources file, to no avail.
What I notice is that the problem occur when there's a parameter in use:- For Example if I want a hotkey for the MCC_Exit (20007) function, with the parameter that it also closes the server (Parameter 1),it works but not entirely: MC is closed yes, but the parameter 1 of also closing the server is ignored.
^+q::
run mc25.exe /MCC 20007,1
return
Here's an interesting example of two AHK hotkeys that succed and fail:
^+D::
Run mc25.exe /MCC 10034,30000
return
^+S::
run mc25.exe /MCC 10035,30000
return
The 1st hotkey works by going forward 30 sec.
The 2nd one does not completely: it goes back yes, but only by 10 sec. ignoring the parameter completely...
Once again, this problem does not manifest itself when using Windows command line.
This is so frustrating! ? I thought I had this problem solved...