#1
|
|||
|
|||
![]()
I like to keep all JDownloader tabs open, but I can only switch between them using the mouse. Is there any keyboard combination to do this, or implementation forecast?
|
#2
|
||||
|
||||
![]()
at the moment only "strg + (shift) + TAB" is supported, see https://board.jdownloader.org/showthread.php?t=80505
__________________
JD-Dev & Server-Admin |
#3
|
||||
|
||||
![]()
__________________
JD-Dev & Server-Admin |
#4
|
|||
|
|||
![]()
Thanks for info.
Now I can use AutoHotkey to assign Ctrl-Right to forward tabs and Ctrl-left to return, plus F8 for the downloads panel and F9 for the capture. Sharing the script: #IfWinActive ahk_class SunAwtFrame ^Left:: Send, ^+{Tab} Return ^Right:: Send, ^{Tab} Return F8:: MouseGetPos, StartX, StartY MouseClick, left, 50, 95 MouseMove, StartX, StartY Return F9:: MouseGetPos, StartX, StartY MouseClick, left, 170, 95 MouseMove, StartX, StartY Return #IfWinActive Ps.: For F8 and F9 codes JD window must be maximized. |
#5
|
||||
|
||||
![]()
thanks for sharing your findings
__________________
JD-Dev & Server-Admin |
![]() |
Thread Tools | |
Display Modes | |
|
|