move timeframe by 1 frame to right in pan/crop on keyboard

SilentHG wrote on 12/8/2019, 7:21 AM

i am using vegas pro 17 and i have a 8 core and 8 thread based cpu and a rx 480 8gb.

i want to know, if there is a way to apply shortcut to timeframe in pan/crop, so my one hand will be on mouse to move the image and one hand on keyboard to move to the next frame, i found a guy who made a script but it was made in 2015 which might be viable for older versions, can you help me out please.

this was the script:
import Sony.Vegas;
var addFrames : int
addFrames=1;
Vegas.Transport.CursorPosition = Vegas.Transport.CursorPosition + Timecode.FromFrames(addFrames);


the timecode class or object is not the same probably.