Se Connecter:     


Forum: VirtualDJ Technical Support

Sujet: custom key up/down buttons ddj flx-4
hey, i have spend way too much time trying to figure out how to create a custom vdj-script/keybinding that will change the key of a seperate deck depending on what button i hold (smartCFX or SHIFT).
i want to use the CUE/LOOP call buttons (button 4 and 5). does anyone know a script that does exactly that?
 

Posté Mon 03 Feb 25 @ 9:29 am
shift + button variation
key_move +1 while_pressed

actual smartCFX button
toggle '$smcolor' & set $myShift while_pressed
smartCFX + button
var $myShift ? key_move +1 while_pressed : whatever it was before