PDA

View Full Version : hotkeys


michael_brazelton
09-24-2008, 09:35 AM
hey all

we tried to move our hotkeys from vr.2 to vr. 3 and it doesn't really seem to work

any ideas what's up?

we are all really used to using spacebar for start stop of playback - this is our old setup

in # player keybinds

def togglePlayback():
if fx.player.playing :
fx.player.stop()
else :
fx.player.play(1)

fx.bind(' ', togglePlayback)









also has anyone set up a hotkey for interactive paint? we used to have one for that - but doesn't work anymore either...

paulm
09-24-2008, 09:38 AM
It might not be possible to bind space anymore to anything other than pan.

try binding "Space" instead of " ".

michael_brazelton
09-24-2008, 03:19 PM
ok I'll try that tmrw at work -

would really be a bummer to not be able to do that! got used to that with commotion and combustion and it's ingrained in me!