登录:     


Forum: VirtualDJ Technical Support

Topic: Script for BACK button on my CDJ

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Hi, Looking for some direction in writing a script for my BACK button on my CDJ to move to any open window in the browser each time I press it. Something like what I tried below:

browser_window +1 "dontbrowse" ? nothing : browser_folder

Thanks!
 

发表时间 Tue 29 Mar 22 @ 3:26 am
Not entirely sure what you meant. You just want to cycle through the open bowser areas?
If so, browser_window +1, should do.

But maybe you wanted something specific?
 

I guess what you want is this:
<map value="BACK" action="var_equal 'dontbrowse' 1 ? nothing : browser_window -1" />
 



(陈旧帖子或论坛版块会自动关闭)