Hi guys. Is there a way to enable 3 key combinations to trigger a button in Virtual DJ? I just don't want to set off the button (action) by fluke. Say Control+R+L = Close Virtual DJ. Is this possible? Thanks in advance!
Mensajes Thu 05 Sep 13 @ 10:32 am
you can do it with a little extra mapping.
ctrl
set '$ctrl' while_pressed & var '$R' ? var '$L' ? close
R
set '$R' while_pressed & var '$ctrl' ? var '$L' ? close
L
set '$L' while_pressed & var '$L' ? var '$R' ? close
ctrl
set '$ctrl' while_pressed & var '$R' ? var '$L' ? close
R
set '$R' while_pressed & var '$ctrl' ? var '$L' ? close
L
set '$L' while_pressed & var '$L' ? var '$R' ? close
Mensajes Thu 05 Sep 13 @ 11:05 am