//jpKeySnap //052802 //takes the currently selected keys and snaps them all //to the value of the last key selected global proc jpKeySnap() { float $rKeyValue[] = `keyframe -q -vc -lsl`; keyframe -e -vc $rKeyValue[0]; } //end proc jpKeySnap