Jump to content
Macro Express Forums

Loosing Focus (capture Control) On List Of Files


BBO

Recommended Posts

I am editing summaries of a list of mp3 files with a loop macro. After selecting the first file, I open the Summary tab of the File Properties with the following code. Infuriatingly, I can not seem to consistently get the Advanced version of the Summary tab (as opposed to the Simple version) to display. Capture Control seemed to me to be the way to go with this, but i can't ever seem to get Capture Contol to work the way i think it's going to work.

Any suggestions?

 

ACTIVATE2:%T6%

WAITWIN:%T6%

TEXTTYPE:<ALT>f

MSD:200

TEXTTYPE:r

MSD:200

TEXTTYPE:<CONTROL><TAB>

MSD:200

TEXTTYPE:<SHIFT>TAB>

TEXTTYPE:<SHIFT>TAB>

TEXTTYPE:<SHIFT>TAB>

TEXTTYPE:<SHIFT>TAB>

MSD:200

TEXTTYPE:<ALT>v

MSD:100

TEXTTYPE:<ALT>m

MSD:100

TEXTTYPE:<ALT>v

MSD:100

Link to comment
Share on other sites

Not knowing exactly what you are doing... I might also suggest using the Shift Down, Tab, Shift up. If you are using the Shift key in coordination with the tab... Macro Express will see this command as hitting the shift key, releasing... then hitting the tab key. Not sure why you would hit the Shift key by itself.

 

<SHIFTD><TAB><SHIFTU>

 

Also, not sure if you copied the command text right out of Macro Express... but you are missing key characters in your shift-tab commands... you show:

<SHIFT>TAB> whereas it should be <SHIFT><TAB> (missing the < in Tab).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...