Inserting from the Clip Library

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Erland Sommarskog

Inserting from the Clip Library

Post by Erland Sommarskog »

I was looking around trying to find a way to insert the current clip in the clip library with one
single keystroke, without first making the clip library active. There is ClipInsert, but that
functions requires me to first make the clip selection active.
Andreas

RE: Inserting from the Clip Library

Post by Andreas »

You could write a macro consisting of two commands:
ActivateClipLibrary and ClipInsert
and then assign a key to that macro.

Andreas
Joe Scuderi

RE: Inserting from the Clip Library

Post by Joe Scuderi »

ClipInsert is not in the help files. This sounds like what I want to do --play a macro that inserts a clip for every file open.--but how can I write or edit a macro to add ClipInsert? When recording a macro, double clicking the clip does not get picked up in the macro.

I opened the macro (.tpm) in notepad but it is not plain text.
Post Reply