Play, Rewind Viewer Hotkeys

I can’t find the command to select the first frame in my range:

Code:

menubar.addMenu("&Viewer").addCommand("Play", "nuke.activeViewer().play(1)", "Up")
menubar.addMenu("&Viewer").addCommand("Rewind", "???????", "Down")


And is it possible to assign a command to a key, without adding it to a menu?

No Responses to “Play, Rewind Viewer Hotkeys”

Post a Comment