Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Script for BACK button on my CDJ
arzee1PRO InfinityMember since 2009
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!
 

Posted 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?
 

Posted Tue 29 Mar 22 @ 6:29 am
I guess what you want is this:
<map value="BACK" action="var_equal 'dontbrowse' 1 ? nothing : browser_window -1" />
 

Posted Tue 29 Mar 22 @ 6:44 am