Dear all,
I am new to this forum although I use JRiver quite some time and love it for the ease of searching through my music and the screen appearance.
Lately, I was trying to automate some tasks that I do frequently (highlight files in Files view and copy to a Ramdisk for future usage in Windows Explorer) via Autohotkey, just to find out that JRiver uses its own way to control keyboard inputs etc.
Two possible ways to succeed I can imagine right now:
1) Use MCC_Keystroke command to copy highlighted files (simulate CTRL C keyboard input). I could put a line in AHK: Run MC19.exe /MCC 27000´, nKeyCode
Does anybody know the int keycode for {CTRL C} ?
2) I have searched the forum to find out that the Linux system obviously uses three sorts of memory buckets to store clipboard, but the interaction with Windows clipboard is not so easy. Is there a way to easily synchronize the buffers? I dont do C++ programming so I can only put code in AHK, thus using the little autocutsel program won´t help?!
What I would like to achieve is to copy the highlighted files into a buffer so that I can use their path in Windows to copy them to a differnt location in an automated fashion....
Thanks for any help
Casi