Move clip on timeline with keyboard

Hi all,
Is there a way to move a clip, either the in our the outpoint to where the playhead is located on the timeline use a single keyboard shortcut?
I essentially want to be able to select a clip, move the playhead to where I want the clip to be, and press a keyboard shortcut to move the clip there
I cannot figure out a way to do this.
Thanks

In CS6, the shortcut is the 'e' key.  (Extend edit to playhead.)
That does not move the clip to the playhead position...just the edit point extends to it.
Since the edit mode change in CS6...this has becomer my most common way to trim clips within the sequence.
For the O.P..what Richard Knight suggested is a good wotk around.  Cut and Paste. 
Select clip> Ctrl-X > Set Playhead > Crl-V
(It will never be a simple single keyboard shortcut due to track targeting in PPRo and there is now way to select a clip using a KB shortcut. Mouse only)
Possibly the best way though is.
Position your Play head>Select Clip in Sequence with CTRL(insert) or  Alt-(Overlay) Held.  Drag to Program Monitor.
You have to select the clip via mouse and you have to position the playhead anyway...so this is pretty simple.

Similar Messages

  • I can not drag clips into timeline with adobe premiere CC

    I can not drag clips into timeline with adobe premiere CC, I created a sequence and still does not work

    See if this works...  2nd post for picture of NEW ITEM process http://forums.adobe.com/message/3776153

  • Loading movie clip to stage with button click AS3

    I'm trying to figure out how to load a movie clip to the stage with a button click and have the movieclip close again using a close button. Does anyone have a step by step on how to do this or links to some tutorials.
    Below is an example of what I'm trying to do.

    Alrighty I changed the publish settings to as3. I'm still getting two errors:
    Scene 1
    1046: Type was not found or was not a compile-time constant: Popup1Btn.
    Scene 1, Layer 'as', Frame 1, Line 3
    1061: Call to a possibly undefined method addEventListener through a reference with static type Class.
    So my setup on my main timeline is I have an actionscript layer with this code now:
    var popup1:Popup1
    Popup1Btn.addEventListener(MouseEvent.CLICK,addF);
    ClosePopup1.addEventListener(MouseEvent.CLICK,closeF);
    function addF(e:MouseEvent):void{
    popup1=new Popup1();
    addChild(popup1);
    function closeF(e:MouseEvent):void{
    removeChild(popup1);
    popup1=null;
    On the stage I have a button with the isntance/AS linkage name Popup1Btn. Inside my Popup1 MC I have a box with text and then a button with the instance/linkage name ClosePopup1 to close the popup.
    What am I missing?

  • 4 Movie Clips, one timeline...

    I don't work with Flash often enough to figure out problems. Should have farmed this job out (may have to, anyone want it?).
    I have created four movie clips, that work individually. When I put them into the main timeline, they don't play. Here's what I have tried:
    * Place background on stage
    * Create one layer, put one clip in the first frame, plays perfectly
    * Add second layer, put second clip in the first frame of new layer, all I see when I play the movie is the background on the stage, no clips play
    * Deleted layer, added second keyframe to layer with first clip. Put second clip into second frame, same result, all I see upon playing is the stage
    What I am trying to accomplish is to have these four movie clips (basically slides of info) play one after the other and then loop back and start over. What am I missing?
    Thanx
    marc

    Thanks for the idea, but unfortunately it didn't work. I am getting:
    **Error** Symbol 'OrgMed Clip', Layer 'Layer 7', Frame 65, Line 1: 1120: Access of undefined property _parent.
         _parent.nextFrame();
    Total ActionScript Errors: 1,  Reported Errors: 1
    when I try to run the file. The reference is to the second movie clip. All I am seeing in the preview is the stage.

  • Turning movie clips on/off with AS3

    Hi everyone ... I need help! I'm relatively new to Flash so hopefully I'll be using the correct terminology here so as not to further confuse any would-be problem solvers out there!
    I am working on an interactive map that allows the user to click on different categories and see them highlighted on the map. (For example - if you click 'retail' all the retail locations on the map will be highlighted.) I have several different categories - 6 to be exact - and I would like the user to be able to click on multiple categories at once, so they can see where residential areas are in relation to offices, for example.
    What I've done is create what looks like a 'toolbar' to one side with buttons for each category. (initially I was using actual flash buttons which redirected to a later frame showing only the highlighted buildings, and then the user could click a 'back' button to get back to  the toolbar.) I have now made each of these text objects into movie clips, and when I double click on the movie clip I have 10 frames. One is actions, obviously, one is the text itself (currently using TLF text) and the third is a .png file, which I've set up as a movie clip and tweened so that it goes from 0% alpha to 100% alpha within the 10 frames.
    In order to get the SWF to function where I'd be able to click on/off one of the categories more than once, I had to set the initial TLF text as 'read only' (when clicked this goes to frame 10 and stops, leaving the buildings highlighted). and the final TLF text as 'selectable' (when clicked, this one goes back to frame 1, where the buildings are not highlighted).
    Unfortunately, when I have all 6 of these movie clips in the SWF, if I click on more than one at a time, I must click them 'off' in the reverse order. Otherwise they will not turn off. EX - if I turn on 'restaurants, hotels, residential' in that order, I have to turn them off in the order of 'residential, hotels, restaurants'
    Does anyone have any tips to make this simpler? I don't know if there is a better way to have these categories 'turn on' other than using the TLF text. I hope one of you smart Flash experts can help me out ASAP!!!

    that's a task much easier to do using actionscript rather than use the timeline.  each location or parent location (if you want one parent for retail and one for residential etc) could have two keyframes.  one for highlighted locations, the other for non-highlighted.  you can timeline tween between the two keyframes, if you want.
    your main timeline would not change frames.  clicking the retail toggle button would cause all retail locations to tween to the highlighted frame.  clicking it again, it should cause the retail locations to tween to the non-highlighted frame.
    likewise for you other buttons and other locations.
    this setup will remove the complications caused by having various combinations of buttons toggled on and off.

  • CS5 movie clips in timeline don't auto-play

    So I used flash for some relatively extensive movies back in the MX days, but haven't done much with it since. I'm trying to build a relatively simple movie now in the newest version of the software, but I'm having some trouble.
    I want to create various smaller movie clips with animations in them, then drop them into the main timeline and have them animate automatically when the playhead hits them. However, when I view the movie (or test it) all I get is the first frame, they don't animate.
    Did I set up the document wrong or something, or is this something basic I missed in the newer versions? Is there a better way to structure this?

    Theoretically that's how I always thought it's supposed to work, but it isn't... I created a new document (new > actionscript 3.0) to test this out, then a movie clip within it containing a block that moves left to right. Doesn't animate in the main timeline. Do I need to specifically tell the clip to animate on that frame? Seems redundant.

  • Move clips from timeline to event sub folder?

    Aloha,
    Is there a way to move clips in the timeline that I have cleaned into a sub folder in an event library?
    I come from a non FCP background and still trying to wrap my mind/workflow around the FCP formula.  Generally I clean clips and drop "some" into a "to be used later" folder. 
    Example - While on location I might shoot some location shots while im waiting around.  The locations shots will use in the last 3 mintues of a 25 minute finished project.  When I get to post I edit and clean all clips in the order they are received.  When I find the location clips I simply move them to a folder labled "to be used later".  When I get to the section of the project/timeline were the clips are needed I drag them or the entire folder into the timeline.  
    I see how to make a folder inside an event but I am not able to drag a clips from the timeline to this created folder.  I have tryied to hold down Shift, CMD, OPT, CTRL and have no sucess.
    Thanks you for your time and help.
    Frederick
    Marbelle

    Aloha Fox,
    Thanks for taking the time to answer my questions.  I feel you really understood my concern and gave me some good viable options.
    There is a lot for me to learn and unlearn. I have been editing for over 16 years and most of that time I was using Edius. This is big paradigm shift coming to the Mac and FCPX. 
    The idea for me is to edit the video and move the "to be used later clips" into a bin/folder instead of moving them to the location in the timeline were they will be used at that very moment.  Its just a preference, I know plenty folks would just move the clip to the location.  Edit software is just a tool I have to decide if FCPX is the right tool for me. 
    Thank you again Fox for your time and understanding of my question. 
    Be blessed,
    Frederick
    Marbelle

  • Controlling movie clip on timeline

    Hi, newbie question.
    If I put a movie clip on the main time line and that movie
    clip has its own time line, is there a listener I can use to detect
    when the movie clip I put on the main time line is finished
    (reached its last frame).
    Thanks.

    Here's the simplest way:
    Give the movieclip the instance name "myMC".
    Then put this code on your main timeline:
    onEnterFrame = function () {
    if (myMC._currentframe == myMC._totalframes) {
    DO THIS;
    onEnterFrame = null;
    In this function, every time a new frame turns over, it will
    check if myMC has reached its end. When it does, it will execute
    the commands I've written as DO THIS, and stop making this check.
    Let me know if you run into any problems.

  • Can't move clip in Timeline

    I am attempting to click on a clip and move it. I get a "can't do" icon (circle with a slash) and a white rectangular box icon over the clip. And I seem to be unable to move any clip on the timeline now. I have tried exiting and restarting but with no results.
    Any idea what is going on?
    This is with Premiere Elements 7.

    Try the Elements forum.

  • Why does pprocs6 crash when i move clips in timeline??? [ error: ... linkcontainer.cpp-245 ]

    I am currently editing a short film which is only about 25-30mins long with nothing out of the ordinary in the timeline. There are a couple of nested sequences but most of it is .MTS (AVCHD from Sony NEX VG20) and .WAV files for audio (inc some 5.1 audio from camera).
    Some of the channels are locked so they dont move but other than that nothing strange or particualry intensive is being done. Some of the clips are 25fps and some are 60fps but this shouldnt be a proplem for PProCS6!
    The sequence settings are AVCHD 720, 24fps,
    I am running a core2duo 2.16cpu/8gbram/ creative cloud OS and program on C: drive, footage on esata G: drive and scratch drive O: drive is another usb 2.0 drive.
    As soon as I move the clips in the timeline as a group I get this error come up (see screengrabs below) "... linkcontainer.cpp-245"
    please help
    None of my searches have given me an answer, one person even said "reinstall software" [nonesense!!!]
    I am just days away from submitting my short film for my final major project at Uni and the film is worth 50% of my module... basically I could fail if film isnt handed in!

    The CPU hasnt been too much of an issue before, I shot a 1hr30min documentary last year at it only lagged at the final export stage.
    In saying that it isnt the best, thank God my upgrade is coming soon!
    What I mean by "moving the clips in a group is..."
    using the tool (right facing arrow and shift - sorry I cant remember the tool's name) and selecting every clip to the right of it, for the purposes of moving to an earlier point in the timeline to close a gap, moving clips individually is out of the question and there are too many and loads are specifically sync'd and have intricate sequencing and timings.
    I havent tried 'grouping' the clips but I shouldnt need to for a simple move like this.
    All I need to do is close a few gaps in the timeline.
    thanks
    Allan

  • Unable to move Clip in timeline

    When attempting to move a clip in the timeline, I get a "cannot move" icon (circle with a slash) and a white rectangle icon. And I am unable to move that clip or any other clip in the timeline. I have had this occur several times and I am generally able to exit and reenter and then I can move the clip. But now I am receiving the response even after exiting and restarting and even rebooting.
    Any ideas?
    This is using Premier Elements 7.0.
    Thanks!

    Sounds like your project has gotten too big and computer resources have been consumed, making everything you do slow, non-responsive. You will need to break your project up into smaller chunks and work on each chunk in a separate project. Then export each project to a DV-AVI file. Reconstruct the whole movie with just the DV-AVI files in a new project.
    If you have photos in your project, resize them to be no more than 1000 x 750 in a photo editing application before adding them to Premiere Elements. The photos that come from megapixel digital cameras are just too big for Premiere Elements.

  • Insert in timeline with keyboard shortcut

    Hi,
    I am looking for the keyboard shotcut to get a clip in the timeline. I can drag it with the mouse, but there must be a way to do it through a keyboard shortcut...
    Thanks (Merci)
    Yves

    The F9 works but it makes the FCP timeline active, so if i want to keep adding edits from the same clip i have to click the viewer window before continuing, which is really lame because when you drag, you can continue to do so without activating the timeline window

  • Fcp 3 on mac G4  frames move slowly in timeline and keyboard?

    play footage and when using my spacebar or arrowns it moves like it is pausing and skips frames in FCP 3.0 ?
    Julie

    LD Bear old wrote:
    When I open the .dv clip in Quicktime it shows format: DV, 720x480 (640x480), Millions, Stereo, 48.000 kHz. What else should I check?
    Ahh, I think I see your issue - and it's something that many folks who are moving up from iMovie experience.
    Basically, FCP doesn't like .dv files. It likes .mov files. Open up you .dv file in QuickTime and export it out as a QuickTime movie (a .mov file). Be sure to select the Options... button in the export dialog (since you're bound to be overwhelmed, use the settings from your FCP Timeline as a guide) in QuickTime. Using the default settings in QT will not help you (the default is meant for web sharing, not editing, and will end up being step backwards).
    In the future, avoid using iMovie captured material in FCP. Capture and digitize using FCP. Don't ask me why Apple decided to do this, but you cannot simply port your files from iMovie and get them working in FCP without a lot of hassle.

  • Navigate Timeline with keyboard

    Curious if anyone knows how to navigate through clips in the timeline?
    I know "v" will select the nearest edit, then I can hit enter and open that clip in the viewer. But I'd like to be able to establish a focus on a clip and jump forward or back or down. Is there anything like that?
    Thanks in advance.

    basic timeline navigation is handled through industry standard NLE transport controls ...
    J = play backwards, double tap it and you will play backward at 2x speed, triple tap and faster still etc
    K = pause
    L = play forward, double tap it and you will play forward at 2x speed, triple tap and faster still etc
    press J and K together and you will play slowmo backward
    press L and K together and you will play slowmo forward
    press K whilst tapping J will jog backward one frame ... same as tapping the back arrow key
    press K whilst tapping L will jog forward one frame ... same as tapping the forward arrow key
    press the up arrow key will move the playhead to the previous edit point
    press the down arrow key will move the playhead to the next edit point
    there are loads more of these basic transport controls, look under the Mark menu > Previous and Next for more examples
    if your goal is to have the clip load into the viewer then consider using the Playhead Sync mode to Open (View menu > Playhead Sync > Open) as that mode automatically opens in the Viewer window whichever clip is currently under the timeline playhead

  • Premeire CC 2014 not playing clips or timeline with New Mac Pro Late 2013 D700

    I have used premeire cs5 and cs6 and never had this issue
    I just bought a new mac pro and installed the trial of Premeire cc 2014
    I import clips like normal, set my sequence and the play button does not work
    in the viewer or in the timeline.  Can seem to make anything work
    also I am on 10.9.5 which from what I can see should be fine.

    Hi Ernie,
    Try this: create a new user with Admin privileges and see if you can get Premiere Pro to playback video once more.
    Thanks,
    Kevin

Maybe you are looking for

  • Since the recent update I can no longer use my camera connection kit on any of my iPad's. Any ideas to remedy this?

    Since updating my iPad  devices  (iPad 1,2 and iPad) with the latest iOS, I can no longer use the camera connection kit to load photos directly into my camera roll. Anybody have any ideas on remedying this problem?

  • BPM : Receiver Determination Step

    Hi, I was wondering why we need a Reciever determination step since on send step xi automatically find that there are multiple receiver and sends them accordingly to the different system as per reciever agreement. Is it that the receiver determinatio

  • A Problem with Comments on iWeb

    I am having a problem with the comments feature in iWeb. Something has happened where people can no longer add comments to my blog or other sites. Every time they try they see this, "We're sorry. We are having problems processing your request." Does

  • RemoteOperationException: ERROR: Invalid username and/or password

    Hi, i have problem when i try to shutdown database throught database control i entred the right password and i tried both authentication external password and operating system authentication but i received already this error RemoteOperationException:

  • Will formating hard drive fix mounting issue

    Tried to update OS X on my MacBook Pro and after reset the installation failed. I can now no longer run start up on my hard drive, nothing appears. I've tried to verify my hard drive which worked, but it cannot repair. The hard drive was unmounted in