Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Changing Deck Display from Keyboard

This topic is old and might contain outdated or incorrect information.

MLPBPHome userMember since 2018
Is there a way I can change the skin display from 2 to 4 decks using a keyboard shortcut rather than using the drop down section with my mouse
 

Posted Sat 08 Jun 19 @ 1:37 am
NicotuxHome userMember since 2014
you can map a custom key in setting -> controlers -> keyboard for that:
setting 'skin' & param_contains "/:2" ? load_skin ':4 Decks' : load_skin ':2 Decks'
I use to use CTRL+ALT+LEFT and CTRL+ALT+RIGHT for skin change
same as ALT GR + LEFT and ALT GR + RIGHT

for a pad or a custom button you hve to split both commands
load_skin ':4 Decks'
load_skin ':2 Decks'
combination does not seems to work
 

Posted Sat 08 Jun 19 @ 4:19 am
locoDogPRO InfinityModeratorMember since 2013
load_skin ':2 Decks' ? load_skin ':4 Decks' : load_skin ':2 Decks'
 

Posted Sat 08 Jun 19 @ 6:07 am
NicotuxHome userMember since 2014
Fine! I was not aware "load_skin" was a query !

do you know the reason why the sequence
"setting 'skin' & param_contains '/:2' ? ....."
works fine but with load_skin ?

 

Posted Sat 08 Jun 19 @ 12:37 pm
locoDogPRO InfinityModeratorMember since 2013
Not sure to be honest.
 

Posted Sat 08 Jun 19 @ 1:12 pm


(Old topics and forums are automatically closed)