#10
|
|||||
|
|||||
Quote:
\\ is literally mean \ or use / For example jd will see this path 'C:\Program Files\JDownloader 2.0\JDownloader2.exe' as 'C:Program FilesJDownloader 2.0JDownloader2.exe' because it was trying to escape P from Program and J from JDownloader and J from JDownloader2.exe. So it has to be given 'C:\\Program Files\\JDownloader 2.0\\JDownloader2.exe' Or 'C:/Program Files/JDownloader 2.0/JDownloader2.exe' Quote:
In this case copy 'jdHotkey.exe' into '_bin' folder you just created Quote:
It cannot be double clicking. Just call/put hotkeyCtrlDel(); anywhere in your script as desired and use any trigger you want then Ctrl+Del will be sent to JD Quote:
Quote:
Code:
function hotkeyCtlrCancEnter() var exePath = JD_HOME + '\\_bin'; var exeCmd = 'JD-CtlrCancEnter.exe' var hotkey = getPath(exePath + "\\" + exeCmd); callSync(hotkey); } Last edited by zreenmkr; 14.03.2020 at 15:38. |
Thread Tools | |
Display Modes | |
|
|